yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #42123
[Bug 1521909] [NEW] subnet_allocation extention is no need
Public bug reported:
subnetpool is a core resource, why is there a extension
"subnet_allocation", for ml2 plugin, in it's
_supported_extension_aliases
_supported_extension_aliases = ["provider", "external-net", "binding",
"quotas", "security-group", "agent",
"dhcp_agent_schedler",
"multi-provider", "allowed-address-pairs",
"extra_dhcp_opt", "subnet_allocation",
"net-mtu", "vlan-transparent",
"address-scope", "dns-integration",
"availability_zone",
"network_availability_zone"]
if we delete subnet_allocation from _supported_extension_aliases, we also can create subnetpool and create subnet with subnetpool-id
** Affects: neutron
Importance: Undecided
Assignee: shihanzhang (shihanzhang)
Status: New
** Description changed:
subnetpool is a core resource, why is there a extension
"subnet_allocation", for ml2 plugin, in it's
_supported_extension_aliases
- _supported_extension_aliases = ["provider", "external-net", "binding",
- "quotas", "security-group", "agent",
- "dhcp_agent_scheduler",
- "multi-provider", "allowed-address-pairs",
- "extra_dhcp_opt", "subnet_allocation",
- "net-mtu", "vlan-transparent",
- "address-scope", "dns-integration",
- "availability_zone",
- "network_availability_zone"]
+ _supported_extension_aliases = ["provider", "external-net", "binding",
+ "quotas", "security-group", "agent",
+ "dhcp_agent_schedler",
+ "multi-provider", "allowed-address-pairs",
+ "extra_dhcp_opt", "subnet_allocation",
+ "net-mtu", "vlan-transparent",
+ "address-scope", "dns-integration",
+ "availability_zone",
+ "network_availability_zone"]
if we delete subnet_allocation from _supported_extension_aliases, we also can create subnetpool and create subnet with subnetpool-id
** Changed in: neutron
Assignee: (unassigned) => shihanzhang (shihanzhang)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1521909
Title:
subnet_allocation extention is no need
Status in neutron:
New
Bug description:
subnetpool is a core resource, why is there a extension
"subnet_allocation", for ml2 plugin, in it's
_supported_extension_aliases
_supported_extension_aliases = ["provider", "external-net", "binding",
"quotas", "security-group", "agent",
"dhcp_agent_schedler",
"multi-provider", "allowed-address-pairs",
"extra_dhcp_opt", "subnet_allocation",
"net-mtu", "vlan-transparent",
"address-scope", "dns-integration",
"availability_zone",
"network_availability_zone"]
if we delete subnet_allocation from _supported_extension_aliases, we also can create subnetpool and create subnet with subnetpool-id
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1521909/+subscriptions
Follow ups