diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -28,7 +28,9 @@ # export NETWORK=/home/compass4nfv/deploy/conf/vm_environment/huawei-virtual1/network.yml #export NETWORK= -export OPENSTACK_VERSION=${OPENSTACK_VERSION:-ocata} +#export OPENSTACK_VERSION=${OPENSTACK_VERSION:-ocata} + +export OPENSTACK_VERSION=pike export COMPASS_ARCH=$(uname -m) |