New commit detected on ManageIQ/manageiq/euwe: https://github.com/ManageIQ/manageiq/commit/a4a16ddee9ae6536be29df81628029f7b5c4665d commit a4a16ddee9ae6536be29df81628029f7b5c4665d Author: Greg McCullough <gmccullo> AuthorDate: Fri Feb 10 11:50:03 2017 -0500 Commit: Satoe Imaishi <simaishi> CommitDate: Fri Mar 3 13:26:55 2017 -0500 Merge pull request #13853 from lfu/set_multiple_resources_1416572 Add multiple_value option to expose_eligible_resources. (cherry picked from commit e5a8b3817117bda455c23f1046c5baa2007af126) https://bugzilla.redhat.com/show_bug.cgi?id=1422653 app/models/mixins/miq_provision_mixin.rb | 52 +++++++++++++++------- ...e_manageiq-providers-cloud_manager-provision.rb | 2 +- .../mixins/miq_ae_service_miq_provision_mixin.rb | 12 ++++- ...ageiq-providers-cloud_manager-provision_spec.rb | 35 +++++++++------ 4 files changed, 69 insertions(+), 32 deletions(-)
Verified in 5.7.2.0. I overrided the openstack_CustomizeRequest as follows: prov = $evm.root["miq_provision"] x = $evm.vmdb(:SecurityGroup).find_by_name('abc') y = $evm.vmdb(:SecurityGroup).find_by_name('ada') prov.set_security_groups([x, y]) And the respective security groups were attached to the provisioned instance.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:0898