[Yahoo-eng-team] [Bug 2049524] [NEW] [Neutron/Nova] Need to fix attaching a vip port on VMs

2024-01-16 Thread zhaobo
Public bug reported: >From https://bugs.launchpad.net/neutron/+bug/2018529 Community had raised a fix in A release. But nova can still attach the vip port on VM without failure, even the vip port can not be used.. We can repro it in Neutron A release and OVN based deployment, relied on

[Yahoo-eng-team] [Bug 1916428] [NEW] dibbler tool for dhcpv6 is concluded

2021-02-21 Thread zhaobo
Public bug reported: Hi team, according to the latest annoucement of https://github.com/tomaszmrugalski/dibbler, seems the said project is concluded by lacking maintainers, and I also found the said tools have been as the Ipv6 dhcp default implementation. The author suggest

[Yahoo-eng-team] [Bug 1810905] [NEW] [RFE]Support NAT64

2019-01-08 Thread zhaobo
Public bug reported: Currentlly, Neutron FIP just support NAT v4 to v4. But the ipv6 is the future, we must face it sooner or later. I check the old related RFE and BPs[1], seems many customers or developers want it. In our country, goverment push to use ipv6 internally, so we can quickly move

[Yahoo-eng-team] [Bug 1799328] [NEW] Should not store segmenthostmapping table when segment service plugin disabled

2018-10-22 Thread zhaobo
Public bug reported: Version = Openstack neutron Ocata Issue Description = Currently, the default behavior of Neutron will store the segment in compute nodes level, so the port binding process can know exactly which network plane it can reach on some specific compute nodes. But

[Yahoo-eng-team] [Bug 1789391] [NEW] [RFE]Support VPC peering for openstack public cloud providers

2018-08-28 Thread zhaobo
Public bug reported: Currently, the AWS VPC is a common concept for cloud providers, but for openstack models, we treat it as a Neutron Router. So the VPC peering support corresponds to something like "Router peering" support. This function provides the network connecting between different

[Yahoo-eng-team] [Bug 1783968] [NEW] ovs agent failed to continue to process devices if one of them are failed

2018-07-27 Thread zhaobo
/ovs_neutron_agent.py#n1564 ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Tags: ovs ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) ** Tags added: ovs -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1783965] [NEW] Openvswtich agent break the existing data plane as not stable server

2018-07-27 Thread zhaobo
Public bug reported: Current openvswitch agent need to be stronger for more cases. Please see [1] This line will clean up all stale ovs flows. Try to think, if there is a case, when the ovs agent restart and try to get its hold device info(rpc to server get them and store into local cache if

[Yahoo-eng-team] [Bug 1779882] Re: Deleting a port on a system with 1K ports takes too long

2018-07-04 Thread zhaobo
Thank you. You mentioned that create 1K "free" port, just db records, right? If that, I don't think the policy engine or md driver would be the issue. As the port delete is a very complex operation. Every step(l3 pre-check, callbacks, port pre/postcommit to md drivers, delete the port record in

[Yahoo-eng-team] [Bug 1770575] [NEW] FWG status will be overided by mutilple l2 agent

2018-05-11 Thread zhaobo
Public bug reported: Currently, we support VM port/router port to apply fwg. So we deep into L2 and L3 agent implementation to process the associated port for fwg. For this bug, I will raise an example: Server side set fwg status

[Yahoo-eng-team] [Bug 1755205] Re: ValueError: Field value 21 is invalid

2018-03-18 Thread zhaobo
Neutron doesn't set the protocol as a Interger value, it be stored as varchar in db. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1731112] [NEW] Raise error when pass not support protocol value during sg_rule creation

2017-11-08 Thread zhaobo
Public bug reported: repro neutron security-group-rule-create test --direction ingress --protocol 115 --port-range-min 22 --port-range-max 22 Request Failed: internal server error while processing your request. This will raise 500 internal error. Log ERROR

[Yahoo-eng-team] [Bug 1727578] [NEW] [RFE]Support apply qos policy in VPN service

2017-10-25 Thread zhaobo
Public bug reported: Issue --- For site to site type VPN, we need to limit the bandwidth of the VPN services, as the VPN tunnel will cost the bandwidth from the outside public bandwidth provided by the ISP or other organizations.That means it is not free. The openstack provider or users

[Yahoo-eng-team] [Bug 1723026] [NEW] [RFE]Support get device_ids from floatingips

2017-10-12 Thread zhaobo
these infos into the network_infocache, it is hard to query instance like this. Proposal * Support list/get floatingip show the related ports' device_id * Adding regex matching support in DB layer using "LIKE" SQL phrase. ** Affects: neutron Importance: Undecided Assign

[Yahoo-eng-team] [Bug 1715386] [NEW] [RFE]Support policy routing based on subnet

2017-09-06 Thread zhaobo
Public bug reported: In real data center, it may contains several external gateways to access external network. The VM instances can access all of them in L3 layer. Each gateway may from different network providers, and different network performance(such as stability, bandwidth, speed). Cloud

[Yahoo-eng-team] [Bug 1715380] [NEW] [RFE] Need Qos function based on public IPs

2017-09-06 Thread zhaobo
Public bug reported: We use public IP address on SNAT/VPN service/DNAT. As now SNAT/VPN need to support rate limit for access external network or the connection cross openstack. I think [1] will meet this requirements. DNAT/port forwarding[2] also need the Qos for the same reason which is saving

[Yahoo-eng-team] [Bug 1715340] [NEW] [RFE] reduce the duration of network interrupt during live migration in DVR scenario

2017-09-06 Thread zhaobo
Public bug reported: Nova contains 3 stages when process 1ive migration: 1. pre_live_migration 2. migrating 3. post_live_migration The current implement, nova will plug a new vif on the target host. The ovs-agent on the target host will process this new vif, and try to up this port on target

[Yahoo-eng-team] [Bug 1707381] [NEW] Differece behavior about enable subnet service types scenario

2017-07-29 Thread zhaobo
Public bug reported: Repro: 1. create a net and a subnet 'A-compute-nova' with service_types "compute:nova" 2. exec neutron port-create only specified the network ID/name. This will return "No valid service subnet for the given device owner." We only can create port with device_owner

[Yahoo-eng-team] [Bug 1700428] [NEW] trunk parent port/subport need limitation

2017-06-25 Thread zhaobo
port to other way, and subport check to let user know the port is used by a trunk. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notificat

[Yahoo-eng-team] [Bug 1697334] [NEW] Use the IP from allow address pair to launch VM will cause issue if the ip in the same subnet

2017-06-11 Thread zhaobo
to VM2. I don't think this is a valid case. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1683566] [NEW] [RFE] L2 agent need concurrent processing port

2017-04-17 Thread zhaobo
Public bug reported: Our in-tree openvswitch agent now process the port as a serial way. This may cause some delay operation and even effect the whole work, such as the real vm startup.. Could we let l2 agent process more quickly or make it process the port in concurrent mode? And I know some

[Yahoo-eng-team] [Bug 1671338] [NEW] Wrong ordered fw_rules when set them into fw_policy

2017-03-08 Thread zhaobo
Public bug reported: There are 3 sample fw_rules in server. And I expect the order is tcp - ping - denyany openstack firewall group rule list +--+-+-++ | ID |

[Yahoo-eng-team] [Bug 1664299] [NEW] Issue about lost rpc status report from agent.

2017-02-13 Thread zhaobo
Public bug reported: Background: We need a stable and functional public cloud. It means users could launch VM and call openstack API as they want. So we need the server more strong and strong error-tolerance. Scenario: 1. Neutron agent report its status through rpc to server side. 2. Alright,

[Yahoo-eng-team] [Bug 1659215] Re: Should not allow assign floating IPs that are already assigned to another port

2017-01-25 Thread zhaobo
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/b

[Yahoo-eng-team] [Bug 1659175] [NEW] Hit internal error when query port with sort-key created_at

2017-01-24 Thread zhaobo
/utils.py", line 43, in get_and_validate_sort_keys 2017-01-25 09:42:59.830 TRACE neutron.api.v2.resource ^[[01;35m^[[00mif isinstance(sort_key_attr.property, 2017-01-25 09:42:59.830 TRACE neutron.api.v2.resource ^[[01;35m^[[00mAttributeError: 'AssociationProxy' object has no attribute

[Yahoo-eng-team] [Bug 1657358] [NEW] Create fw_policy with used fw_rule hit internal error

2017-01-18 Thread zhaobo
sync.clear(dest, self.mapper, self.prop.synchronize_pairs) 2017-01-16 16:01:20.220 TRACE neutron.api.v2.resource File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/orm/sync.py", line 74, in clear 2017-01-16 16:01:20.220 TRACE neutron.api.v2.resource (r, orm_util.state_st

[Yahoo-eng-team] [Bug 1657090] [NEW] [RFE]Add bandwidth_limit to vip

2017-01-17 Thread zhaobo
is powerful. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Tags: lbaas ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) ** Tags added: lbaas -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1657089] [NEW] [RFE]Add bandwidth_limit to vip

