From f037ce3efe9f17cf76a978b90eda0a9be87ea700 Mon Sep 17 00:00:00 2001 From: Roland Hochmuth Date: Wed, 19 Aug 2015 11:31:30 -0600 Subject: [PATCH] Transitioned API to port 8070 due to conflict with Swift Note, this change is dependent on changes to the following repos: ansible-monasca-api ansible-monasca-keystone monasca-ci Change-Id: I12faccd4eeb45ae2d80f38e88a1aef0fd36aea5a --- README.md | 2 +- group_vars/all | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a0b2db..30c530e 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ vagrant up ### Internal Endpoints - Influxdb web ui is available at http://192.168.10.4:8083 with root/root as user/password -- The Monasca-api is available at http://192.168.10.4:8080 +- The Monasca-api is available at http://192.168.10.4:8070 - The keystone credentials used are mini-mon/password in the mini-mon project. The keystone services on 192.168.10.5 on standard ports. ## Improving Provisioning Speed diff --git a/group_vars/all b/group_vars/all index 661c0d1..1456856 100644 --- a/group_vars/all +++ b/group_vars/all @@ -4,7 +4,7 @@ mini_mon: 192.168.10.4 keystone_url: "http://{{devstack}}:35357/v3" monasca_api_host: "{{mini_mon}}" -monasca_api_url: http://{{ monasca_api_host }}:8080/v2.0 +monasca_api_url: http://{{ monasca_api_host }}:8070/v2.0 monasca_agent_check_frequency: 15 monasca_virtualenv_dir: /opt/monasca