diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-13 19:49:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-13 19:49:27 +0000 |
commit | 720c595ab6b89450f190259292e205b0e91f773e (patch) | |
tree | d64f298fc3e1780419203293068ae3952358f528 /puppet/services | |
parent | 8ac288bcff4fefbd065130b2122dbb2a6ba5ab1d (diff) | |
parent | 34f3ab689616517888422582357d0d4a38e0925d (diff) |
Merge "Revert "Specify cell0 db creation""
Diffstat (limited to 'puppet/services')
-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 bf8e46be..dabb1355 100644 --- a/puppet/services/nova-base.yaml +++ b/puppet/services/nova-base.yaml @@ -129,10 +129,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} |