Skip to content

BUG - os_builders: Fix rename_images.sh - #198

Merged
jose-caballero merged 1 commit into
0.4.Xfrom
fix_rename_script
Aug 27, 2026
Merged

BUG - os_builders: Fix rename_images.sh#198
jose-caballero merged 1 commit into
0.4.Xfrom
fix_rename_script

Conversation

@khalford

Copy link
Copy Markdown
Member

AQ images are not being set public and named to the production name. This commit fixes that bug. It was due to the openstack image set --public --name only being in the else part of the statement. So I have separated the --public and --name into 2 commands. We always want to update the name but we don't always want to set the image to public. For example, the aq images are shared.

As this change does not affect the image
configuration I am not going to update the changelog.

@khalford khalford self-assigned this Aug 25, 2026
AQ images are not being set public and named to the production name.
This commit fixes that bug. It was due to the `openstack image set
--public --name` only being in the else part of the statement. So I have
separated the --public and --name into 2 commands. We always want to
update the name but we don't always want to set the image to public. For
example, the aq images are shared.

As this change does not affect the image
configuration I am not going to update the changelog.
@jose-caballero
jose-caballero merged commit b3a59b3 into 0.4.X Aug 27, 2026
6 checks passed
@jose-caballero
jose-caballero deleted the fix_rename_script branch August 27, 2026 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants