From 34f3ab689616517888422582357d0d4a38e0925d Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 13 Jan 2017 16:55:56 +0000 Subject: Revert "Specify cell0 db creation" This reverts commit 4e3b085a59e7af49d1025986fd80796be338f5fd. Change-Id: Id9b3610af7167572b292ba330c3f0aad660fedc4 Related-Bug: #1656276 --- puppet/services/nova-base.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml index 850a1bdc..9793c8e1 100644 --- a/puppet/services/nova-base.yaml +++ b/puppet/services/nova-base.yaml @@ -125,10 +125,6 @@ outputs: - nova::upgrade_level_compute: {get_param: UpgradeLevelNovaCompute} service_config_settings: mysql: - # NOTE(aschultz): this should be configurable if/when we support more - # complex cell v2 configurations. For now, this is the default cell - # created for the cell v2 configuration - nova::db::mysql_api::setup_cell0: true nova::rabbit_password: {get_param: RabbitPassword} nova::rabbit_userid: {get_param: RabbitUserName} nova::rabbit_use_ssl: {get_param: RabbitClientUseSSL} -- cgit 1.2.3-korg