From 65353adb6f4dce73c9c7384bd9cbbea6b09f3e6c Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Fri, 5 Feb 2016 10:34:57 -0500 Subject: Nova now requires an api database to be created This enables the creation of the nova_api database that is now mandatory since https://review.openstack.org/#/c/245828/ Change-Id: Ia8242f23864ebb14ccf858a77ba754059e9c2d4a Related-Bug: #1539793 --- puppet/hieradata/controller.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'puppet/hieradata/controller.yaml') diff --git a/puppet/hieradata/controller.yaml b/puppet/hieradata/controller.yaml index 06be40e4..2b0ef153 100644 --- a/puppet/hieradata/controller.yaml +++ b/puppet/hieradata/controller.yaml @@ -85,6 +85,7 @@ neutron::agents::dhcp::dnsmasq_config_file: /etc/neutron/dnsmasq-neutron.conf nova::notify_on_state_change: 'vm_and_task_state' nova::api::default_floating_pool: 'public' nova::api::osapi_v3: true +nova::api::sync_db_api: true nova::scheduler::filter::ram_allocation_ratio: '1.0' nova::cron::archive_deleted_rows::hour: '*/12' nova::cron::archive_deleted_rows::destination: '/dev/null' -- cgit 1.2.3-korg