diff options
author | James Slagle <jslagle@redhat.com> | 2015-09-22 07:31:25 -0400 |
---|---|---|
committer | James Slagle <jslagle@redhat.com> | 2015-09-22 07:32:25 -0400 |
commit | bf53ea5f95989a89cdbb7128f3d5cf56eae681de (patch) | |
tree | e4f1f716404ee6fa3f12c7811e570aefe9319128 /puppet/hieradata/compute.yaml | |
parent | 8e7a13ebe898a9f6a94bf77d095a681ec744e719 (diff) |
Remove default_floating_pool in compute.yaml
This is unused on compute nodes and does not need to be specified.
Further, nova::api is not even included in the compute puppet manifest,
so it had no effect anyway.
Change-Id: I7589bf544fb1ddad3cd371869756cb880c0bac37
Diffstat (limited to 'puppet/hieradata/compute.yaml')
-rw-r--r-- | puppet/hieradata/compute.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/puppet/hieradata/compute.yaml b/puppet/hieradata/compute.yaml index 7d94e163..d7c1f879 100644 --- a/puppet/hieradata/compute.yaml +++ b/puppet/hieradata/compute.yaml @@ -15,7 +15,6 @@ nova::compute::rbd::rbd_keyring: 'client.openstack' nova::compute::rbd::libvirt_images_rbd_pool: 'vms' nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}" -nova::api::default_floating_pool: 'public' nova::config::nova_config: cinder/catalog_info: value: 'volumev2:cinderv2:internalURL' |