Skip to content

Commit

Permalink
Fix small issues pointed by pre-commit job
Browse files Browse the repository at this point in the history
Fix end-of-file in 03-change_keystone_config.yaml and formatting in crd
and api files.
  • Loading branch information
cescgina committed Feb 28, 2023
1 parent 531a96e commit 7900b00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
6 changes: 3 additions & 3 deletions api/bases/keystone.openstack.org_keystoneapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ spec:
additionalProperties:
type: string
description: 'ConfigOverwrite - interface to overwrite default config
files like e.g. logging.conf or policy.json. But can also be used
to add additional files. Those get added to the service config dir
in /etc/<service> . TODO: -> implement'
files like e.g. policy.json. But can also be used to add additional
files. Those get added to the service config dir in /etc/<service>
. TODO: -> implement'
type: object
externalEndpoints:
description: ExternalEndpoints, expose a VIP using a pre-created IPAddressPool
Expand Down
4 changes: 2 additions & 2 deletions config/crd/bases/keystone.openstack.org_keystoneapis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ spec:
type: string
description: 'ConfigOverwrite - interface to overwrite default config
files like e.g. policy.json. But can also be used to add additional
files. Those get added to the service config dir in /etc/<service>.
TODO: -> implement'
files. Those get added to the service config dir in /etc/<service>
. TODO: -> implement'
type: object
externalEndpoints:
description: ExternalEndpoints, expose a VIP using a pre-created IPAddressPool
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ kind: TestStep
commands:
- script: |
oc patch keystoneapi -n openstack keystone --type='json' -p='[{"op": "replace", "path": "/spec/customServiceConfig", "value": "[DEFAULT]\ndebug = false"}]'

0 comments on commit 7900b00

Please sign in to comment.