Commit Graph

306 Commits

Author SHA1 Message Date
Jenkins a3b684c1a9 Merge "Link to devstack guide for appropriate serial_console instructions" 2015-05-15 14:23:33 +00:00
John Garbutt 09c2afa85b devref: add information to clarify nova scope
This adds a document that helps clarify the scope of the Nova mission
statement.

We need to keep the Nova project a manageable size. Agreeing on what
Nova should focus on is a great way to make sure we grow Nova in a
consistent way, leaving open opportunities for other projects to do a
better job of things Nova doesn't see as part of its core mission.

Part of blueprint devref-refresh-liberty

Change-Id: I4e46ee252e6b29b063bcc8204d60d670eb79daef
2015-05-12 16:24:45 -07:00
Jenkins 6e8a4c0d08 Merge "Fix documentation for scheduling filters" 2015-05-06 02:24:17 +00:00
Shilla Saebi 0208abe6b8 minor edit to policy_enforcement.rst
taked is not a word, corrected typo
especially was spelled wrong - typo corrected
specfied was also corrected to specified
Change-Id: I6e36fe4f2ef3d4d0357ced607ae4401c78e0741a
2015-04-30 12:52:29 -04:00
Dimitri Mazmanov 193ca209e7 Fix documentation for scheduling filters
ComputeCapabilitiesFilter will fail to pick a host if used
along with AggregateInstanceExtraSpecsFilter. This fix will at least
warn the users that they shouldn't use the two filters together.

Change-Id: I98b1eef6484bffc4305ff84e8badbde7992132ed
Fixes-Bug: #1279719
2015-04-27 17:35:57 +02:00
Jenkins 1f013625d7 Merge "Remove stale test + opensssl information from docs" 2015-04-27 13:17:54 +00:00
Davanum Srinivas d644627a76 Stale rc.local file - vestige from cloudpipe.rst
We don't need this file. it was used earlier when
we had a cloudpipe.rst.

Change-Id: I9c3a64e0929b91e818b7300f2aa06a9ece11593f
2015-03-30 23:59:24 +00:00
Davanum Srinivas eb135069eb Remove stale test + opensssl information from docs
referenced test does not exist anymore. Tried running
'./run_tests.sh -N x509' and all of them passed on
my OSX box. Added those openssl versions as well.

Change-Id: Id90e8db28a9cdfd89d150f5fdb3b52b23199ca91
2015-03-30 23:59:11 +00:00
Jenkins 0dedfb0048 Merge "Add missing shows to the RPC casts documentation" 2015-03-27 18:35:08 +00:00
Tony Breeds f1539152cf Link to devstack guide for appropriate serial_console instructions
devstack now has an n-sproxy service that can be enabled as you'd expect.
For those that want to test the serial console support link to the devstack
configuration guide.

Change-Id: I1c12d654db401955791a40ce192ce8bd7e52f3b6
2015-03-27 09:49:00 +11:00
Jenkins 52eeffe7d1 Merge "doc: fix a docstext formatting" 2015-03-26 14:47:55 +00:00
Kamil Rykowski b6e590c788 Add missing shows to the RPC casts documentation
Documentation describing the diagram for RPC casts is missing `shows`
word. Fix it to match description included for RPC calls.

Change-Id: I7b83eb929e08fb4b6a8fd477fc89b8fd772e4861
2015-03-23 17:28:56 +01:00
Jenkins 617d124827 Merge "Switch to newer cirros image in docs" 2015-03-23 16:03:17 +00:00
Davanum Srinivas 6c2b8bc3c9 Switch to newer cirros image in docs
0.3.0 of cirros is a bit old. Let's switch to
what we test in our CI jobs which currently is 0.3.2

Change-Id: I999063dc0a86335b94376409ddd559e880c54bcc
2015-03-23 10:46:18 +00:00
Davanum Srinivas 3a1e3e2c76 Typo in oslo.i18n url
Fix tiny typo

Change-Id: I98decbda782e571ed9533be5cd598b8126d144ee
2015-03-21 21:29:58 -04:00
Jenkins 95f0e276b3 Merge "Add manual version comparison to microversion devref document" 2015-03-20 00:04:50 +00:00
Sahid Orentino Ferdjaoui c42c3c6501 doc: fix a docstext formatting
A mistake has been done which make formatting not possible.

Change-Id: Id635eed39e673c57bcf81442eccd56025874d5ba
2015-03-18 06:47:56 -04:00
Chris Yeoh db12ce12ca Add manual version comparison to microversion devref document
Adds information about how to manually compare the requested api version
with what behaviour to exhibit rather than rely on decorators.

Partially implements bp api-microversions

