diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/create.yml')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/create.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/create.yml b/deployment/noheat/infra-openstack/ansible/create.yml index 2b7cf6366..74d6d1f44 100644 --- a/deployment/noheat/infra-openstack/ansible/create.yml +++ b/deployment/noheat/infra-openstack/ansible/create.yml @@ -8,6 +8,8 @@ - openstack/create_devstack_securitygroup - openstack/create_devstack_keypair - role: openstack/create_devstack_hosts + hosts: "{{ operation.hosts }}" + - role: openstack/create_devstack_hosts hosts: "{{ cluster.hosts }}" - name: Create cluster operator access keypair hosts: "operator0" |