sonata-nfv / son-install

The SONATA Service Platform installation scripts
http://www.sonata-nfv.eu
Apache License 2.0
3 stars 13 forks source link

son-bss wrong gkApiUrl #74

Closed felipevicens closed 7 years ago

felipevicens commented 7 years ago

We have configured the following url:

--gkApiUrl=http://{{ public_ip }}:32001

Should be:

--gkApiUrl=https://{{ public_ip }}/api/v2
arocha7 commented 7 years ago

fixed: --gkApiUrl=https://{{ public_ip }}/api/v2