306 Commits

Author SHA1 Message Date
OpenStack Proposal Bot
1ad41c0b0c Updated from global requirements
Change-Id: Iae12605dc7d0607e78020a24b5b8801606c2f169
2017-04-23 20:48:37 +00:00
Jenkins
ba9a42e1ac Merge "PowerVM Driver: spawn/delete #1: no-ops" 2017-04-20 16:10:22 +00:00
OpenStack Proposal Bot
9569bc3552 Updated from global requirements
Change-Id: I1e19585ad7011b8de04a3cd9d6d37158102d604e
2017-04-19 17:54:40 +00:00
OpenStack Proposal Bot
c9ea450788 Updated from global requirements
Change-Id: I38233203fd65209f6aaf87d3c365edbb2b335582
2017-04-13 16:27:09 +00:00
Eric Fried
3cd409483d PowerVM Driver: spawn/delete #1: no-ops
Initial change set introducing the PowerVM compute driver.  This change
set supplies the basic ComputeDriver methods to allow the n-cpu process
to start successfully; and no-op spawn & delete methods.

Subsequent change sets will build up to the functional spawn & delete
support found in https://review.openstack.org/#/c/391288

Change-Id: Ic45bb064f4315ea9e63698a7c0e541c5b0de5051
Partially-Implements: blueprint powervm-nova-compute-driver
2017-04-10 14:59:40 -05:00
Jenkins
3092d2adcb Merge "Use cursive for signature verification" 2017-04-10 14:31:17 +00:00
OpenStack Proposal Bot
92f31d508e Updated from global requirements
Change-Id: I528f08d1edde60b088e559d531190b0a00517a5f
2017-04-07 15:22:44 +00:00
OpenStack Proposal Bot
468916ee57 Updated from global requirements
Change-Id: Ibbeaea93ebef8d1f19286c00268645f605d3fbc6
2017-04-01 15:29:32 +00:00
OpenStack Proposal Bot
a23632fc38 Updated from global requirements
Change-Id: I2cdc0839d348856185e2165919957dcad162e787
2017-03-29 13:38:36 +00:00
dane-fichter
d17e701ddb Use cursive for signature verification
This change removes the signature_utils module
from Nova and uses the cursive library, which
contains an identical module.

Change-Id: I8179282a9d19f829aca0b5bd2775d855b3364c86
Depends-On: I7e5797661fee258bc0270b5f109704b591633519
Implements: blueprint signature-code-cleanup
Partial-Bug: #1528349
2017-03-28 01:41:41 -07:00
Jenkins
efdc75fcb9 Merge "Move to tooz hash ring implementation" 2017-03-20 16:18:53 +00:00
OpenStack Proposal Bot
3ba6f3ff67 Updated from global requirements
Change-Id: Icb64f271c257c58774705d16de738e6089387179
2017-03-17 11:45:35 +00:00
OpenStack Proposal Bot
aeda9129b6 Updated from global requirements
Change-Id: Idaf7360b000c13c01b2957052f01d6f9bcea0af9
2017-03-16 18:18:32 +00:00
OpenStack Proposal Bot
a083cd769b Updated from global requirements
Change-Id: Id41de48cc3b3258f83d60e96c0690bd16a0ad05e
2017-03-15 12:48:28 +00:00
OpenStack Proposal Bot
818e223eb1 Updated from global requirements
Change-Id: I9bf33343610630c7c1d1a75ab3a8509f78a3231e
2017-03-02 11:50:48 +00:00
OpenStack Proposal Bot
fc60d683e2 Updated from global requirements
Change-Id: I31717cc909f38acce18c384df62e091a529b68b2
2017-03-01 04:12:35 +00:00
OpenStack Proposal Bot
5245fba88d Updated from global requirements
Change-Id: I2485a4e5fbe826b3dc73ff205bbb4a725801256a
2017-02-28 23:22:42 +00:00
OpenStack Proposal Bot
63bd4d1257 Updated from global requirements
Change-Id: If2efd874bb41faf366e4a5ac6075615fe1ad4ed9
2017-02-27 18:14:04 +00:00
OpenStack Proposal Bot
ffae55d096 Updated from global requirements
Change-Id: If3734f1c67e898f2645ff1bd62545796769bfc3c
2017-02-24 00:51:38 +00:00
OpenStack Proposal Bot
9548cc854f Updated from global requirements
Change-Id: Id75e2f6372d9a9c8af03bb2a4231127e5559c0e0
2017-02-15 20:50:34 +00:00
OpenStack Proposal Bot
a43a463859 Updated from global requirements
Change-Id: I07267ab144ef3851dfd716ecb3809d3bfa133e06
2017-01-26 18:48:41 +00:00
OpenStack Proposal Bot
608ba012ce Updated from global requirements
Change-Id: I76ff2ebf5bb49ed0380a073e0e6eb3f43d593056
2017-01-21 15:53:22 +00:00
OpenStack Proposal Bot
9385eaff09 Updated from global requirements
Change-Id: I740a7d5e9f1740e2b1d1fbd9cff110fa83741e29
2017-01-20 19:43:54 +00:00
Jim Rollenhagen
91243e3e10 Move to tooz hash ring implementation
This changes the ironic driver to use the hash ring implementation from
tooz, which is nearly identical to nova.hash_ring.

Change-Id: I95716057cb1860b1357a61f3396f27ed878964e8
Depends-On: Ic1f8b89b819ace8df9b15c61eaf9bf136ad3166b
2017-01-18 07:49:37 -05:00
OpenStack Proposal Bot
209a42dae2 Updated from global requirements
Change-Id: I5da442a0b03f0a7fbb92aea3bf79c9d881d30719
2017-01-17 01:13:35 +00:00
OpenStack Proposal Bot
eb7c7365bb Updated from global requirements
Change-Id: I70b17e0384af760e761b1e54b177354b380f54c9
2017-01-14 14:47:03 +00:00
OpenStack Proposal Bot
9d8ed85b86 Updated from global requirements
Change-Id: I82b1f0ca1128066b3ee63f9ae64aeea7e8918a0c
2017-01-12 17:40:55 +00:00
Huan Xie
062065ca9e XenAPI Use os-xenapi lib for nova
XenServer has released os-xenapi lib on pypi, this patch is to
use os-xenapi in nova project. In this patch, we only change
the usage of XenAPI to os-xenapi and fix unit tests. In the next
patch, we will delete those unused files.

Partially-Implements: blueprint add-os-xenapi-library

Depends-On: Ic327135b893a77672fd42af919f47f181e932773

Change-Id: I424dfcd507c4b7fbeea5245cc1c234dec01d5781
2017-01-10 17:26:23 -08:00
OpenStack Proposal Bot
71c4360de8 Updated from global requirements
Change-Id: I222d94326ced3bd90d329971e1c6673c0a6f055a
2016-12-23 03:16:27 +00:00
Matt Riedemann
a1f3a5946a Add nova-status upgrade check command framework
This adds the basic framework for the nova-status
upgrade check commands. Follow up patches will flesh
this out to perform cells v2 and placement API related
upgrade status checks.

A man page is added for the new CLI and as part of that
the man page index is sorted.

Part of blueprint cells-scheduling-interaction
Part of blueprint resource-providers-scheduler-db-filters

Change-Id: I687dd7317703a1bb76c197ebba849ca368c0872e
2016-12-19 16:40:50 -05:00
OpenStack Proposal Bot
d65769087a Updated from global requirements
Change-Id: I12d0e7bbfee7b4545771bd6b893bb49825072453
2016-12-19 09:04:09 +00:00
OpenStack Proposal Bot
f981bc4ebb Updated from global requirements
Change-Id: I065e951c70d0cfb85c8b6a89714e258064761fdb
2016-12-16 09:05:44 +00:00
OpenStack Proposal Bot
4b0f2b30c5 Updated from global requirements
Change-Id: Ibef2ba02a56142c88770887556297940e02eeb0e
2016-12-07 13:36:23 +00:00
OpenStack Proposal Bot
b212b9f496 Updated from global requirements
Change-Id: Id3962e728234970b4c8e43b569e55a6aa507a3cc
2016-12-05 09:57:19 +00:00
Matt Riedemann
fdd4d1c7cd Remove redundant VersionedObject Fields
This removes the NonNegativeInteger NonNegativeFloat and
IPV4AndV6Address Fields, since they already are defined in ovo.

implements bp json-schema-for-versioned-object

Depends-On: I083c854d0e1d18806169a1454e8127eda9e8ffb8

Change-Id: I61b7b6fa53013aff200e55b7031d5ba23669e1f4
2016-11-22 15:47:53 -05:00
OpenStack Proposal Bot
cd15b70b34 Updated from global requirements
Change-Id: Id48bb947ae71b8ca9058cc1035b72f04e76ba127
2016-11-09 04:20:44 +00:00
OpenStack Proposal Bot
0dc1bc3eb9 Updated from global requirements
Change-Id: I5657f22c2e9db9d6ff1d9bef9ed6b9c3f4afde72
2016-11-07 18:56:32 +00:00
OpenStack Proposal Bot
0132cc8c26 Updated from global requirements
Change-Id: Id4ed29504256fbf879a51481c6e2a3b44d8fe62d
2016-11-06 02:03:47 +00:00
OpenStack Proposal Bot
f23646d2cb Updated from global requirements
Change-Id: I9d99b300afe6c501c03e69de70870fda07cc0796
2016-10-27 12:19:17 +00:00
OpenStack Proposal Bot
e875f24ff7 Updated from global requirements
Change-Id: I0c74d6fb97ca8b887a2eaba5eed8398c9b135e1d
2016-10-22 01:24:04 +00:00
OpenStack Proposal Bot
f77d07c59c Updated from global requirements
Change-Id: I85e8f943207a42c5d8bf5ab378ca470c4de1d170
2016-10-17 15:47:49 +00:00
OpenStack Proposal Bot
dd99692604 Updated from global requirements
Change-Id: Ib977f112cc4ef92f337c4086a29af5579bfa3baa
2016-10-14 05:40:57 +00:00
Matt Riedemann
41adb9f039 Require WebOb>=1.6.0
Nova change 4e923eb9a660593b8a7d2522992700182978a54c started
using the json_formatter kwarg which was introduced in WebOb
1.6.0:

87c8749a57

So we need to raise the minimum required version for nova to use.

Change-Id: Ia778a11afb03b6d4b57dbd55a801a5a28b10541d
Depends-On: I2bbad0c059cc514ba0be1d42c061056a342caadc
Closes-Bug: #1632723
2016-10-12 10:25:09 -04:00
OpenStack Proposal Bot
9c39f37968 Updated from global requirements
Change-Id: Ib4348d9d2aa75cb93fd77d10bafd8e8268f22756
2016-10-06 16:59:36 +00:00
OpenStack Proposal Bot
d4cbc2b9da Updated from global requirements
Change-Id: I277c18ef272b4e3c73d3eaa13937de7fd934dd0e
2016-10-02 20:16:53 +00:00
OpenStack Proposal Bot
1f0d3e0524 Updated from global requirements
Change-Id: I6563d3d3a42882ad02239448d3b09aa85c0a0c13
2016-09-30 10:21:30 +00:00
Clint Byrum
8a215843dd Remove nova.image.s3 and configs
This code has no unit tests, and all of its config options were
deprecated in Newton. As pointed out by Matt Riedemann, it's time for
this code to be removed if nobody has stepped up to make sure it is well
tested and functional. This also removes the last dependency on boto.

Change-Id: I60a304f242ce342d16b6465559b04194041ff240
2016-09-22 19:29:47 -04:00
OpenStack Proposal Bot
29f065df7a Updated from global requirements
Change-Id: I7daf2f99339ac15ae73ec0b682b259f156c3c95d
2016-09-21 07:31:10 +00:00
Matt Riedemann
d3dfeb44d6 Move wsgi-intercept to test-requirements.txt
The wsgi-intercept dependency is only used in the functional
tests for the placement API, so we should move it to the
test-requirements.txt file so people don't try to package
it for runtime installs.

Change-Id: I0d8325e12ed7d5d022877782d6aa4ba4055c30db
Closes-Bug: #1625653
2016-09-20 14:17:54 -04:00
OpenStack Proposal Bot
b5356323aa Updated from global requirements
Change-Id: I83d40bf2761173a40ec0d5c460b7c6743134dbbb
2016-09-20 00:29:31 +00:00