Change deploy from source parent directory because /dev/vdb is needed by cinder.
This commit is contained in:
parent
50c1eb5720
commit
c00ee05da8
@ -86,7 +86,9 @@ class CinderBasicDeployment(OpenStackAmuletDeployment):
|
||||
'repository': 'git://github.com/openstack/cinder',
|
||||
'branch': cinder_branch},
|
||||
],
|
||||
'directory': '/mnt/openstack-git',
|
||||
# Most tests use /mnt/openstack-git but cinder's using /dev/vdb
|
||||
# to store block devices so leave /mnt alone.
|
||||
'directory': '/tmp/openstack-git',
|
||||
'http_proxy': amulet_http_proxy,
|
||||
'https_proxy': amulet_http_proxy,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user