Commit Graph

37514 Commits

Author SHA1 Message Date
Sean Dague 6b9c534658 add api-samples tox target
api-samples generation is no longer straight forward, now that tox is
blocking environment changes, and that PYTHONHASHSEED is randomized in
each run.

This creates a tox target to make it easy to generate the api-samples.

Change-Id: Ie88597fecee5ce81fb29ce2cfb73b15d60f3f389
2015-12-03 22:43:26 +00:00
Jenkins a3b905fcd3 Merge "Fix the os-extended-volumes key reference in the REST API history docs" 2015-12-03 17:09:09 +00:00
Jenkins 586b08ea4a Merge "doc: add server status to concept.rst" 2015-12-03 17:05:48 +00:00
Jenkins 9e4e9ce9f2 Merge "Docs: update the concept guide for Host topics" 2015-12-03 16:55:09 +00:00
Jenkins 3e67916be3 Merge "trivial: Add some logs to 'numa_topology_filter'" 2015-12-03 16:54:11 +00:00
Jenkins 4a9133d464 Merge "docs: remove duplicated section about error handling" 2015-12-03 15:29:15 +00:00
Jenkins 71f1c6ddf9 Merge "docs: update services description for concept guide" 2015-12-03 15:16:21 +00:00
He Jie Xu 78db34c0b5 docs: update services description for concept guide
This patch updates the API concept guide about services.

blueprint complete-todo-in-api-concept-doc

Change-Id: I9196cb6b700687d2a42d4bf32ecb02a7300a9475
2015-12-03 13:17:00 +08:00
He Jie Xu 4a2deac943 docs: remove duplicated section about error handling
There are two parts talk about error handling in nova api.
One is under general-info, and another one is under separated section
fault. This patch remove the empty one.

blueprint complete-todo-in-api-concept-doc

Change-Id: I4b9e79bf96fc5e8aa5a143f38a25e258a8be82f4
2015-12-03 05:07:50 +00:00
Jenkins c087e5fcd0 Merge "Updated from global requirements" 2015-12-03 02:40:56 +00:00
Jenkins c1b7de4081 Merge "Hyper-V: adds os-win library" 2015-12-03 02:40:04 +00:00
Jenkins c8f77475c4 Merge "api-guide: add note about users" 2015-12-03 00:59:50 +00:00
Jenkins 4b0deabdb2 Merge "Change test function name to make more sense" 2015-12-03 00:21:32 +00:00
Jenkins b4a5019410 Merge "Enable all extension for image API sample tests" 2015-12-03 00:20:46 +00:00
Jenkins 94692b3bc2 Merge "VMware: add in vif resource limitations" 2015-12-02 23:33:15 +00:00
Jenkins 07ca0f5bb3 Merge "Optimize "open" method with context manager" 2015-12-02 23:32:46 +00:00
xiexs 35123a4a86 Optimize "open" method with context manager
Use opening context manager to open a file.

Change-Id: Ibd3b79bcd758f2cf4bae22aec3be689eea425798
2015-12-03 10:12:52 +08:00
Jenkins b13af22890 Merge "libvirt: remove todo note not useful anymore" 2015-12-02 23:32:06 +00:00
Jenkins 928813ca2b Merge "add hacking check for config options location" 2015-12-02 23:31:17 +00:00
Stephen Finucane 889e2b8804 trivial: Add some logs to 'numa_topology_filter'
If scheduling for a host fails then it would be useful to know why this
failure occured.

Change-Id: Ie0980fd61511ebe622cc9f00502df561eccdbaff
2015-12-02 21:02:52 +00:00
OpenStack Proposal Bot 7b4fcc8497 Updated from global requirements
Change-Id: I09c2cf975debd252ef578f94b55d4736d723f8be
2015-12-02 20:30:28 +00:00
EdLeafe 86a4c8e143 Docs: update the concept guide for Host topics
Added text to the 'Hosts' and 'Host Actions' sections.

Change-Id: Ie139810b97ab0a9bb96c928ffb794353c6f0c0ae
2015-12-02 19:43:26 +00:00
Chris Yeoh d60497e9f9 Cleanup of compute api reboot method
The interaction between the check_instance_state decorator for
the compute api reboot method and the extra checking done within
the method for task states was confusing and in some cases
contradictory.

Also several task states allowed by the decorator were implicitly
rejected because they were not listed in the expected task_states for
the instance save call. This too is fixed.

Change-Id: Iba24f2ed9d2d3161318b4b1fc55c0e97d7aed1c6
Closes-Bug: 1379425
2015-12-02 17:32:50 +00:00
Jenkins b8804e68eb Merge "Remove flavors.get_flavor() only used in tests" 2015-12-02 16:29:15 +00:00
Claudiu Belu dc2edc2882 Hyper-V: adds os-win library
Adds os-win to requirements.txt.
Replaces the current usage of *Utils classes in the
Hyper-V Driver with the equivalent *Utils classes
from os-win.

