diff options
author | Dan Radez <dradez@redhat.com> | 2016-10-06 10:28:02 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-10-08 23:55:18 +0000 |
commit | aac14dde4ef8ed177cd68dc2d28541a622ef424f (patch) | |
tree | 2203375b9be2953c0f59669489216d960715ec01 /lib | |
parent | 3c5f0829f2e31b2d11501519b3170baad4ab38ca (diff) |
set undercloud VM to autostart
When an apex deployment reboot's it fails to come back clean because it
expects to connect to the undercloud which is not set to autostart.
JIRA: APEX-289
Change-Id: Ia4984a3de68067d7c68aeb5ae955ff358865ce79
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/undercloud-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/undercloud-functions.sh b/lib/undercloud-functions.sh index 98552f29..6ba9a545 100755 --- a/lib/undercloud-functions.sh +++ b/lib/undercloud-functions.sh @@ -62,6 +62,7 @@ function setup_undercloud_vm { --run-command "cp /root/.ssh/authorized_keys /home/stack/.ssh/" \ --run-command "chown stack:stack /home/stack/.ssh/authorized_keys && chmod 600 /home/stack/.ssh/authorized_keys" virsh start undercloud + virsh autostart undercloud fi sleep 10 # let undercloud get started up |