Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Openstack prefix to Cinder and Swift manager descriptions #898

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nasark
Copy link
Member

@nasark nasark commented Dec 11, 2024

@miq-bot assign @agrare
@miq-bot add_reviewer @agrare

@nasark nasark requested review from agrare and Fryguy as code owners December 11, 2024 20:10
@nasark nasark changed the title Add Openstack prefix to Cinder and Swift managers Add Openstack prefix to Cinder and Swift manager descriptions Dec 11, 2024
@@ -58,11 +58,11 @@ def self.ems_type
end

def self.description
@description ||= "Cinder ".freeze
@description ||= "Openstack Cinder ".freeze
Copy link
Member

Choose a reason for hiding this comment

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

The CloudManager and NetworkManager both use OpenStack can you match that for all of these?

@nasark nasark force-pushed the openstack_prefix_cinder_swift_manager_descriptions branch from ee32950 to 5d78689 Compare December 11, 2024 21:29
@@ -58,11 +58,11 @@ def self.ems_type
end

def self.description
@description ||= "Cinder ".freeze
@description ||= "OpenStack Cinder ".freeze
Copy link
Member

Choose a reason for hiding this comment

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

I think we should drop the trailing spaces.

Suggested change
@description ||= "OpenStack Cinder ".freeze
@description ||= "OpenStack Cinder".freeze

@Fryguy
Copy link
Member

Fryguy commented Dec 11, 2024

Also, since we're making this change in a base provider, please run cross-repo tests with the descendant providers

@nasark nasark force-pushed the openstack_prefix_cinder_swift_manager_descriptions branch from 5d78689 to 3135ac9 Compare December 12, 2024 15:51
@nasark
Copy link
Member Author

nasark commented Dec 12, 2024

@miq-bot cross-repo-test manageiq-providers-ibm_cic, manageiq-providers-ibm_power_vc

@nasark
Copy link
Member Author

nasark commented Dec 12, 2024

manageiq-providers-ibm_cic and manageiq-providers-ibm_power_vc tests passed in the cross-repo. The openstack run failed with a qpid_proton failure and is not related

An error occurred while installing qpid_proton (0.37.0), and Bundler cannot
continue.

In Gemfile:
  qpid_proton

@agrare
Copy link
Member

agrare commented Dec 12, 2024

Oh we need a fix like #897 in those also

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.

3 participants