Adds decorators to the HyperVDriver methods that prevent
os-win specific exceptions to leak outside the driver.

Depends-On: Id5cd1dce195b38611f4f8c74857087620048b13f

Co-Authored-By: Lucian Petrut <lpetrut@cloudbasesolutions.com>

Partially Implements: blueprint add-os-win-library

Change-Id: I04509843210dcedf98a0cd9e08fa07865c8a76de
2015-12-02 16:34:24 +02:00
John Garbutt dbf5dfa4dc api-guide: add note about users
In the introduction to the guide, note that there is a single API for
both end users and operators.

blueprint complete-todo-in-api-concept-doc

Change-Id: I726d1f230c0090ca8890195f56167e19a18e4665
2015-12-02 10:04:39 +00:00
Jenkins 89dd62aabf Merge "use NoDBTestCase for KeypairPolicyTest" 2015-12-02 07:33:50 +00:00
Jenkins 76cc283dde Merge "use graduated oslo.policy" 2015-12-02 05:53:02 +00:00
Jenkins a6f58d0721 Merge "Cleanup unused test code in test_scheduler.py" 2015-12-02 05:40:10 +00:00
OpenStack Proposal Bot 63a846e096 Updated from global requirements
Change-Id: If8c9bd89358ca4eb0e7b4cec7029e231d06ebe18
2015-12-02 02:43:54 +00:00
Jenkins bfa6d51c1c Merge "api-guide: fix up navigation bar" 2015-12-02 02:37:08 +00:00
Jenkins c44f711a04 Merge "Remove two unneeded db lookups during delete of a resizing instance" 2015-12-02 02:36:37 +00:00
Jenkins af737b9529 Merge "Hyper-V: refines the exceptions raised in the driver" 2015-12-02 02:28:30 +00:00
Jenkins e6408cd380 Merge "Add note for automatic determination of compute_rpc version by service" 2015-12-01 14:49:57 +00:00
Jenkins edf5643615 Merge "Add note for Virtuozzo supporting snapshots" 2015-12-01 14:49:19 +00:00
Jenkins 127e3e88cb Merge "Add note for HyperV 2008 drop of support" 2015-12-01 14:48:30 +00:00
Jenkins 50288d22af Merge "VMware: fix docstring for cluster management" 2015-12-01 14:41:06 +00:00
Sylvain Bauza 7fc982e19f Add note for automatic determination of compute_rpc version by service
Change I679ebedb739a487e2e4e811c4e89b9c07c8b99bc added a new 'auto' value
for upgrade_levels.compute

Change-Id: I21f2678ab4f68cddb7f76c5c8f9c7b0d878e705a
2015-12-01 14:33:36 +01:00
Sylvain Bauza f615bfa572 Add note for Virtuozzo supporting snapshots
Change Id3b5bfc946a858f7e6ed710f2b44c7ca63a10723 added support for snapshots
with the Virtuozzo/libvirt driver.

Change-Id: I4ff2d9b6ff7b0a2c8c34df6a32c57efe08ba1faf
2015-12-01 14:33:36 +01:00
Sylvain Bauza c3628d7a91 Add note for HyperV 2008 drop of support
Change I1ec83f852d23758bc91da8fd8021b1bed34c63b3 removed support for Windows/HyperV 2008 R2.

Change-Id: If7178b69965a79c9af78dd790f12d630afcf6c8b
2015-12-01 14:33:21 +01:00
Jenkins 73d6e78fee Merge "Add note for removing conductor RPC API v2" 2015-12-01 13:04:52 +00:00
Jenkins 2d1d4b4c6a Merge "Add note for dropping InstanceV1 objects" 2015-12-01 13:04:13 +00:00
Jenkins d7ee9f77e1 Merge "Add note for force_config_drive opt change" 2015-12-01 13:03:33 +00:00
Jenkins 307badf5d3 Merge "Imported Translations from Zanata" 2015-12-01 11:34:33 +00:00
Jenkins fe4da3e0e2 Merge "Remove "Can't resolve label reference" warnings" 2015-12-01 06:59:33 +00:00
Jenkins 4784dd2abf Merge "XenAPI: Workaround for 6.5 iSCSI bug" 2015-12-01 06:44:22 +00:00
Jenkins 6c02fb8d90 Merge "Corrected few grammatical nitpics" 2015-12-01 06:34:07 +00:00
Jenkins baa58e3bf0 Merge "Remove skips for resize tests from tempest-dsvm-cells-rc" 2015-12-01 06:33:22 +00:00
OpenStack Proposal Bot cee4f5a012 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Ia3d1a782f54adac432b22444e9409a35b9918c1a
2015-12-01 06:33:10 +00:00
Jenkins ce37d2b7c9 Merge "Add note for deprecating local conductor" 2015-12-01 06:01:57 +00:00