Skip to content

Commit

Permalink
Merge pull request apache#77 from mrhillsman/modify-dsvm-services-for…
Browse files Browse the repository at this point in the history
…-ccm

Fixes issue apache#76
  • Loading branch information
mrhillsman authored Mar 12, 2018
2 parents 728ef36 + 3108df0 commit f2347cc
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
become: yes
roles:
- clone-devstack-gate-to-workspace
- create-devstack-local-conf
- role: create-devstack-local-conf
enable_services:
- 'neutron-api'
- 'neutron-agent'
- 'neutron-l3'
- 'neutron-dhcp'
- 'neutron-metadata-agent'
- 'neutron-metering'
- install-devstack
tasks:
- shell:
Expand Down

0 comments on commit f2347cc

Please sign in to comment.