only one subnet_id is allowed behind a router for vpnservice object
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Invalid
|
Undecided
|
Unassigned |
Bug Description
I think we should allow more than subnet_id in one vpnservice object.
but the model below limits only one subnet_id is used.
https:/
RESOURCE_
'vpnservices': {
'id': {'allow_post': False, 'allow_put': False,
'name': {'allow_post': True, 'allow_put': True,
'status': {'allow_post': False, 'allow_put': False,
},
with such limit, I don't think there is a way to allow other subnets behind the router be vpn exposed!
Changed in neutron: | |
status: | New → Invalid |
assignee: | yong sheng gong (gongysh) → nobody |
there seems to be some work to do so I use a blueprint to track.