Commit Graph

47949 Commits

Author SHA1 Message Date
Andreas Jaeger 289fcea89e Fix broken link
It's "configuration" in the URL - the current link gives a 404. Also,
add "." at end of sentence.

Change-Id: I6cda57f0d7027a2b697b9a562cc13d0821428cbc
2017-09-06 21:33:15 +02:00
Jenkins 5991f77cf2 Merge "doc: Add configuration index page" 2017-09-06 19:08:30 +00:00
Jenkins 1389522c68 Merge "doc: Add user index page" 2017-09-06 19:07:43 +00:00
Jenkins 823b118b8c Merge "trivial: Remove files from 'tools'" 2017-09-06 18:31:35 +00:00
Jenkins 974c4d93b2 Merge "trivial: Remove "vif" script" 2017-09-06 18:30:53 +00:00
Jenkins c57bfdfed1 Merge "doc: Remove deprecated call to sphinx.util.compat" 2017-09-06 18:14:40 +00:00
Jenkins 09f8bdf2c3 Merge "Make xen unit tests work with os-xenapi>=0.3.0" 2017-09-06 18:03:53 +00:00
Jenkins 6dd6eddd46 Merge "Put base policy rules at first" 2017-09-06 16:50:03 +00:00
Jenkins 75fea0a5eb Merge "spelling mistake" 2017-09-06 16:36:36 +00:00
Jenkins 0a36453a81 Merge "Glance download: only fsync files" 2017-09-06 16:36:02 +00:00
Jenkins 8c48863d7c Merge "trivial: Remove some single use function from utils" 2017-09-06 16:08:16 +00:00
Jenkins ddd434a001 Merge "Enhance support matrix document" 2017-09-06 16:07:15 +00:00
Jenkins 7b3ffa7662 Merge "Pass config object to oslo_reports" 2017-09-06 16:06:13 +00:00
Jenkins 193729b93a Merge "Remove unneeded attributes from context" 2017-09-06 16:05:33 +00:00
Jenkins 7615b52dac Merge "Trim the fat from InstanceInfo" 2017-09-06 15:34:04 +00:00
Jenkins b9a6ceb429 Merge "Remove qpid description in doc" 2017-09-06 14:44:12 +00:00
Jenkins 6094365911 Merge "rbd: Remove unnecessary 'encode' calls" 2017-09-06 14:41:51 +00:00
Stephen Finucane 2dedda8b6b doc: Add configuration index page
Change-Id: Ic318e04be73639de7d26e53e1f0b152d9803fd2f
2017-09-06 14:40:17 +01:00
Stephen Finucane 1eb53dfbcd doc: Add user index page
The idea is that each guide should be self contained, even though we can
link between them. Enforce this by duplicating a lot of the content from
the main index page to the user index page.

Change-Id: I160fed0f1b507eba7958666bf38f4138b0f62b3a
2017-09-06 14:40:17 +01:00
Jenkins fa1ac7d965 Merge "explain payload inheritance in notification devref" 2017-09-06 13:29:59 +00:00
Jenkins ffa86cf200 Merge "Mark LXC as missing for swap volume support" 2017-09-06 13:29:12 +00:00
Jenkins cfad1bea30 Merge "Fix ValueError if invalid max_rows passed to db purge" 2017-09-06 13:28:39 +00:00
Jenkins 1c31b0ef3d Merge "Enhance doc for nova services" 2017-09-06 13:25:26 +00:00
Jenkins 67bc30b7e7 Merge "Replace http with https for doc links in nova" 2017-09-06 12:43:45 +00:00
Jenkins af33818f86 Merge "Update doc to indicate nova-network deprecated" 2017-09-06 12:43:14 +00:00
Jenkins 63b444ea0d Merge "Add release note for requiring shred 8.22 or above." 2017-09-06 12:42:41 +00:00
Jenkins a8c878fdd3 Merge "Hyper-V: Perform proper cleanup after cold migration" 2017-09-06 12:39:47 +00:00
wanghongtaozz f44935b7d2 spelling mistake
Change-Id: I478de51257b8133c2e3ef52e93d53a2818496f56
2017-09-06 03:46:38 -07:00
Jenkins 0b25082843 Merge "Add missing unit tests for FilterScheduler._get_all_host_states" 2017-09-06 07:54:18 +00:00
Jenkins 1c1ea2b19e Merge "Refactor LiveMigrationTask._find_destination" 2017-09-06 07:50:40 +00:00
Jenkins 8372c27ee4 Merge "Add uuid online migration for migrations" 2017-09-06 06:40:14 +00:00
Jenkins b56321c630 Merge "Add uuid to migration object and migrate-on-load" 2017-09-06 06:19:21 +00:00
pooja jadhav 9540780e27 Fix ValueError if invalid max_rows passed to db purge
In current behaviour, if user passes max_rows as string
value then it gives following error:
ValueError: invalid literal for int() with base 10:
'string value'

