fix a typo in ceph+openstack flavor conf file

Change-Id: If6457199a58a80cb2322bf38c17b11bb07a1c90d
This commit is contained in:
grace.yu 2014-10-08 15:22:53 -07:00
parent 3327480a8f
commit 24faf754bd

View File

@ -12,10 +12,11 @@ FLAVORS = [
'os-ceph-block-storage-controller', 'os-ceph-image', 'os-dashboard'
]
}, {
'flavor': 'ceph_openstack_single_controller',
'flavor': 'ceph_openstack_single_controller',
'display_name': 'Single controller Ceph+OpenStack Cluster',
'template': 'multinodes.tmpl',
'roles': [
'os-ceph-controller', 'ceph-os-mon', 'ceph-osd', 'ceph-mds', 'ceph-os-radosgw',
'os-ceph-compute-worker', 'os-network-worker'
]
}]