Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Mar 29, 2024
1 parent ce35cc8 commit 1cc473b
Show file tree
Hide file tree
Showing 30 changed files with 253 additions and 226 deletions.
35 changes: 19 additions & 16 deletions apis/bases/core.openstack.org_openstackcontrolplanes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6147,9 +6147,6 @@ spec:
additionalProperties:
type: string
type: object
enableSecureRBAC:
default: true
type: boolean
memcachedInstance:
default: memcached
type: string
Expand Down Expand Up @@ -6268,6 +6265,12 @@ spec:
type: object
secret:
type: string
secureRBACEnforceNewDefaults:
default: true
type: boolean
secureRBACEnforceScope:
default: false
type: boolean
tls:
properties:
api:
Expand Down Expand Up @@ -16260,7 +16263,7 @@ spec:
type: string
ansibleeeImage:
type: string
aodhApiImage:
aodhAPIImage:
type: string
aodhEvaluatorImage:
type: string
Expand All @@ -16270,7 +16273,7 @@ spec:
type: string
apacheImage:
type: string
barbicanApiImage:
barbicanAPIImage:
type: string
barbicanKeystoneListenerImage:
type: string
Expand All @@ -16286,7 +16289,7 @@ spec:
type: string
ceilometerSgcoreImage:
type: string
cinderApiImage:
cinderAPIImage:
type: string
cinderBackupImage:
type: string
Expand All @@ -16296,7 +16299,7 @@ spec:
additionalProperties:
type: string
type: object
designateApiImage:
designateAPIImage:
type: string
designateBackendbind9Image:
type: string
Expand All @@ -16310,9 +16313,9 @@ spec:
type: string
designateWorkerImage:
type: string
glanceApiImage:
glanceAPIImage:
type: string
heatApiImage:
heatAPIImage:
type: string
heatCfnapiImage:
type: string
Expand All @@ -16326,7 +16329,7 @@ spec:
type: string
infraRedisImage:
type: string
ironicApiImage:
ironicAPIImage:
type: string
ironicConductorImage:
type: string
Expand All @@ -16338,9 +16341,9 @@ spec:
type: string
ironicPythonAgentImage:
type: string
keystoneApiImage:
keystoneAPIImage:
type: string
manilaApiImage:
manilaAPIImage:
type: string
manilaSchedulerImage:
type: string
Expand All @@ -16350,9 +16353,9 @@ spec:
type: object
mariadbImage:
type: string
neutronApiImage:
neutronAPIImage:
type: string
novaApiImage:
novaAPIImage:
type: string
novaComputeImage:
type: string
Expand All @@ -16362,7 +16365,7 @@ spec:
type: string
novaSchedulerImage:
type: string
octaviaApiImage:
octaviaAPIImage:
type: string
octaviaHealthmanagerImage:
type: string
Expand All @@ -16384,7 +16387,7 @@ spec:
type: string
ovnSbDbclusterImage:
type: string
placementApiImage:
placementAPIImage:
type: string
rabbitmqImage:
type: string
Expand Down
Loading

0 comments on commit 1cc473b

Please sign in to comment.