summaryrefslogtreecommitdiffstats
path: root/ocata/vagrant/test/test-compute.sh
diff options
context:
space:
mode:
authorGuo Ruijing <ruijing.guo@intel.com>2017-09-20 05:45:52 -0700
committerGuo Ruijing <ruijing.guo@intel.com>2017-09-20 06:28:08 -0700
commit0b9531200a8df68b45e9a4b311a64054560a6a3e (patch)
tree06861763577ae38d28eea1f7833cd8ecb5cd339d /ocata/vagrant/test/test-compute.sh
parent6879be51fec2101b26b7648c7245e99eb5e64b87 (diff)
update port from 9004 to 9006
Change-Id: Ic2ad8eda3b21b6c11cabf89d65f5a72956262750 Issue-Id: MULTICLOUD-95 Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'ocata/vagrant/test/test-compute.sh')
-rw-r--r--ocata/vagrant/test/test-compute.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ocata/vagrant/test/test-compute.sh b/ocata/vagrant/test/test-compute.sh
index f68c31f1..50c62863 100644
--- a/ocata/vagrant/test/test-compute.sh
+++ b/ocata/vagrant/test/test-compute.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -ex
-MULTICLOUD_PLUGIN_ENDPOINT=http://172.16.77.40:9004/api/multicloud-ocata/v0/openstack-hudson-dc_RegionOne
+MULTICLOUD_PLUGIN_ENDPOINT=http://172.16.77.40:9006/api/multicloud-ocata/v0/openstack-hudson-dc_RegionOne
TOKEN=$(curl -v -s -H "Content-Type: application/json" -X POST -d '{ }' $MULTICLOUD_PLUGIN_ENDPOINT/identity/v3/auth/tokens 2>&1 | grep X-Subject-Token | sed "s/^.*: //")
PROJECT_ID=$(curl -v -s -H "Content-Type: application/json" -H "X-Auth-Token: $TOKEN" -X GET $MULTICLOUD_PLUGIN_ENDPOINT/identity/v3/projects 2>/dev/null | python -mjson.tool | grep -B5 "name.*\"admin" | grep '\"id\"' | cut -f4 -d'"')
curl -v -s -H "Content-Type: application/json" -H "X-Auth-Token: $TOKEN" -X GET $MULTICLOUD_PLUGIN_ENDPOINT/compute/v2.1/$PROJECT_ID/os-hypervisors