yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #92576
[Bug 2025055] Re: [rfe][ml2] Add a new API that supports cloning a specified security group
** Changed in: neutron
Status: Incomplete => Won't Fix
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2025055
Title:
[rfe][ml2] Add a new API that supports cloning a specified security
group
Status in neutron:
Won't Fix
Bug description:
Hi everyone:
We want to define a new api that supports cloning a specified security_group.
Consider the following case:
If the user wants to create a new security_group with the same rules as a created security_group, he should do some duplicate actions to create rules.
It looks expensive, so that we want to define a new API that
supports create a new security_group and automatically copy the rules
from the specified security_group.
API likes:
PUT /v2.0/security-groups/{security_group_id}/clone
{
"security_group": {
"name": "newsecgroup",
"description": "cloning security group from test",
"stateful": true
}
}
Does anyone have other ideas?
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2025055/+subscriptions
References