From bf53ea5f95989a89cdbb7128f3d5cf56eae681de Mon Sep 17 00:00:00 2001 From: James Slagle Date: Tue, 22 Sep 2015 07:31:25 -0400 Subject: 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 --- puppet/hieradata/compute.yaml | 1 - 1 file changed, 1 deletion(-) (limited to 'puppet') 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' -- cgit 1.2.3-korg