84071196c6
This introduces a CRD to manage endpoints and moves DevStack to use it instead of using OpenStack CLI. Change-Id: I90a8d8ba4b73c782f9669a3e7ab5ae1e2b6a9719
10 lines
191 B
YAML
10 lines
191 B
YAML
---
|
|
apiVersion: identity.openstack.org/v1alpha1
|
|
kind: Endpoint
|
|
metadata:
|
|
name: heat-public
|
|
spec:
|
|
service: orchestration
|
|
interface: public
|
|
url: https://orchestration.sjc1.vexxhost.net
|