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:
parent
5ae355785b
commit
f037ce3efe
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user