From: Sage Weil Date: Tue, 23 Jul 2013 15:34:53 +0000 (-0700) Subject: install: add dumpling, emperor to stable list X-Git-Tag: v1.2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93aa20629a7af5730cad18baa87cadeb9621e4e4;p=ceph-deploy.git install: add dumpling, emperor to stable list Signed-off-by: Sage Weil --- 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)',