Comment 2 for bug 1501722

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/229835
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=dedc10f6843320c129d9196fdb8821c36cf75502
Submitter: Jenkins
Branch: master

commit dedc10f6843320c129d9196fdb8821c36cf75502
Author: Masco Kaliyamoorthy <email address hidden>
Date: Thu Oct 1 17:03:27 2015 +0530

    security group not mandatory to create instance

    as per the nova api and legacy launch instance,
    the security group is not mandatory option to create an instance.

    but in the new launch instance form, it is marked as
    mandatory and it is not allowed to create/launch
    an instance if no security group was selected.

    this patch making the security group is optional.

    Change-Id: Ib381a16922abaf2e704c6a46a8189aec23adfbaa
    Closes-Bug: #1501722