diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-04 15:00:18 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-04 15:00:18 +0000 |
commit | d43d7579269a60e89eae0e23b6fecd7452265c6d (patch) | |
tree | c8b08da115562464ece3db564f0dde94d983e104 | |
parent | 87bcf6bb29d7521a493ff9ab33b09470f82e7fc2 (diff) | |
parent | 4e3b085a59e7af49d1025986fd80796be338f5fd (diff) |
Merge "Specify cell0 db creation"
-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 9793c8e1..850a1bdc 100644 --- a/puppet/services/nova-base.yaml +++ b/puppet/services/nova-base.yaml @@ -125,6 +125,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} |