Revert "Specify cell0 db creation"
authorAlex Schultz <aschultz@redhat.com>
Fri, 13 Jan 2017 16:55:56 +0000 (16:55 +0000)
committerAlex Schultz <aschultz@redhat.com>
Fri, 13 Jan 2017 16:55:56 +0000 (16:55 +0000)
This reverts commit 4e3b085a59e7af49d1025986fd80796be338f5fd.

Change-Id: Id9b3610af7167572b292ba330c3f0aad660fedc4
Related-Bug: #1656276

puppet/services/nova-base.yaml

index 850a1bd..9793c8e 100644 (file)
@@ -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}