tricircle/tricircle
joehuang 419e02e786 Fix az parameter handling in Nova API-GW and External Network
1.What is the problem:
If availability zone (az in short) does not exit in the server creation
request or extenal network, 400 bad request was given in current handling,
this handling is inconsistent with Nova and Neutron.In Nova and Neutron,
az is one optional parameter, i.e, even the az is not speficied in the
request, a scheduled az should be used for the creation, but not
return 400 bad request.

2.What's need to be fixed:
To fix the issue, server creation should allow no az parameter in
the request, and select one default bottom pod to continue the server
creation.

3.What is the purpose of this patch set:
To make the az handling behavior is consistent with that in Nova and
Neutron.

Change-Id: I9281914bad482573c6540bf2a14e51e7ca4d744c
Signed-off-by: joehuang <joehuang@huawei.com>
2016-08-12 05:09:26 -04:00
..
api Fix incorrect file permission 2016-05-24 16:04:16 +08:00
cinder_apigw [Urgent]Fix the integration test failure casused by http header processing 2016-08-11 02:33:12 -04:00
common [Urgent]Fix the integration test failure casused by http header processing 2016-08-11 02:33:12 -04:00
db Move router operations to xjob 2016-07-25 17:25:48 +08:00
network Fix az parameter handling in Nova API-GW and External Network 2016-08-12 05:09:26 -04:00
nova_apigw Fix az parameter handling in Nova API-GW and External Network 2016-08-12 05:09:26 -04:00
tempestplugin Fix regex expresion error in integration test 2016-07-25 18:58:49 +08:00
tests Fix az parameter handling in Nova API-GW and External Network 2016-08-12 05:09:26 -04:00
xjob Change dhcp port creation mechanism 2016-08-05 16:28:38 +08:00
__init__.py networking-tricircle core plugin and security group 2015-08-05 14:49:24 +03:00