[Yahoo-eng-team] [Bug 1560790] [NEW] Horizon UI shows duplicate Hypervisors information (hostname) in the "Hypervisors" section

2016-03-22 Thread Li Wei Wang
Public bug reported: ICM 4.3 with VMware Issue Description: When connecting 2 different datastores to the same cluster, the hypervisor information are duplicated. Need to pint that, even their ID are different which you can see when running nova hypervisor-list command, but it still difficult

[Yahoo-eng-team] [Bug 1557457] [NEW] [openstack] [neutron] [REF] rate-limit

2016-03-15 Thread Jun Wei Wang
Public bug reported: I want to develop feature rate-limit based on contrail-openstack context. My core requirments is controlling total rate of all the VMs in the one project or one tenant. The scene is as follows: There are two or more nets in the project customer A. Let's say that only

[Yahoo-eng-team] [Bug 1475834] [NEW] RFE - Provide HasTimestamp in db.models_v2 and use it in nets, subnets, ports, fips and securitygroups

2015-07-18 Thread Wei Wang
Public bug reported: [Existing problem] Consumers and operators need to know when their resources created, include but not limited to nets, subnets, ports, floatingips and securitygroups. If we add them one by one, it's very inefficient. [What is the enhancement?] Provide class

[Yahoo-eng-team] [Bug 1443342] [NEW] The assignment in extensions.py may cause resources point to same object

2015-04-13 Thread Wei Wang
: neutron Importance: Undecided Assignee: Wei Wang (damon-devops) Status: New ** Changed in: neutron Assignee: (unassigned) = Wei Wang (damon-devops) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron

[Yahoo-eng-team] [Bug 1283718] Re: file ./etc/nova/cells.json is invalid JSON

2014-11-09 Thread Wei Wang
Since the 1.0 API is no longer supported, I think this bug should be triaged as invalid. ** 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.

[Yahoo-eng-team] [Bug 1386993] [NEW] Set a flag to avoid ovs-agent remove all flows when it start

2014-10-29 Thread Wei Wang
Importance: Undecided Assignee: Wei Wang (damon-devops) Status: New ** Changed in: neutron Assignee: (unassigned) = Wei Wang (damon-devops) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1378756] [NEW] set_context in L3NatTestCaseMixin.floatingip_with_assoc not work

2014-10-08 Thread Wei Wang
Public bug reported: We have following code in neutron.test.unit.L3NatTestCaseMixin.floatingip_with_assoc get set_context from external but not use it. @contextlib.contextmanager def floatingip_with_assoc(self, port_id=None, fmt=None, fixed_ip=None,

[Yahoo-eng-team] [Bug 1373756] [NEW] Unique check in allowed address pair's extension not work well

2014-09-25 Thread Wei Wang
', port['port']['id']) ** Affects: neutron Importance: Undecided Assignee: Wei Wang (damon-devops) Status: New ** Description changed: Test this case: Assume a port's mac_address is 12:34:56:78:aa:bb + Then put these to allowed address pair: [{ip_address: 10.0.0.1

[Yahoo-eng-team] [Bug 1373868] [NEW] Should we alow all network can use allowed address pairs?

2014-09-25 Thread Wei Wang
Public bug reported: Now we can add allowed address pair to every net's port if allowed address pair is enable. This will cause security problem in a shared network, I think. So we should add an limit for shared net or add a config entry in neutron.conf, so administrator can disables some

[Yahoo-eng-team] [Bug 1362593] [NEW] str validators maybe need a default length limit

2014-08-28 Thread Wei Wang
Public bug reported: As the tiltle, our str validators though have max_length as a param, but the default is None. So when a very long str input, we'll get a internal server error which very ugly. ** Affects: neutron Importance: Undecided Assignee: Wei Wang (damon-devops

[Yahoo-eng-team] [Bug 1359113] [NEW] Typos in l3_router_plugin's comments

2014-08-20 Thread Wei Wang
Public bug reported: In the services.l3_router.L3RouterPlugin.create_floatingip(), we have some comments (docstring) to help us to know this function, but there are some nits inside them: :param floatingip: data fo the floating IP being created :returns: A floating IP object on success AS

[Yahoo-eng-team] [Bug 1357290] [NEW] validator shouldn't raise exception

2014-08-15 Thread Wei Wang
Public bug reported: In the function neutron.extension.allowedaddresspairs._validate_allowed_address_pairs, validator raises exception instead of return message which other validators do. ** Affects: neutron Importance: Undecided Assignee: Wei Wang (damon-devops) Status: New

[Yahoo-eng-team] [Bug 1354343] [NEW] parameter passed to SecurityGroupRuleExists doesn't match expect

2014-08-08 Thread Wei Wang
Public bug reported: When we use db.securitygroups_db.SecurityGroupDbMixin._check_for_duplicate_rules() to check whether a security group rule exists, exception SecurityGroupRuleExists will be raised if true, but the id we passed is security rule id, which SecurityGroupRuleExists expect is a

[Yahoo-eng-team] [Bug 1353414] [NEW] duplicated check for router connect to external network

2014-08-06 Thread Wei Wang
says, this function is designed for get router_id, which can connect to floating network. ** Affects: neutron Importance: Undecided Assignee: Wei Wang (damon-devops) Status: New ** Description changed: In the function neutron.db.l3_db.get_assoc_data(), + we get router_id first

[Yahoo-eng-team] [Bug 1290254] [NEW] two dependencies of keystone dev-enviroment omit

2014-03-10 Thread Wei Wang
Public bug reported: In the http://docs.openstack.org/developer/keystone/setup.html (generate from keystone/doc/setup.rst): the section Installing dependencies: Fedora 15: $ sudo yum install python-sqlite2 python-lxml python-greenlet-devel python-ldap the sqlite-devel and

[Yahoo-eng-team] [Bug 1288797] [NEW] setuptools has removed Feautre which we still in use

2014-03-06 Thread Wei Wang
Public bug reported: * Description: The latest version of setuptools has removed the class Feature ( see https://bitbucket.org/pypa/setuptools/issue/65/deprecate-and-remove- features, https://jira.mongodb.org/browse/PYTHON-639 ), but pymongo sitll use it. so when we execut the

[Yahoo-eng-team] [Bug 1252299] Re: keystone endpoint-create default region

2014-02-04 Thread Wei Wang
Change has been successfully merged into the git repository. Patch upload by Dolph Mathews. See at https://review.openstack.org/#/c/60338/ ** Changed in: keystone Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1273862] Re: Keystone manage man page errors

2014-02-04 Thread Wei Wang
Change has been successfully merged into the git repository. ** Changed in: keystone Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1273862