Merge "Run nova cell v2 setup"

This commit is contained in:
Jenkins 2017-01-26 04:32:48 +00:00 committed by Gerrit Code Review
commit 8856d1c178

View File

@ -64,15 +64,11 @@ class openstack_integration::nova (
} }
class { '::nova::db::mysql_api': class { '::nova::db::mysql_api':
password => 'nova', password => 'nova',
#TODO(aschultz): remove this once it becomes default
#TODO(emilien): enable it again when it's fixed upstream in nova
# https://bugs.launchpad.net/tripleo/+bug/1649341
setup_cell0 => false,
} }
#TODO(emilien): enable it again when it's fixed upstream in nova # TODO(aschultz): when Ubuntu supports cells (ocata-m3) enable this
#class { '::nova::db::sync_cell_v2': if $::osfamily == 'RedHat' {
# transport_url => $transport_url, include ::nova::cell_v2::simple_setup
#} }
class { '::nova::db::mysql_placement': class { '::nova::db::mysql_placement':
password => 'nova', password => 'nova',
} }