devstack: enable cloudkitty services by default

Users using the cloudkitty devstack plugin want to use cloudkitty.
Because of that it makes no sense to not enable the cloudkitty services
provided by this devstack plugin by default.

Change-Id: I7188397233bcc43df39a66d407d92f6a844f374c
This commit is contained in:
Christian Berendt 2015-10-23 12:51:08 +02:00
parent 043dd914dc
commit ecaa4e6dea
2 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,6 @@ Configure DevStack to run CloudKitty
cat >> local.conf << EOF
# cloudkitty
enable_plugin cloudkitty https://github.com/openstack/cloudkitty master
enable_service ck-api ck-proc
EOF
Run devstack as normal::

3
devstack/settings Normal file
View File

@ -0,0 +1,3 @@
# turn on the CloudKitty services by default
enable_service ck-api
enable_service ck-proc