Set the undercloud host name to 'undercloud'.
authorDan Prince <dprince@redhat.com>
Thu, 26 Sep 2013 17:23:58 +0000 (13:23 -0400)
committerDan Prince <dprince@redhat.com>
Thu, 26 Sep 2013 17:24:43 +0000 (13:24 -0400)
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

index 58c9dbe..0da1dab 100644 (file)
@@ -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