Add oslo for puppet testing dependencies
This change adds oslo to the fixtures for the ceph, cluster, openstack, osnailyfacter and vmware modules. The oslo module is being used by the upstream puppet openstack modules to centralize the oslo configuration items so we need to pull it in for our rspec tests. Change-Id: Ia12fc7555d142626606bade86a6e3387eedf9c6e Closes-Bug: #1569534
This commit is contained in:
@@ -6,3 +6,4 @@ fixtures:
|
||||
nova: "#{source_dir}/../nova"
|
||||
openstacklib: "#{source_dir}/../openstacklib"
|
||||
inifile: "#{source_dir}/../inifile"
|
||||
oslo: "#{source_dir}/../oslo"
|
||||
|
||||
@@ -13,3 +13,4 @@ fixtures:
|
||||
rabbitmq: "#{source_dir}/../rabbitmq"
|
||||
apt: "#{source_dir}/../apt"
|
||||
staging: "#{source_dir}/../staging"
|
||||
oslo: "#{source_dir}/../oslo"
|
||||
|
||||
@@ -29,3 +29,4 @@ fixtures:
|
||||
pacemaker: "#{source_dir}/../pacemaker"
|
||||
haproxy: "#{source_dir}/../haproxy"
|
||||
ceilometer_ha: "#{source_dir}/../ceilometer_ha"
|
||||
oslo: "#{source_dir}/../oslo"
|
||||
|
||||
@@ -9,3 +9,4 @@ fixtures:
|
||||
cinder: "#{source_dir}/../cinder"
|
||||
openstacklib: "#{source_dir}/../openstacklib"
|
||||
sysfs: "#{source_dir}/../sysfs"
|
||||
oslo: "#{source_dir}/../oslo"
|
||||
|
||||
@@ -6,3 +6,4 @@ fixtures:
|
||||
nova: "#{source_dir}/../nova"
|
||||
stdlib: "#{source_dir}/../stdlib"
|
||||
vmware: "#{source_dir}"
|
||||
oslo: "#{source_dir}/../oslo"
|
||||
|
||||
Reference in New Issue
Block a user