Merge "Always enable devstack service"
This commit is contained in:
@@ -8,8 +8,4 @@ For example:
|
|||||||
|
|
||||||
enable_plugin astara http://github.com/openstack/astara
|
enable_plugin astara http://github.com/openstack/astara
|
||||||
|
|
||||||
You will also need to enable the service:
|
|
||||||
|
|
||||||
enable_service astara
|
|
||||||
|
|
||||||
For more info see: http://docs.openstack.org/developer/devstack/plugins.html
|
For more info see: http://docs.openstack.org/developer/devstack/plugins.html
|
||||||
|
@@ -1,3 +1,5 @@
|
|||||||
|
enable_service astara
|
||||||
|
|
||||||
for svc in q-dhcp q-l3 q-fwaas q-lbaas q-meta q-vpn; do
|
for svc in q-dhcp q-l3 q-fwaas q-lbaas q-meta q-vpn; do
|
||||||
if is_service_enabled $svc; then
|
if is_service_enabled $svc; then
|
||||||
echo "Disabling $svc in favor of Astara."
|
echo "Disabling $svc in favor of Astara."
|
||||||
|
Reference in New Issue
Block a user