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