This patch fixes this issue by adding 'int' type validation
for max_rows.

Change-Id: I95273352466bbe23b0fb9094342260dc5b5f7d67
2017-09-06 10:13:18 +05:30
Jenkins 1d3230a0e9 Merge "iso8601.is8601.Utc No Longer Exists" 2017-09-06 01:09:12 +00:00
Jenkins 15eebf4dc1 Merge "Cleanup allocations on invalid dest node during live migration" 2017-09-06 01:06:46 +00:00
Jenkins ce91f25fd0 Merge "tests: Remove useless test" 2017-09-06 01:02:00 +00:00
Jenkins dbfde14978 Merge "Add recreate test for forced host evacuate not setting dest allocations" 2017-09-05 23:51:56 +00:00
Michael Still 308ac6e6d1 Add release note for requiring shred 8.22 or above.
I realized after the shred bump change merged that we really should
add a release note for that.

Change-Id: Ib8f0bdd57d994282a43b3ed99a33503001295493
2017-09-06 08:46:34 +10:00
Jenkins 0fde14a493 Merge "Add uuid to migration table" 2017-09-05 20:21:10 +00:00
Jenkins b6e422509b Merge "Add video type virtio for AArch64" 2017-09-05 20:20:35 +00:00
Matt Riedemann 81b99caae0 Make xen unit tests work with os-xenapi>=0.3.0
Change Ie1b49a206b57219083059871f326926cc4628142 in os-xenapi
0.3.0 requires that the URL passed into the XenAPISession is
an actual URL, which means we need to fix a bunch of unit tests.

Change-Id: Ida4b8c33e8b3bbd03548648f8e57d923b255f35c
Closes-Bug: #1715217
2017-09-05 16:06:31 -04:00
Jenkins f2b78c3a20 Merge "Updated from global requirements" 2017-09-05 18:57:40 +00:00
Jenkins 019f7ecb88 Merge "Replace dd with shred for zeroing lvm volumes." 2017-09-05 18:44:53 +00:00
Matt Riedemann a0976baa89 Mark LXC as missing for swap volume support
The attach volume section has LXC listed as 'missing' and you
need to be able to attach a volume when performing a swap
volume operation, so swap volume must also be marked as missing
for LXC.

Change-Id: I97b024d3ff817a7152906b0a88b1b64db93d7d7d
2017-09-05 10:39:10 -04:00
Stephen Finucane 1e70cb8d4d rbd: Remove unnecessary 'encode' calls
The ceph 'rbd' library (librados) now supports Python 3 and, by
extension, unicode strings [1]. There is no need to keep these encode
calls around: if a user is running nova under Python 3, then it is safe
to assume that they are using a Python 3-compatible version of librados.

[1] https://github.com/ceph/ceph/blob/v11.1.0/src/pybind/rados/rados.pyx#L30-L36

Change-Id: Ic1afb3e66bd0991047f97fa74f9d2fbbb837401a
2017-09-05 15:04:14 +01:00
OpenStack Proposal Bot 8da4bbf524 Updated from global requirements
Change-Id: I9de10bb5188ad778f06bb59e7f08f2b49089c1da
2017-09-05 12:19:55 +00:00
AlexMuresan f1de38c26f Pass config object to oslo_reports
oslo_reports accepts a few config options that cannot be used at
the moment since nova does not pass the config object.

This change ensures that we properly set up oslo_reports when
starting the nova services.

Change-Id: Iacdca854027777647861984405a4c7246f117eee
Closes-Bug: #1705450
2017-09-05 10:39:43 +00:00
zhangbailin 582d16e51b Replace http with https for doc links in nova
Update doc links according to OpenStack document migration,
Use https instead of http for docs links, and update.

Change-Id: Ia4c58ffd799444b939175603bdf511622def75cc
2017-09-05 02:43:08 -07:00
Jeremy Liu 587cb6b36e Put base policy rules at first
This will ensure base rules are generated at the beginning of
policy.yaml.sample

Change-Id: I67e33406ca98cd1d32569aab3836eb982c4cae4d
2017-09-05 16:53:44 +08:00
Jenkins 5bcfaf3e8a Merge "Fix scope of errors_out_migration in finish_resize" 2017-09-05 06:46:42 +00:00