Merge "Always enable devstack service"

This commit is contained in:
Jenkins 2016-10-05 18:59:52 +00:00 committed by Gerrit Code Review
commit e7f8940fa0
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,4 @@ For example:
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

View File

@ -1,3 +1,5 @@
enable_service astara
for svc in q-dhcp q-l3 q-fwaas q-lbaas q-meta q-vpn; do
if is_service_enabled $svc; then
echo "Disabling $svc in favor of Astara."