From 042156c9824ee11900fb58288465fbe8dc9e0202 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 23 Jul 2013 08:34:53 -0700 Subject: [PATCH] install: add dumpling, emperor to stable list Signed-off-by: Sage Weil --- ceph_deploy/install.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ceph_deploy/install.py b/ceph_deploy/install.py index 7d9ed5f..1aad5d6 100644 --- a/ceph_deploy/install.py +++ b/ceph_deploy/install.py @@ -532,6 +532,8 @@ def make(parser): choices=[ 'bobtail', 'cuttlefish', + 'dumpling', + 'emperor', ], metavar='CODENAME', help='install a release known as CODENAME (done by default) (default: %(default)s)', -- 2.47.3