Change-Id: I69919bad4f267f27350df78e70d9fe3ed78b5520
2015-02-26 11:38:00 +10:30
jichenjc 9295e73e10 Fix a typo of devref document for api_plugin
change rebuilt to rebuild

Change-Id: I92656696b5e39c7b92616403b1f773ab18c3d78c
2015-02-24 02:53:06 +08:00
Jenkins 907b9b757e Merge "Add developer documentation for writing V2.1 API plugins" 2015-03-11 20:33:25 +00:00
Luiz Capitulino b0c7078648 libvirt-numa.rst: trivial spelling fixes
Change-Id: Ic50d50a50e946e1b060730692038fc69e07e2b93
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
2015-03-04 11:40:11 -05:00
Jenkins fe1a8fe67d Merge "Support specifing multiple values for aggregate keys" 2015-03-03 14:34:31 +00:00
Sam Morrison 45b385982f Support specifing multiple values for aggregate keys
Currently the following filters are written as though they support multiple values:
 * aggregate_image_properties_isolation.py
 * aggregate_instance_extra_specs.py
 * aggregate_multitenancy_isolation_filter
 * availability_zone_filter.py

This commit adds support to the underlying helper method to support
specifying multiple values separated by a comma.

This change for example allows operators to set multiple tenants by using a comma
separated list.

eg. filter_tenant_id: "tenantid1,tenantid2"

DocImpact:
Closes-Bug: #1413087
Change-Id: I010e85ff4c29171c4be6d7a7209dbf2d55da0b64
2015-03-02 10:09:45 +11:00
Joe Gordon 89c8f028e4 Fix tiny typo in api microversions doc
Change-Id: I977a39d20ae1cc39cd6ba98286461732407f830e
2015-02-27 14:34:31 -08:00
Ken'ichi Ohmichi 53cad220b5 Add microversion allocation on devref
We have discussed how to allocate a microversion for each patch
on nova-api meeting and this patch adds the conclusion on the rst.

Partially implements blueprint api-microversions

Change-Id: I1f23294475d60b219d4167cad1650fd768f868a1
2015-02-27 05:53:05 +00:00
Chris Yeoh d4bfab5c1e Add developer documentation for writing V2.1 API plugins
Adds a first cut for some documentation on how to write an API plugin
for V2.1. Note that this is not meant to have exhaustive coverage, and I
will add more detail in future commits. I do welcome suggestions of
other areas which should be included in future doc patches.

Partially implements blueprint v2-on-v3-api

Change-Id: Ibe5a471af357ce21253efeb8beb9ade1c16396f5
2015-02-26 10:02:32 +10:30
Jenkins 07d3c0d6d1 Merge "Fix "Host Aggregate" section of the Nova Developer Guide." 2015-02-25 14:36:38 +00:00
Ken'ichi Ohmichi 9a792e0f72 Change microversion header name
Ironic has already implemented its own microversion mechanism, and
the header name is X-Ironic-API-Version, not X-Baremetal-API-Version.
Because Ida9f60d8cbd0dcf48669b82e619fc4016ee0bcb7 removed program
terminology from the governance repo.
The microversions of Nova is not used yet. And for consistency of
whole OpenStack projects, this patch changes microversion header
names on Nova side.

Partially implements blueprint api-microversions

Change-Id: I3ea2b2982c5f792c82832d772ae951b157da8b39
Depends-on: I1b43e2662107ad81e57b96f0c9430c61b795fdea
2015-02-19 05:17:55 +09:00
grace.yu d2fb9598b9 Fix "Host Aggregate" section of the Nova Developer Guide.
Currently, the headings in this section are all at top
level of the documentation. Move them to subsections.

Change-Id: I23f9bd4e617df7b84384f3a5ebd11b1ff575f3d5
2015-02-16 17:23:59 -08:00
Jenkins 6a4c1a4c41 Merge "Cells: Record initial database split in devref" 2015-02-16 18:11:55 +00:00
Jenkins 7d02be7952 Merge "Add suggestion to dev docs for debugging odd test failures" 2015-02-16 14:55:51 +00:00
Chris Yeoh 22d0561e72 Add suggestion to dev docs for debugging odd test failures
Adds information about the -r flag for tox to refresh the venv when
running unitests as when this happens the failures can look odd or valid
failures can be missing when running on a local system but occur when running
in the gate.

Change-Id: Ie6f7f73dfdbd4e55e8ac0b8a66cf9661f5630a09
2015-02-05 10:02:29 +10:30
Matthew Gilliard 76636f4c2f Adds devref for API Microversions
As patches are being added which use the new microversions
framework, it will be useful to have some guidance for developers
on how to use it.

Partially implements blueprint api-microversions

