Skip to content

Commit

Permalink
Run make bundle and commit the diff
Browse files Browse the repository at this point in the history
  • Loading branch information
gibizer authored and openshift-merge-bot[bot] committed May 22, 2024
1 parent 75b454e commit 9eeda51
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions config/manifests/bases/nova-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,16 @@ spec:
- description: TLS - Parameters related to the TLS
displayName: TLS
path: noVNCProxyServiceTemplate.tls
- description: Service - Cert secret used for the nova novnc service endpoint
displayName: Service
path: noVNCProxyServiceTemplate.tls.service
- description: Vencrypt - cert secret containing the x509 certificate to be
presented to the VNC server. The CommonName field should match the primary
hostname of the controller node. If using a HA deployment, the Organization
field can also be configured to a value that is common across all console
proxy instances in the deployment. https://docs.openstack.org/nova/latest/admin/remote-console-access.html#novnc-proxy-server-configuration
displayName: Vencrypt
path: noVNCProxyServiceTemplate.tls.vencrypt
- description: TLS - Parameters related to the TLS
displayName: TLS
path: tls
Expand Down Expand Up @@ -74,6 +84,16 @@ spec:
- description: TLS - Parameters related to the TLS
displayName: TLS
path: tls
- description: Service - Cert secret used for the nova novnc service endpoint
displayName: Service
path: tls.service
- description: Vencrypt - cert secret containing the x509 certificate to be
presented to the VNC server. The CommonName field should match the primary
hostname of the controller node. If using a HA deployment, the Organization
field can also be configured to a value that is common across all console
proxy instances in the deployment. https://docs.openstack.org/nova/latest/admin/remote-console-access.html#novnc-proxy-server-configuration
displayName: Vencrypt
path: tls.vencrypt
version: v1beta1
- description: Nova is the Schema for the nova API
displayName: Nova
Expand All @@ -89,6 +109,16 @@ spec:
- description: TLS - Parameters related to the TLS
displayName: TLS
path: cellTemplates.noVNCProxyServiceTemplate.tls
- description: Service - Cert secret used for the nova novnc service endpoint
displayName: Service
path: cellTemplates.noVNCProxyServiceTemplate.tls.service
- description: Vencrypt - cert secret containing the x509 certificate to be
presented to the VNC server. The CommonName field should match the primary
hostname of the controller node. If using a HA deployment, the Organization
field can also be configured to a value that is common across all console
proxy instances in the deployment. https://docs.openstack.org/nova/latest/admin/remote-console-access.html#novnc-proxy-server-configuration
displayName: Vencrypt
path: cellTemplates.noVNCProxyServiceTemplate.tls.vencrypt
- description: TLS - Parameters related to the TLS
displayName: TLS
path: metadataServiceTemplate.tls
Expand Down

0 comments on commit 9eeda51

Please sign in to comment.