2017-01-17 Thread zhaobo
Public bug reported: Currently, neutron lbaas and octavia just support connection_limit, but not bandwidth_limit. We need support it to make LB more powerful. If no bandwidth_limit, the upstream bottleneck of vip will issue the low speed in the public cloud, eventhough the backend server is

[Yahoo-eng-team] [Bug 1657091] [NEW] [RFE]Support l4 udp protocol loadbalance

2017-01-17 Thread zhaobo
Public bug reported: Currently, neutron-lbaas or octavia implemented the haproxy just support TCP,HTTP,HTTPS,TERMINATED_HTTPS. We need support udp if we want the data flow lb towards this kind protocol or requirements. ** Affects: neutron Importance: Undecided Assignee: zhaobo

[Yahoo-eng-team] [Bug 1657084] [NEW] [RFE]Add time period attribute to firewall_rule

2017-01-17 Thread zhaobo
I to query the time of the rule work, set the period. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Tags: fwaas ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) ** Tags added: fwaas -- You received this bug n

[Yahoo-eng-team] [Bug 1657071] [NEW] [RFE]Add "log" attribute to firewall_policy

2017-01-17 Thread zhaobo
I to query the details of them. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Tags: fwaas ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) ** Tags added: fwaas -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1656739] [NEW] Update fw_rule with ipv6 address if not specified ip_version

2017-01-15 Thread zhaobo
", "protocol": "tcp", "source_ip_address": "1::23", "ip_version": 6 } } OK, the firewall_rule will be created successful. Then I update it like : { "firewall_rule": { "source_ip_address":

[Yahoo-eng-team] [Bug 1654195] [NEW] query resource with some filter return 500 error

2017-01-05 Thread zhaobo
.v2.resource context) 2017-01-05 11:59:26.592 TRACE neutron.api.v2.resource File "/opt/stack/neutron/neutron/db/common_db_mixin.py", line 156, in _apply_filters_to_query 2017-01-05 11:59:26.592 TRACE neutron.api.v2.resource query = query.filter(column.in_(value)) 201

[Yahoo-eng-team] [Bug 1653086] [NEW] Hit internal server error in lb creation with no subnets network

2016-12-29 Thread zhaobo
object has no attribute '__getitem__' ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! En

[Yahoo-eng-team] [Bug 1653034] [NEW] LB need create lb with vip-network

2016-12-28 Thread zhaobo
Public bug reported: Currently, neutron-lbaas had implemented "lb_network_vip" extension in server side[1]. We can use restAPI the call the new feature. But neutronclient didn't support[2], and this patch[2] is not alive for some months. The related RFE of "lb_network_vip":

[Yahoo-eng-team] [Bug 1651327] [NEW] Different behavior in firewall_group creation and updation

2016-12-19 Thread zhaobo
p": true, "tenant_id": "88ecb8bb6abb4207bb9a832e08eef245", "ports": [ "2c6b1bcf-a1d6-4efa-8c7a-b7f0966aa3d1" ], "project_id": "88ecb8bb6abb4207bb9a832e08eef245", "public": false, "egress_fire

[Yahoo-eng-team] [Bug 1649833] [NEW] Create/update fw_rule action with integer value hit internal error

2016-12-14 Thread zhaobo
/opt/stack/neutron-fwaas/neutron_fwaas/extensions/firewall.py", line 204, in convert_action_to_case_insensitive 2016-12-14 10:00:14.982 TRACE neutron.api.v2.resource return value.lower() 2016-12-14 10:00:14.982 TRACE neutron.api.v2.resource AttributeError: 'int' object has no attribute 'lo

[Yahoo-eng-team] [Bug 1649750] [NEW] Cannot create a provider net without segment_id if only config a physical net name

2016-12-13 Thread zhaobo
net-create --provider:physical_network vlan_net --provider:network_type vlan net-name All cmds return exception NoNetworkAvailable, this is not frendly, we should tell users how to use the configured physical network, what they can do in the next. ** Affects: neutron Importance: Undecided Assignee: zhaob

[Yahoo-eng-team] [Bug 1649557] [NEW] [api-ref] Make api parameters more meaningful

2016-12-13 Thread zhaobo
ct them with some worthly parameter name. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1639111] [NEW] the subports' status are not updated when delete the vm booted with trunk port

2016-11-03 Thread zhaobo
Public bug reported: I use the default devstack configuration with l2pop. Then I use trunk plugin to create trunk port and set some subport in it. 1.The parent port create from vxlan net A, and there is a subport from the same net A. 2.Boot an vm with this trunk port on an specifyed compute

[Yahoo-eng-team] [Bug 1634114] [NEW] fwaas v2 update firewall group hit l3 agent error.

