From 1333a3c245c60043111a51d5ae8ba8855f514b48 Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Thu, 26 Sep 2013 13:23:58 -0400 Subject: [PATCH] Set the undercloud host name to 'undercloud'. This makes more sense than calling it 'ubuntu'. Note: This will require an associated incubator change which I will push momentarily. Change-Id: I166b45a6ceb34635ed5ef7e29dd028f8c6a4cbe3 --- undercloud-vm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/undercloud-vm.yaml b/undercloud-vm.yaml index 58c9dbe1..0da1dabb 100644 --- a/undercloud-vm.yaml +++ b/undercloud-vm.yaml @@ -136,7 +136,7 @@ Resources: db: mysql://keystone:unset@localhost/keystone host: 127.0.0.1 nova: - compute_hostname: ubuntu + compute_hostname: undercloud compute_driver: baremetal.driver.BareMetalDriver db: mysql://nova:unset@localhost/nova host: 127.0.0.1 -- 2.16.6