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:
Alex Schultz
2016-04-12 13:11:00 -06:00
parent acae2bbca8
commit 8d44fde1fa
5 changed files with 5 additions and 0 deletions

View File

@@ -6,3 +6,4 @@ fixtures:
nova: "#{source_dir}/../nova"
openstacklib: "#{source_dir}/../openstacklib"
inifile: "#{source_dir}/../inifile"
oslo: "#{source_dir}/../oslo"

View File

@@ -13,3 +13,4 @@ fixtures:
rabbitmq: "#{source_dir}/../rabbitmq"
apt: "#{source_dir}/../apt"
staging: "#{source_dir}/../staging"
oslo: "#{source_dir}/../oslo"

View File

@@ -29,3 +29,4 @@ fixtures:
pacemaker: "#{source_dir}/../pacemaker"
haproxy: "#{source_dir}/../haproxy"
ceilometer_ha: "#{source_dir}/../ceilometer_ha"
oslo: "#{source_dir}/../oslo"

View File

@@ -9,3 +9,4 @@ fixtures:
cinder: "#{source_dir}/../cinder"
openstacklib: "#{source_dir}/../openstacklib"
sysfs: "#{source_dir}/../sysfs"
oslo: "#{source_dir}/../oslo"

View File

@@ -6,3 +6,4 @@ fixtures:
nova: "#{source_dir}/../nova"
stdlib: "#{source_dir}/../stdlib"
vmware: "#{source_dir}"
oslo: "#{source_dir}/../oslo"