2016-10-17 Thread zhaobo
d before assignment 2016-10-17 19:38:52.764 TRACE oslo_messaging.rpc.server ^[[01;35m^[[00m ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed t

[Yahoo-eng-team] [Bug 1634086] [NEW] fwaas v2 update firewall group with non exist port hit internal error

2016-10-17 Thread zhaobo
9 -3a7b-48a1-a16c-bf9f7b2751a5'}, {'port_id': u'fa690dcc- 71eb-4154--', 'firewall_group_id': u'2932b3d9-3a7b-48a1 -a16c-bf9f7b2751a5'})] ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: In Progress -- You received this bug notification bec

[Yahoo-eng-team] [Bug 1633385] Re: fwaas v2 installation with devstack set the wrong plugin class path in neutron.conf

2016-10-16 Thread zhaobo
** Changed in: neutron Status: In Progress => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1633385 Title: fwaas v2 installation with devstack set the wrong plugin class

[Yahoo-eng-team] [Bug 1633385] [NEW] fwaas v2 installation with devstack set the wrong plugin class path in neutron.conf

2016-10-14 Thread zhaobo
= neutron_fwaas.services.firewall.fwaas_plugin:FirewallPlugin ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1633066] [NEW] Input int value into service_type list hit internal error

2016-10-13 Thread zhaobo
_validate_subnet_service_types 2016-10-13 17:44:27.842 TRACE neutron.api.v2.resource not service_type.startswith(tuple(prefixes))): 2016-10-13 17:44:27.842 TRACE neutron.api.v2.resource AttributeError: 'int' object has no attribute 'startswith' 2016-10-13 17:44:27.842 TRACE neutron.api.v2.

[Yahoo-eng-team] [Bug 1588171] Re: Should update nova api version to 2.1

2016-06-02 Thread zhaobo
** No longer affects: designate -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1588171 Title: Should update nova api version to 2.1 Status in Ceilometer: In Progress Status in

[Yahoo-eng-team] [Bug 1588171] Re: Should update nova api version to 2.1

2016-06-02 Thread zhaobo
** Also affects: designate Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1588171 Title: Should update nova api version to 2.1 Status in

[Yahoo-eng-team] [Bug 1588170] Re: Should update nova api version to 2.1

2016-06-02 Thread zhaobo
duplicate bug..:( ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1588170 Title: Should update nova api version to 2.1 Status in

[Yahoo-eng-team] [Bug 1588171] Re: Should update nova api version to 2.1

2016-06-02 Thread zhaobo
** Changed in: cinder Assignee: (unassigned) => zhaobo (zhaobo6) ** Also affects: octavia Importance: Undecided Status: New ** Changed in: octavia Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! Engin

[Yahoo-eng-team] [Bug 1588170] [NEW] Should update nova api version to 2.1

2016-06-02 Thread zhaobo
Public bug reported: As nova api had abandoned 2.0, and suggest to use v2.1 if we call nova. So should update the version from 2.0 to 2.1 ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1588171] [NEW] Should update nova api version to 2.1

2016-06-02 Thread zhaobo
) Status: New ** Affects: cinder Importance: Undecided Status: New ** Affects: heat Importance: Undecided Status: New ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Affects: searchlight Importance: Undecided

[Yahoo-eng-team] [Bug 1570681] [NEW] neutron server side should not specified the firewall driver

2016-04-14 Thread zhaobo
k it if return "ovs_hybrid_plug": false" /"true" to nova. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug not

[Yahoo-eng-team] [Bug 1566656] [NEW] neutron purge operation should not delete dhcp port

2016-04-06 Thread zhaobo
. And it will be recreated in the end, this view is meaningless and risky. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1556786] [NEW] [RFE]Don't check port quota in nova-api

2016-03-14 Thread zhaobo
/250993/ [2]https://github.com/openstack/nova/blob/12.0.0/nova/network/neutronv2/api.py#L1178 ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this

[Yahoo-eng-team] [Bug 1468235] Re: Create port exceed max_fixed_ips_per_port limit when contains multiple ipv6 subnets with slaac

2016-03-09 Thread zhaobo
** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1468235 Title: Create port exceed max_fixed_ips_per_port limit when contains multiple

[Yahoo-eng-team] [Bug 1554390] [NEW] should add timestamp to all resources which inherit HasStandardAttributes

2016-03-07 Thread zhaobo
"standardattrs". Now the db_models which has standard_attr are neutron core resource and extension resource. We should add them either. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zh

[Yahoo-eng-team] [Bug 1548161] [NEW] make/update_subnetpool_dict should process extension functions

2016-02-22 Thread zhaobo
when update subnetpool. So should add the same logic like other core resources towards dict maker. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this

[Yahoo-eng-team] [Bug 1524231] [NEW] [RFE]neutron fwaas should be support share fw to specify tenant

2015-12-09 Thread zhaobo
network shared or maybe more cover. [What is the enhancement?] Share FW more sophisticated to other specified tenants ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) --

[Yahoo-eng-team] [Bug 1524264] [NEW] RFE]should support share vpn to specify tenant

2015-12-09 Thread zhaobo
is an normal thing. [Proposal] Now vpn didn't contain the 'shared' field, so we should extend it and fulfill the function of share to specified tenants based on rbac policies. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron

[Yahoo-eng-team] [Bug 1517815] [NEW] List rbac request didn't process "fields"

2015-11-19 Thread zhaobo
the server side didn't process this field. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) => zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1517818] [NEW] update rbac policy with any input when there is only 1 policy in system

