acceptance/ubuntu: enable ::nova::cell_v2::simple_setup

Because we have to.

Change-Id: Id8bfa9ccac448faf842a5d39337d93096ce44673
This commit is contained in:
Emilien Macchi
2017-02-13 16:00:54 -05:00
parent 845fcc2fce
commit a884a3ed08

View File

@@ -55,12 +55,7 @@ describe 'basic nova' do
class { '::nova::keystone::authtoken':
password => 'a_big_secret',
}
# TODO(aschultz): ubuntu's version of these commands are too old. Only
# run the cell_v2 on the redhat test until after Ocata-m3 is available
# from UCA
if $::osfamily == 'RedHat' {
include '::nova::cell_v2::simple_setup'
}
include '::nova::cell_v2::simple_setup'
class { '::nova::api':
service_name => 'httpd',
}