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:
parent
28601bdcd8
commit
b83580b710
@ -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
6
devstack/settings
Normal 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
|
Loading…
Reference in New Issue
Block a user