f49b79fe40
This introduces a CRD for enabling/removing services from Keystone, it also introduces a basic DevStack plugin framework so that we can test things from it. It also adds a framework for the operator to setup SDK clients. Change-Id: I183e560c6b32de2ce7adefeb1daa26def675bbe3
9 lines
155 B
YAML
9 lines
155 B
YAML
---
|
|
apiVersion: identity.openstack.org/v1alpha1
|
|
kind: Service
|
|
metadata:
|
|
name: heat
|
|
spec:
|
|
type: orchestration
|
|
description: Heat Orchestration Service
|