Change-Id: I6a118388a436e6ea0a3fdcb998f7a7ba4fbf6e8f
2015-02-04 08:36:00 -07:00
Jenkins fed78e8d63 Merge "doc: document manual testing procedure for serial-console" 2015-02-02 19:31:37 +00:00
Jenkins d115399d5e Merge "docs: document manual testing procedure for NUMA support" 2015-02-02 17:23:05 +00:00
Sahid Orentino Ferdjaoui 4509c34c7f doc: document manual testing procedure for serial-console
Document how to test the recent feature serial-console

Change-Id: I738d2c0a1029a80e36797e7d1e349c191a1934da
2015-02-02 14:05:02 +00:00
Andrew Laski 7cccb89fe1 Cells: Record initial database split in devref
In moving forward with cells v2 the existing database tables need to be
divided into those that belong at the API level and those that belong
within a cell.  This will be an ongoing and evolving discussion but the
decisions made to this point should be documented.

Change-Id: Ie888d22c8d08173cc86f5b4068657a5224cad34a
2015-01-29 00:15:28 +00:00
Sandy Walsh d048f688a7 Fix JSONFilter docs
Sheds a little light on the historical variable naming used
by this filter. Removes the snark.

Change-Id: If3aeee62851b7995f67687fa80f8c3151a5adc86
2015-01-20 04:36:18 -08:00
Daniel P. Berrange 88b7980bec docs: document manual testing procedure for NUMA support
Introduce a new section in the developer documentation that
is a place to put manual testing guides. As a first testing
guide, document how to test the recent NUMA support in
libvirt using nested KVM and virtual NUMA.

Change-Id: I9b4d823b72593b0e72291f6eadef4c796efd1242
2015-01-19 16:16:49 +00:00
Jenkins 441ddd0471 Merge "Add ALL-IN operator to extra spec ops" 2015-01-15 13:39:29 +00:00
Jenkins 4a7dbce02d Merge "Add vision of nova rest API policy improvement in devref" 2015-01-13 15:23:43 +00:00
Matthew Gilliard e2c5aef530 Doc: Adds python-tox to Ubuntu dependencies
The development.environment instructions were almost completely copy/pastable
to get started on a new machine. Almost. This doc patch just adds python-tox to
the list of things to be fetched with apt-get, so now it's really *really* simple to get
started on a brand-new machine or cloud instance.

Change-Id: I09cbb376df2ce81e618c99e5db36ddf7809f6f3d
2015-01-07 13:51:03 +00:00
Andrew Laski 486e94775c Cellsv2 devref addition
This adds some initial information on the cells v2 effort into the
devref.  We start by adding a manifesto explaining what we are trying to
accomplish.

Change-Id: Iff050e0fc9790c945f6a946d0d415ea72b40642f
Co-Authored-By: Dan Smith <dms@danplanet.com>
2015-01-05 12:56:25 -05:00
Jenkins 410038a83f Merge "Doc: Update i18n devref" 2014-12-17 11:30:30 +00:00
Russell Bryant 1a1a5f9f34 Update devref with link to kilo priorities
Devref contains a document discussing project priorities.  Include a
link to the list of specific Kilo priorities that lives over in the
nova-specs repo.

Change-Id: I1770447b03df1cc1ab029780fada96fab8ccaa0f
2014-12-12 14:02:24 -05:00
He Jie Xu 6d92167351 Add vision of nova rest API policy improvement in devref
There are several improvements for nova rest API policy. And we
should have a full view for them to make sure we are on the right way.

This docs aims to describe the improvement from blueprint v3-api-policy
and separated-policy-rule-v3-api.

Change-Id: I34a37475f2b18607fc9453764e675113c4ab773b
2014-12-13 01:12:06 +08:00
Jenkins fbf56e41ad Merge "Add shelve and unshelve info into devref doc" 2014-12-11 14:11:09 +00:00
Matthew Gilliard 8654f948da Doc: minor fixes to unit testing devref
The unit testing devref had a bit of inconsistent formatting, and a reference
to HACKING.rst which could have been linkifed.  This patch fixes both of those,
and additionally the examples have been updated to reflect the recent split
into functional and unit tests.

Change-Id: I15129808d0d1271c1223e7ab8d8532f8cb2f7293
2014-12-09 12:04:37 +00:00
Matthew Gilliard 6a9c0bea88 Doc: Update i18n devref
The internationalization devref was out of date (and wrongly named). This
patch documents the current advice for internationalization.

Change-Id: If91b3b11c4050cb231b7d9c38b6beca8ba6ce236
2014-12-09 10:57:05 +00:00
Jeremy Stanley 18e138a2a2 Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: Ice00abcbb431b29e28beb0cd8810b8653ef66139
2014-12-05 03:30:37 +00:00