Disable GLOBAL_VENV
The GLOBAL_VENV option was added to devstack recently[1] and is enabled by default now, but this is not yet compatible with the installation of our plugin. This temporally disables the feature to fix the gate now. [1] a40f9cb91fbedddec89f0ffd6c7dd4b3828a232e Change-Id: I6ce36d621fe54f034b786f33f3061256de12e1d5
This commit is contained in:
parent
5eee876f50
commit
5aedb72f49
@ -14,3 +14,6 @@ SWIFT_SERVICE_LISTEN_ADDRESS=$HOST_IP
|
||||
SWIFT_LOOPBACK_DISK_SIZE=20G
|
||||
SWIFT_MAX_FILE_SIZE=5368709122
|
||||
SWIFT_HASH=1234567890
|
||||
# TODO(tkajinam): This should be removed once we address all issues with
|
||||
# the global virtualenv
|
||||
GLOBAL_VENV=False
|
||||
|
Loading…
x
Reference in New Issue
Block a user