diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-01-03 13:14:03 -0700 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-01-03 13:14:03 -0700 |
commit | 4e3b085a59e7af49d1025986fd80796be338f5fd (patch) | |
tree | 6a53e5c6358e2c4ef73d6dfc7d62865c8fe38fcb /puppet | |
parent | 71102bcc369b5f45a0960073954ad3ca835f62e7 (diff) |
Specify cell0 db creation
This change pulls the hard coded value out of puppet-tripleo to later
allow people to skip the cell0 creation if they want a more complex cell
v2 setup for nova.
Change-Id: I08119d781ef60750cc19753bc03190e413159925
Related-Bug: #1649341
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 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} |