Change IP_ADRESS_SUFFIX to IP_ADDRESS_SUFFIX#1133
Change IP_ADRESS_SUFFIX to IP_ADDRESS_SUFFIX#1133danpawlik wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
The variable miss a character, which raise a warning on spell checking.
It was done using sed command:
find devsetup -type f -exec sed -i 's/IP_ADRESS_SUFFIX/IP_ADDRESS_SUFFIX/g' {} +;
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: danpawlik The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
The variable name contains an error, that raises a warning during spell check. Depends-On: openstack-k8s-operators/install_yamls#1133 Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
|
just fyi: |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/31fff681312b42a28598f508771a18f1 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 18m 54s |
|
@bogdando it is used in 2 places: rdo-jobs, rhoso-rhelai. Don't see anything downstream. |
The variable miss a character, which raise a warning on spell checking. It was done using sed command: