Skip to content

Commit

Permalink
Use q-* to enable neutron when FWaaS enabled (apache#244)
Browse files Browse the repository at this point in the history
FWaaS do not switch to neutron-* devstack options totally,
we should be use q-* to enable neutron services for it in order
to avoid deploying error. Only add those enable logic into FWaaS v1
and v2 dg-local.conf to avoid impact main config path.

Close theopenlab/openlab#70
  • Loading branch information
kiwik authored Jun 20, 2018
1 parent 2759b00 commit 3807c8d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions roles/create-devstack-local-conf/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
set -e
set -x
cat << EOF >> /tmp/dg-local.conf
enable_service neutron-fwaas-v1
disable_service neutron-agent neutron-api neutron-dhcp neutron-l3 neutron-metadata-agent neutron-metering
enable_service q-agt q-svc q-dhcp q-l3 q-meta q-metering q-fwaas-v1
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas
EOF
executable: /bin/bash
Expand All @@ -135,7 +136,8 @@
set -e
set -x
cat << EOF >> /tmp/dg-local.conf
enable_service neutron-fwaas-v2
disable_service neutron-agent neutron-api neutron-dhcp neutron-l3 neutron-metadata-agent neutron-metering
enable_service q-agt q-svc q-dhcp q-l3 q-meta q-metering q-fwaas-v2
enable_plugin neutron-fwaas https://git.openstack.org/openstack/neutron-fwaas
EOF
executable: /bin/bash
Expand Down

0 comments on commit 3807c8d

Please sign in to comment.