gnocchi:Fix typo
Change-Id: Ied50198cf4360d083313c1d5984e3da8c4bfe146
This commit is contained in:
@@ -69,7 +69,7 @@
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin gnocchi git://git.openstack.org/openstack/gnocchi"
|
||||
export GRENADE_PLUGINRC="enable_grenade_plugin gnocchi https://git.openstack.org/openstack/gnocchi"
|
||||
|
||||
if [ "{storagedriver}" =="ceph" ]; then
|
||||
if [ "{storagedriver}" == "ceph" ]; then
|
||||
export PROJECTS="openstack/devstack-plugin-ceph $PROJECTS"
|
||||
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin devstack-plugin-ceph git://git.openstack.org/openstack/devstack-plugin-ceph"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user