Remove default_floating_pool in compute.yaml
authorJames Slagle <jslagle@redhat.com>
Tue, 22 Sep 2015 11:31:25 +0000 (07:31 -0400)
committerJames Slagle <jslagle@redhat.com>
Tue, 22 Sep 2015 11:32:25 +0000 (07:32 -0400)
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

index 7d94e16..d7c1f87 100644 (file)
@@ -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'