Improve devstack plugin

Enable senlin services in settings file instead of manually add in
devstack local[rc] file.

Change-Id: I0bad2a81225d35beb99f15ade04fdbb8a46b4afb
This commit is contained in:
Zhenguo Niu 2015-08-28 22:59:55 +08:00
parent 28601bdcd8
commit b83580b710
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,6 @@ To install senlin into devstack, add the following settings to enable senlin plu
[[local|localrc]]
enable_plugin senlin https://git.openstack.org/stackforge/senlin
enable_service sl-api sl-eng
Run devstack as normal: ::

6
devstack/settings Normal file
View File

@ -0,0 +1,6 @@
# Devstack settings
# We have to add Senlin to enabled services for screen_it to work
# It consists of 2 parts: sl-api (API), sl-eng (Engine).
enable_service sl-api sl-eng