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
25 lines
454 B
YAML
25 lines
454 B
YAML
---
|
|
apiVersion: apiextensions.k8s.io/v1beta1
|
|
kind: CustomResourceDefinition
|
|
metadata:
|
|
name: services.identity.openstack.org
|
|
spec:
|
|
group: identity.openstack.org
|
|
names:
|
|
kind: Service
|
|
listKind: ServiceList
|
|
plural: services
|
|
singular: service
|
|
scope: Cluster
|
|
version: v1alpha1
|
|
versions:
|
|
- name: v1alpha1
|
|
served: true
|
|
storage: true
|
|
status:
|
|
acceptedNames:
|
|
kind: ""
|
|
plural: ""
|
|
conditions: []
|
|
storedVersions: []
|