Skip to content
Snippets Groups Projects
Commit 314e55a0 authored by debora.benedetto@hpe.com's avatar debora.benedetto@hpe.com
Browse files

bugfix on vm openstack vm and prc generation

parent ff60689b
No related branches found
No related tags found
No related merge requests found
......@@ -27,9 +27,9 @@ resource "openstack_compute_instance_v2" "{{ infra_element_name }}" {
}
# Create ssh keys
resource "openstack_compute_keypair_v2" "{{ credentials }}" {
name = "{{ ssh_user }}"
public_key = "{{ ssh_key_file }}"
resource "openstack_compute_keypair_v2" "{{ vm_key_name }}" {
name = "{{ vm_key_name }}"
# public_key = "{{ ssh_key_file }}"
}
# Create floating ip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment