diff --git a/devstack/README.rst b/devstack/README.rst index ac30b1c3..44482ecd 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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: :: diff --git a/devstack/settings b/devstack/settings new file mode 100644 index 00000000..4311172e --- /dev/null +++ b/devstack/settings @@ -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