IBM Cloud is looking to add the ability to add a standalone object storage manager: https://github.com/ManageIQ/manageiq-providers-ibm_cloud/pull/159 This isn't currently available in the UI
Similar to https://github.com/ManageIQ/manageiq-ui-classic/pull/7345
TODO:
cc @h-kataria @DavidResende0
@agrare @iv1111 i am not sure what is needed for this, do we need add new Storage Manager button on

@h-kataria The button to add a new provider is typically under Configuration / Add a new whatever provider and an Add a Provider button on the empty list view.
Here is what it looks like for the block storage side:

Which I believe was enabled by the PR I linked in the description (but I could be wrong)
@h-kataria Right. Basically we need a way to register Object Storage type providers via UI just as is the case with Cloud Providers. Adam's picture shows it.
@h-kataria We're targeting for including the image import workflow into the next release May/June and the missing Form blocks us from proceeding with the implementation. Do you know when we'll be able to use the form?
@h-kataria has moved onto another project at Red Hat. Maybe @kavyanekkalapu can pick this up
@chessbyte Thanks for telling. @kavyanekkalapu Hi. Could you tell us if you're able to take this issue?
@iv1111 i can take a look, what is the target date for this?
@kavyanekkalapu Hey. Thanks. End of next week would be great.
Something like 16 of April.
@kavyanekkalapu You might be interested in this: https://github.com/ManageIQ/manageiq-ui-classic/pull/7611
That is a PR, where the corresp. form was removed.
@iv1111 @agrare I can add a button for new object storage manage, but in create form, what are the fields that needs to be there? fields are same as storage manager?
Parameters should be coming from the provider's DDF params_for_create, any common fields (name, zone, etc...) should be the same
Closing as this is now implemented