Skip to content

"No Infrastructure Provider that supports VM Provisioning added" #23147

Closed Answered by agrare
mschmitt-nasuni asked this question in Q&A
Discussion options

You must be logged in to vote

On this instance, I added an AWS provider

That is why it started working later on.

That error comes from here: https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/helpers/application_helper/button/vm_miq_request_new.rb#L3
The check for provisioning_supported? is here: https://github.com/ManageIQ/manageiq-ui-classic/blob/master/app/helpers/application_helper/button/vm_miq_request_new.rb#L11

EmsCloud.all.any? { |ems| ems.supports?(:provisioning) }

It is checking for EmsCloud not EmsInfra.

Need to check if there is a button for cloud provision support and this was just a copy&paste error or if we need a new button for cloud

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@mschmitt-nasuni
Comment options

@Fryguy
Comment options

@Fryguy
Comment options

@agrare
Comment options

Answer selected by mschmitt-nasuni
@agrare
Comment options

@Fryguy
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants