-
Notifications
You must be signed in to change notification settings - Fork 356
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
Use API call to populate cloud_types drop down #570
Conversation
@gmcculloug this PR depends on ManageIQ/manageiq#13951 |
This pull request is not mergeable. Please rebase and repush. |
0d78fb8
to
6a72c2f
Compare
238ed45
to
4e78b47
Compare
4e78b47
to
895e10c
Compare
@gmcculloug @dclarizio dependent core repo PR has been merged |
@h-kataria From the attached screenshot it looks like you are returning all types. The list for cloud should not include |
@gmcculloug I am not sure how can i exclude those types, @jntullo can you please look into this and only return cloud types. |
@h-kataria if you look here, we've added in a type so that you can know whether it is a cloud type or not |
895e10c
to
1d521eb
Compare
Use credential_types from options returned from API call to populate Cloud Types drop down. Added changes to handle sorting of list of cloud types returned from API call https://www.pivotaltracker.com/story/show/140931909
1d521eb
to
0c93aa9
Compare
Checked commit h-kataria@0c93aa9 with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@h-kataria Since we are currently limiting to Amazon and VMware credentials this looks good. 👍 @dclarizio Please review. |
https://www.pivotaltracker.com/story/show/140931909
@gmcculloug please review/test.