Remove really old cruft from instackenv.json.j2

Nothing except for "nodes" list is used right now.

Also remove references to nova-baremetal, it was deprecated in Juno (?).

Change-Id: Ibfcdf9b5a6ba8829e9a167a697182c5d4d207efe
This commit is contained in:
Dmitry Tantsur 2016-09-23 15:43:31 +02:00
parent a4afe28c05
commit 706f25ba04
2 changed files with 0 additions and 9 deletions

View File

@ -19,9 +19,6 @@ images:
url: "{{ undercloud_image_url }}"
type: qcow2
# Which power manager should we use?
nova_power_manager: 'nova.virt.baremetal.virtual_power_driver.VirtualPowerManager'
# These are keys that we generate; `virt_power_key` is used *by the
# undercloud* to start/stop virtual machines on the virthost.
# `undercloud_key` is used to log in to the undercloud.

View File

@ -24,10 +24,4 @@
{% endif %}
{% endfor %}
],
"arch": "{{ libvirt_arch }}",
"host-ip": "{{ host_ip }}",
"power_manager": "{{ nova_power_manager }}",
"seed-ip": "",
"ssh-key": {{ virt_power_key_pvt | to_nice_json }},
"ssh-user": "{{ ansible_user_id }}"
}