2015-11-19 Thread zhaobo
reconfigure sharing settings for network a80d09eb-9ef2-47a4-baac-90133894366a. Multiple tenants are using it. 2015-11-19 10:05:43.024 TRACE neutron.callbacks.manager ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron A

[Yahoo-eng-team] [Bug 1517702] [NEW] create a rbac policy target_tenant_id=self, can not delete this policy

2015-11-18 Thread zhaobo
ager InvalidSharedSetting: Unable to reconfigure sharing settings for network d207350c-6d19-45fc-a3a4-2c70bf35a933. Multiple tenants are using it. 2015-11-19 02:46:57.687 TRACE neutron.callbacks.manager ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status:

[Yahoo-eng-team] [Bug 1492683] [NEW] neutron lbaas should add the new appended timestamp field

2015-09-06 Thread zhaobo
to lbaas's resources which is related with neutron core resources. So should add the new appended attributes to neutron_lbaas/services/loadbalancer/data_models.py which import models_v2 from neutron.db . ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New

[Yahoo-eng-team] [Bug 1489678] [NEW] return inappropriate message when run net-list -F {fields} from neutronclient

2015-08-27 Thread zhaobo
| +--+--+--+ repro: run neutron net-list -F abc it returned: ++ || ++ ++ ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) = zhaobo (zhaobo6) -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1483103] [NEW] When subnetpool didn't follow the cidr's prefix which input at the subnetpool creation.

2015-08-09 Thread zhaobo
default_prefixlen is always 8.And this may make user to input cidr which the prefixlen is 8. I think when use the subnetpool to create subnet, it should get one of pool and cannot limit according to the default prefixlen. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6

[Yahoo-eng-team] [Bug 1483099] [NEW] subnetpool can create the cidr like 0.0.0.0/0

2015-08-09 Thread zhaobo
| +---+--+ So the subnetpool should not allow this special type of cidrs to be created. ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee

[Yahoo-eng-team] [Bug 1480039] [NEW] User cannot delete the port which is used by lb vip, but user can update it device_owner field

2015-07-30 Thread zhaobo
'] [parameters: (u'd7c270ef-2a37-413f-99a3-8299aa96dc01',)] 2015-07-31 11:20:50.337 TRACE neutron.api.v2.resource ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6) Status: New ** Description changed: When exist a port which used by loadbalancer vip, and now

[Yahoo-eng-team] [Bug 1477889] [NEW] fixed create subnetpool option '--pool-prefix' as a optional argument in neutronclient

2015-07-24 Thread zhaobo
Assignee: zhaobo (zhaobo6) Status: New ** Changed in: neutron Assignee: (unassigned) = zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1477889 Title: fixed

[Yahoo-eng-team] [Bug 1468235] [NEW] Create port exceed max_fixed_ips_per_port limit when contains multiple ipv6 subnets with slaac

2015-06-24 Thread zhaobo
subnets with slaac. The num of fixed ip exceed the limit of max_fixed_ips_per_port which I had configured in neutron.conf. According to the scene, max_fixed_ips_per_port didn't limite the fixed ip num . ** Affects: neutron Importance: Undecided Assignee: zhaobo (zhaobo6

[Yahoo-eng-team] [Bug 1467791] [NEW] Specific ipv4 subnet to create port and return port contains ipv4 and ipv6 address

2015-06-23 Thread zhaobo
Public bug reported: neutron --version 2.6.0 When a network named 'A' contains a ipv4 subnet and a ipv6 subnet. I specify the ipv4 subnet without ipv4 addr to create a port based on this network 'A'. The returned port contains 2 addresses (both ipv4 and ipv6). It just like: | fixed_ips

[Yahoo-eng-team] [Bug 1460630] [NEW] nova should not vertify port_security_enabled according the info from network

2015-06-01 Thread zhaobo
: zhaobo (zhaobo6) Status: New ** Changed in: nova Assignee: (unassigned) = zhaobo (zhaobo6) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1460630 Title: nova