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
This commit is contained in:
Roland Hochmuth 2015-08-19 11:31:30 -06:00
parent 5ae355785b
commit f037ce3efe
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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