diff options
author | Robert Collins <rbtcollins@hp.com> | 2013-10-14 11:12:09 +1300 |
---|---|---|
committer | Robert Collins <rbtcollins@hp.com> | 2013-10-14 11:22:44 +1300 |
commit | ca45beefa94597f438a988c5e4db3dd4b1ccabad (patch) | |
tree | 20666c7fc07d23b282d2e46ace586de4ab99c8c2 | |
parent | 0b9846ba25fd32aabfbaac5d92ae201f46c30800 (diff) |
Add metadata for the nova floating-ips extension.
Nova defaults to trying to allocate floating ips from a neutron
network called 'nova' but we called our external one ext-net (which
various Neutron documentation uses), so we need to override it or the
nova floating-ips extension isn't usable [without explicitly setting a
pool in the API calls].
Partial-Bug: #1239450
Change-Id: I1ef78642bdc1f19d25422961350e4f02a8f6c16f
-rw-r--r-- | overcloud-source.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 619d668a..c464235f 100644 --- a/overcloud-source.yaml +++ b/overcloud-source.yaml @@ -284,6 +284,8 @@ Resources: nova: compute_driver: libvirt.LibvirtDriver db: mysql://nova:unset@localhost/nova + default_floating_pool: + ext-net host: Fn::Select: - 0 |