Skip to content

Conversation

@mogrogan
Copy link
Contributor

@mogrogan mogrogan commented Dec 2, 2025


Description

Previously was using the default value which had the mitchellh. prefix

To be consistent with other plugin, we need to remove the prefix. (also help with showing the right icon in HCP)

Rollback Plan

If a change needs to be reverted, we will roll out an update to the code within 7 days.

Changes to Security Controls

Are there any changes to security controls (access controls, encryption, logging) in this pull request? If so, explain.

Previously was using the default value which had the 'mitchellh.' prefix
@mogrogan mogrogan requested a review from a team as a code owner December 2, 2025 15:02
artifact := &Artifact{
ImageId: "foo",
BuilderIdValue: "openstack",
BuilderIdValue: "mitchellh.openstack",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, is this change made to avoid breaking this particular test?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is to make sure that it doesn't prepend the mitchellh when fetching the ProviderName (problem with UI openstack icon rendering)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants