Commit Graph

42983 Commits

Author SHA1 Message Date
Jenkins 42ba2fe4ec Merge "Update reno for stable/newton" 2016-09-19 16:58:29 +00:00
Jenkins 2957dc1121 Merge "Use tempest tox with regex first" 2016-09-19 16:57:58 +00:00
Jenkins ee956e217f Merge "TrivialFix: Remove cfg import unused" 2016-09-19 16:57:27 +00:00
Jenkins 04453caeaf Merge "[vncproxy] log for closing web is misleading" 2016-09-19 16:57:02 +00:00
Jenkins 64b9a50e9d Merge "Fix a typo in the driver.py file" 2016-09-19 16:44:23 +00:00
Jenkins 2468784fcb Merge "[api-ref] Update configuration file" 2016-09-19 16:39:09 +00:00
Jenkins 004af1bf29 Merge "Using assertIsNotNone() instead of assertIsNot(None,)" 2016-09-19 16:38:30 +00:00
Jenkins 451db85c78 Merge "doc: fix disk=0 use case in flavor doc" 2016-09-19 16:38:06 +00:00
Jenkins 867b23a075 Merge "Doc fix for Nova API Guide, fixed wording" 2016-09-19 15:56:55 +00:00
Jenkins e06f4de66e Merge "Fix link reference in Nova API version" 2016-09-19 15:56:31 +00:00
Jenkins b5f13b9714 Merge "Fix unnecessary string interpolation" 2016-09-19 15:56:06 +00:00
Jenkins 116b3e62a5 Merge "Add more description on v2.9 history" 2016-09-19 15:44:02 +00:00
Jenkins ff1b1754cc Merge "Pin maximum API version of microversion" 2016-09-19 15:43:39 +00:00
Jenkins 85ded22af6 Merge "Fix database poison warnings, part 9" 2016-09-19 14:43:58 +00:00
Jenkins f6a3fccfe2 Merge "Updates URL and removes trailing characters" 2016-09-19 14:35:51 +00:00
Jenkins 983cc7c75e Merge "Add link ref to nova api concept doc" 2016-09-19 14:16:49 +00:00
Jenkins c2341b5112 Merge "Add description for v2.20 changes in api-ref" 2016-09-19 14:16:22 +00:00
Jenkins c9690c02da Merge "Add members in InstanceGroup object members field" 2016-09-19 14:15:53 +00:00
Jenkins bdb7b18a8f Merge "Doc fix for Nova API Guide, added missing word." 2016-09-19 14:12:38 +00:00
Jenkins 4f3af1ae4c Merge "Add bigswitch command to compute rootwrap filters" 2016-09-19 11:18:24 +00:00
Jenkins 3a4c03dbe0 Merge "Add hypervisor_links into hypervisor v2.33" 2016-09-19 10:47:56 +00:00
Jenkins 2fb995a8ab Merge "Add keypairs_links into resp" 2016-09-19 09:15:22 +00:00
Jenkins 27a4b1744c Merge "Body Verification of api-ref os-volume-attachments.inc" 2016-09-19 08:57:03 +00:00
Jenkins b624bec672 Merge "Complete verification for os-virtual-interfaces" 2016-09-19 08:45:38 +00:00
He Jie Xu b2ee12ce19 Add link ref to nova api concept doc
This patch adds link to the api concept doc.

Change-Id: I3c9f7ebce7f4241a41492511b39f8649190b53eb
Partial-implements: blueprint api-ref-in-rst-ocata
2016-09-19 10:35:14 +08:00
Jenkins 29e2c41092 Merge "Add reserved param for v2.4" 2016-09-19 02:27:15 +00:00
Jenkins 8230aedb80 Merge "Trivial fix remove not used var in parameters" 2016-09-18 13:11:42 +00:00
Jenkins 2780da7de8 Merge "Trival fix a typo" 2016-09-18 04:53:19 +00:00
yuntongjin 43826e458e Add members in InstanceGroup object members field
In InstanceGroup object, add_members method doesn't add members
into object members field, which causes
objects.Quotas.count(server_group_members) won't increase, and
instance group quota check invalid. This makes an issue that user
could spawn with one call more instances in server group than
was allowed in quota_server_group_members is it was below
instances quota settting.

Co-authored-by: yuntongjin <yuntong.jin@intel.com>

