Remove unused variables

This commit is contained in:
David Shrewsbury 2015-03-17 16:19:23 +00:00
parent b4358a8b45
commit babcba7c40

View File

@ -56,10 +56,3 @@ deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"
# ipmi_bridging: Default undefined. Valid values: "no", "single", and "dual" # ipmi_bridging: Default undefined. Valid values: "no", "single", and "dual"
# See http://docs.openstack.org/developer/ironic/_modules/ironic/drivers/modules/ipmitool.html # See http://docs.openstack.org/developer/ironic/_modules/ironic/drivers/modules/ipmitool.html
#ipmi_bridging: no #ipmi_bridging: no
# When testing with VMs, define SSH address, port, and user for agent_ssh driver.
ssh_username: ironic
ssh_port: 22
ssh_address: 127.0.0.1
ssh_private_key_path: /home/ironic/.ssh/id_rsa