diff options
author | Michael Chapman <michapma@redhat.com> | 2016-09-08 12:44:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-08 12:44:40 +0000 |
commit | dba76d80546f04dc22ddbf4dc70d4cc7206716f0 (patch) | |
tree | deb40a25d7e10bdca4e7b1f3962639bd5725047f /lib/undercloud-functions.sh | |
parent | a7accc442ec95252077d716b229d84ef86cb23ce (diff) | |
parent | 51510a96718c909cbcbf02256c440dbdceab7227 (diff) |
Merge "moving inventory file parsing to python"
Diffstat (limited to 'lib/undercloud-functions.sh')
-rwxr-xr-x | lib/undercloud-functions.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh index 5e9a5caa..177fe443 100755 --- a/lib/undercloud-functions.sh +++ b/lib/undercloud-functions.sh @@ -165,11 +165,6 @@ EOI # root's auth keys so that Undercloud can control # vm power on the hypervisor ssh ${SSH_OPTIONS[@]} "stack@$UNDERCLOUD" "cat /home/stack/.ssh/id_rsa.pub" >> /root/.ssh/authorized_keys - - INSTACKENV=$CONFIG/instackenv-virt.json - - # upload instackenv file to Undercloud for virtual deployment - scp ${SSH_OPTIONS[@]} $INSTACKENV "stack@$UNDERCLOUD":instackenv.json fi # allow stack to control power management on the hypervisor via sshkey |