yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #71040
[Bug 1746985] Re: Can not specified security groups when creating a port
Reviewed: https://review.openstack.org/540463
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=736312b8d92512e6a964bdd4f7d35ca630b190e9
Submitter: Zuul
Branch: master
commit 736312b8d92512e6a964bdd4f7d35ca630b190e9
Author: wei.ying <wei.ying@xxxxxxxxxxxx>
Date: Fri Feb 2 21:27:56 2018 +0800
Support specified security groups when creating a port
This patch allows users to specifie security groups when creating
a port. After a port is created, the backend specifies a 'default'
security group. To be consistent with this configuration, the page
initialization also defaults to a 'default' security group.
Change-Id: I13fe4648c3b5f8311602844e08044af8f7b47fd8
Closes-Bug:#1746985
** Changed in: horizon
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1746985
Title:
Can not specified security groups when creating a port
Status in OpenStack Dashboard (Horizon):
Fix Released
Bug description:
Env: devstack master branch
Currently, after a user creates a port through Horizon, the port
security group defaults to 'default', and the user can modify the
port's security group by 'Edit Port' row action.
According to the neutron api doc[1], when creating a port, we can
actually specify security groups as well.
[1] https://developer.openstack.org/api-ref/network/v2/index.html
#create-port
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1746985/+subscriptions
References