Update vmware tests module with openstacklib

The upstream openstack modules have added a dependency on openstacklib
and this needs to be added to the vmware module test fixtures.

Change-Id: I3aeef2baac06986bade4f32a2046ef49783e4827
Close-Bug: #1602881
This commit is contained in:
Alex Schultz 2016-07-13 17:25:24 -06:00
parent 09fe599b87
commit 27feb8f67d
1 changed files with 1 additions and 0 deletions

View File

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