Skip to content

Commit

Permalink
Remove duplicated key
Browse files Browse the repository at this point in the history
The ironic_openstack_driver_list key is being defined twice. This
results in a warning during task execution and the adoption of the
last defined value.

Removing the first defined value here to maintain current behavior.
If the desired behavior is the opposite, I will reinstate the first
and delete the second.

Change-Id: I0f7526230c5192611daefb1934b627aef463f053
  • Loading branch information
mcarden committed Jan 5, 2017
1 parent 776885f commit 2694aee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ ironic_keystone_auth_plugin: password
# ironic_neutron_cleaning_network_name: "Name of cleaning network in neutron"

# Integrated Openstack configuration
ironic_openstack_driver_list: "pxe_ipmitool, agent_ipmitool"
ironic_enabled_network_interfaces_list: "flat,noop{{ (ironic_neutron_provisioning_network_uuid is defined) | ternary(',neutron','') }}"
ironic_default_network_interface: "{{ (ironic_neutron_provisioning_network_uuid is defined) | ternary('neutron','flat') }}"
ironic_openstack_driver_list: agent_ipmitool
Expand Down

0 comments on commit 2694aee

Please sign in to comment.