gnocchi:Fix typo

Change-Id: Ied50198cf4360d083313c1d5984e3da8c4bfe146
This commit is contained in:
Mehdi Abaakouk
2016-05-13 16:18:01 +02:00
parent 39d2568cec
commit 38539fdef8

View File

@@ -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