Comment 3 for bug 1956724

Revision history for this message
luffy Wong (luffy963) wrote :

Thanks for respone.

the configuration of endpoit is based on the official doc
https://docs.openstack.org/masakari/latest/install/install_and_configure_ubuntu.html

Create the Masakari API service endpoints:

$ openstack endpoint create --region RegionOne \
  masakari public http:// <CONTROLLER_IP>/instance-ha/v1/$\(tenant_id\)s

+--------------+-------------------------------------------------------+
| Field | Value |
+--------------+-------------------------------------------------------+
| enabled | True |
| id | 38f7af91666a47cfb97b4dc790b94424 |
| interface | public |
| region | RegionOne |
| region_id | RegionOne |
| service_id | 060d59eac51b4594815603d75a00aba2 |
| service_name | masakari |
| service_type | instance-ha |
| url | http://<CONTROLLER_IP>/instance-ha/v1/$(tenant_id)s |
+--------------+-------------------------------------------------------+