Change-Id: Icdd8aef688776f00fef6ede6e1bed01af29f9917
Closes-bug: #1538169
2016-09-17 08:07:09 +00:00
Jenkins c16bb973e3 Merge "Stop ovn networking failing on mtu" 2016-09-16 23:24:39 +00:00
ianeta hutchinson 2f202bb3e3 Updates URL and removes trailing characters
Removes trailing '`_' and updates URL to be consistent with rest of
document by providing a full sentence.

Closes Bug: 1621891

Change-Id: Iea47703b624db6de0912abe7ad42a018596d951e
2016-09-16 10:51:28 -05:00
John Garbutt fc0e281743 Stop ovn networking failing on mtu
The type check needed to be more specific. There are some subclasses
that don't create the devices we were trying to set the mtu on.

Change-Id: Icc628a2dbde137d320fb78ad45b2ee0f7b5775fa
Closes-Bug: #1624383
2016-09-16 15:14:43 +00:00
Jenkins a2ada0cabc Merge "HyperV: ensure config drives are copied as well during resizes" 2016-09-16 15:07:34 +00:00
Thierry Carrez 57bd7b9f8f Update reno for stable/newton
Change-Id: I71b47b0adbfb8ec8fbf5fbfc90553dbdd3aa2264
2016-09-16 10:00:14 +02:00
Jenkins d4b35152c0 Merge "Fix object assumption in remove_deleted_instances()" 2016-09-16 03:51:56 +00:00
Jenkins ca9860ebbe Merge "Override MTU for os_vif attachments" 2016-09-16 03:23:33 +00:00
John Garbutt 77f546623b Override MTU for os_vif attachments
os-vif does not current respect the neutron provided mtu, it just uses
the configuration inside os-vif. This is a big regression from mitaka
and liberty.

Long term, this is something os-vif will be able to do by correctly
parsing and acting on the network info. For now we just set the mtu for
a second time once os-vif has done what it wants to do.

Closes-Bug: #1623876

Change-Id: Id4ca38fa1bb84f8cdb5edcd9ccb7acd8c8e9b60c
2016-09-15 20:04:43 -04:00
Dan Smith 30a85c8bcf Fix object assumption in remove_deleted_instances()
The RT tracks instance dicts for some reason. Fix that and make the
test poke the previous issue.

Change-Id: Iae3b2aa8e655f51f6fffd98dd02fa8e1cd9366c3
Closes-Bug: #1624119
2016-09-15 15:07:32 -07:00
Jenkins d1795c5267 Merge "Update minimum requirement for netaddr" 2016-09-15 20:13:23 +00:00
Jenkins b97662b228 Merge "Clean up allocation when update available resources" 2016-09-15 19:09:22 +00:00
Jenkins b63f65f3f3 Merge "Guard against failed cache refresh during inventory" 2016-09-15 19:08:40 +00:00
Jenkins 0c6f1c85a9 Merge "Set a bigger TIMEOUT_SCALING_FACTOR value for migration tests" 2016-09-15 18:12:58 +00:00
Jenkins a59492eed1 Merge "fix broken link in api-ref" 2016-09-15 14:45:22 +00:00
Roman Podoliaka 71d6333f85 Set a bigger TIMEOUT_SCALING_FACTOR value for migration tests
This should help avoid timeouts on CI.

Related-Bug: #1216851

Change-Id: Ic5b2b75e1d8bc73e49b8e7944ae802a64041cb7c
2016-09-15 14:06:15 +00:00
Sean Dague bad2497b70 Update minimum requirement for netaddr
Depends-On: Iffede36c4d9fb3b27d94c9497980504a70a435ba

Change-Id: I75770f3ed4fbf9f48fde210ece90662091bc0c23
Closes-Bug: #1623838
2016-09-15 09:49:55 -04:00
Jenkins a4ca5f0ea0 Merge "[placement] Mark HTTP error responses for translation" 2016-09-15 11:36:02 +00:00
Jenkins 6228068b1b Merge "[placement] Add some tests ensuring unicode resource provider info" 2016-09-15 07:05:31 +00:00
Jenkins ba0cb7bcf4 Merge "[placement] prevent a KeyError in webob.dec.wsgify" 2016-09-15 07:04:46 +00:00
Jenkins 5a02e6ce8c Merge "libvirt: Rewrite test_rescue and test_rescue_config_drive" 2016-09-15 05:40:15 +00:00
Jenkins a730660f0d Merge "Fix an error in archiving 'migrations' table" 2016-09-15 05:21:12 +00:00