diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-01-13 16:55:56 +0000 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-01-13 16:55:56 +0000 |
commit | 34f3ab689616517888422582357d0d4a38e0925d (patch) | |
tree | 3f668c064082a8ccd10a7313edc9ef5a4bdef9db /puppet | |
parent | 4e3b085a59e7af49d1025986fd80796be338f5fd (diff) |
Revert "Specify cell0 db creation"
This reverts commit 4e3b085a59e7af49d1025986fd80796be338f5fd.
Change-Id: Id9b3610af7167572b292ba330c3f0aad660fedc4
Related-Bug: #1656276
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/nova-base.yaml | 4 |
1 files changed, 0 insertions, 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} |