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 matte
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":
"http://localhost:8774/v2/ff2f74b28d274a3489a5cbb196
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 l
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: Undeci
4 matches
Mail list logo