diff options
Diffstat (limited to 'deploy/adapters/ansible/openstack_juno/single-controller.yml')
-rw-r--r-- | deploy/adapters/ansible/openstack_juno/single-controller.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy/adapters/ansible/openstack_juno/single-controller.yml b/deploy/adapters/ansible/openstack_juno/single-controller.yml index 4539e5fb..96ec0a6a 100644 --- a/deploy/adapters/ansible/openstack_juno/single-controller.yml +++ b/deploy/adapters/ansible/openstack_juno/single-controller.yml @@ -30,3 +30,9 @@ - common - nova-compute - neutron-compute + +- hosts: odl + remote_user: root + sudo: True + roles: + - odl |