[Yahoo-eng-team] [Bug 1813439] [NEW] an instance can see other instances' unicast packages when security group firewall_driver is openvswitch

2019-01-26 Thread Guangyu Suo
Public bug reported: We found that instances on the same host can see each others' unicast packages out to instances on the different host if these instances are on the same subnet when security group firewall_driver is openvswitch. # How to reproduce 1. create 3 vms on the same subnet, no

[Yahoo-eng-team] [Bug 1503522] [NEW] multiple create server response only has a single server's info

2015-10-06 Thread Guangyu Suo
Public bug reported: when creating multiple server with min_count/max_count, the response only has one server's info, as follow: { "server": {   "id": "11f8d434-cee0-45e2-8f24-d9b13403af16",   "links": [ {   "href":

[Yahoo-eng-team] [Bug 1333161] [NEW] delete image url in glanceclient v2

2014-06-23 Thread Guangyu Suo
Public bug reported: I notice the delete image method in v2/images.py has no slash(/) in front of v2, but others have: def delete(self, image_id): self.http_client.json_request('DELETE', 'v2/images/%s' % image_id) def get(self, image_id): url = '/v2/images/%s' % image_id And the log

[Yahoo-eng-team] [Bug 1330095] [NEW] Should check the invalid suffix in uri

2014-06-14 Thread Guangyu Suo
Public bug reported: I create the router using the api like follows: POST http://localhost:9696/v2.0/routers.@@@xxx body: { router:{ name: ddd } } And it can create successfully, should we check the validation of the suffix in uri ?? ** Affects: neutron Importance: Undecided