Comment 0 for bug 1796910

Revision history for this message
Frode Nordahl (fnordahl) wrote :

Example charm implementation:
https://github.com/openstack-charmers/charm-octavia/blob/975e80d99f810c1230cc23e8c2ce2afb3c3736b7/src/lib/charm/openstack/octavia.py#L47

$ openstack endpoint list
+----------------------------------+-----------+--------------+---------------+---------+-----------+-------------------------------+
| ID | Region | Service Name | Service Type | Enabled | Interface | URL |
+----------------------------------+-----------+--------------+---------------+---------+-----------+-------------------------------+
| 49ccebaebf8a476489e5ed3cef813f24 | RegionOne | keystone | identity | True | admin | http://10.130.236.12:35357/v3 |
| 76453a022199459db0d96b182e7e810a | RegionOne | octavia | load-balancer | True | internal | http://10.130.236.167:9876 |
| 7e4b1787708e41de91941a038e855f5a | RegionOne | keystone | identity | True | internal | http://10.130.236.12:5000/v3 |
| a7897ad7936d4cb08ad1d83322b2f693 | RegionOne | octavia | load-balancer | True | public | http://10.130.236.167:9876 |
| b4dd97462e0748758fef913647ebfbe4 | RegionOne | keystone | identity | True | public | http://10.130.236.12:5000/v3 |
| b8b283a7fba34ba0ac141dd793290f3b | RegionOne | octavia | load-balancer | True | admin | http://10.130.236.167:9876 |
+----------------------------------+-----------+--------------+---------------+---------+-----------+-------------------------------+