Skip to content

Commit

Permalink
Distribute support key onto neutron agents
Browse files Browse the repository at this point in the history
The support key will be distributed to the neutron agents
in addition to the utilities and infra hosts
  • Loading branch information
BjoernT committed Nov 28, 2017
1 parent 2649bd9 commit a2937b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/support-key.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
register: local_support_key_check

- name: Distribute RPC support key
hosts: os-infra_hosts[1:999]:utility_container
hosts: os-infra_hosts[1:999]:utility_container:neutron_agents_container
gather_facts: "false"
tasks:
- name: Distribute support SSH key for cluster operations
Expand Down

0 comments on commit a2937b9

Please sign in to comment.