diff options
author | Dan Prince <dprince@redhat.com> | 2013-09-26 13:23:58 -0400 |
---|---|---|
committer | Dan Prince <dprince@redhat.com> | 2013-09-26 13:24:43 -0400 |
commit | 1333a3c245c60043111a51d5ae8ba8855f514b48 (patch) | |
tree | 2de40316499ef2fd198ac8893521209e0599a7cf | |
parent | 73fbe1e1215615a1470b55b625b399cf17beae8b (diff) |
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
-rw-r--r-- | undercloud-vm.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |