Created attachment 1272544 [details] snapshot Description of problem: Version-Release number of selected component (if applicable): 5.8.0.10-beta1.20170411212748_e47d319 How reproducible: 100% Steps to Reproduce: 1.Add cloud open stack provider 2.On an instance create a first snapshot, then try to create second snapshot. 3. Actual results: create snapshot button gets disabled.see attached screenshot Expected results: button should be enabled. Additional info:
Is there any sense as to whether this also happens for non-OpenStack providers?
Ah, nevermind - it looks like a check was added for vmware providers that may not be appropriate for openstack. I'll follow up with the dev - thanks!
New commit detected on ManageIQ/manageiq-providers-openstack/master: https://github.com/ManageIQ/manageiq-providers-openstack/commit/62bacc9c4f25d635a135ec4a768559ea290d6323 commit 62bacc9c4f25d635a135ec4a768559ea290d6323 Author: Adam Grare <agrare> AuthorDate: Mon Apr 24 10:48:23 2017 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Apr 24 11:04:40 2017 -0400 Fix snapshot of vm without an ems being supported https://bugzilla.redhat.com/show_bug.cgi?id=1443446 .../providers/openstack/cloud_manager/vm/operations/snapshot.rb | 6 +++++- spec/models/manageiq/providers/openstack/cloud_manager/vm_spec.rb | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-)
PR: https://github.com/ManageIQ/manageiq-providers-openstack/pull/20 https://github.com/ManageIQ/manageiq-providers-openstack/pull/24
Antonin, is this something that you can verify with pakotvan's osp environment? Just trying to help out osp qe a bit with their on-qas.
I sure can. I'm able to create two snapshots using provider RHOS 7, the Create Snapshot button works fine. Appliance version: 5.9.0.9 Ido, I think you can move this to VERIFIED. Or I can take the bug and move it myself, either way is fine with me.