diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-20 04:06:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-20 04:06:11 +0000 |
commit | 6a96411953f2f059c878d4bfc073e0a7f6c84e8a (patch) | |
tree | 163003b0c82f703aeaf7be07dd2b5a542eb128d5 /puppet | |
parent | ac55c423ad970ec21daad7a97eeacca8bfba6b6c (diff) | |
parent | 0561ae1a2765fa00d6e328886f619a50eaffbed8 (diff) |
Merge "Revert "Revert "Specify cell0 db creation"""
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/nova-base.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/nova-base.yaml b/puppet/services/nova-base.yaml index ccbc8524..454aca0f 100644 --- a/puppet/services/nova-base.yaml +++ b/puppet/services/nova-base.yaml @@ -196,6 +196,10 @@ 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} |