Commit Graph

12 Commits

Author SHA1 Message Date
Dirk Mueller 77b2ae9c5f Fix citation references (Sphinx 1.6.x compatibility)
Sphinx 1.6.x gained a cross-reference check warning that caused
the build to fail in "tox -e docs" environment. Removing underscores
from the citation reference identifier ensures that the cross references
are properly detected. Similarly missing references to footnotes are
now a warning (which is upgraded to an error in the docs tox
environment) so adjust references where it makes sense and is needed.

Closes-Bug: #1695127
Change-Id: I7e55dcf910e0ba6dd85b565db8cb1ecbdd39634a
2017-06-05 10:39:37 +02:00
Stephen Finucane 45252df4c5 Fix additional mistakes in the NUMA spec document
The 'hw:numa_mempolicy' parameter was never implemented and will likely
never be, however, it's located in the 'implemented' folder suggesting
otherwise. Seeing as specs are as much a reference as anything, this
invalid information should not be retained. Correct this, taking the
opportunity to fix some other typo, line wrapping and general
formatting.

Change-Id: I4aca0073f1fa26ff0c3a34407370f6ba6d916879
2017-02-13 14:39:47 +00:00
Jenkins 96435b36a2 Merge "Fix a value typo for hw_numa_mempolicy" 2015-11-03 15:33:17 +00:00
Dan Smith d39bcd8781 Fix misspellings of "scheduler"
We had several examples of "schedular", which this patch corrects.

Change-Id: I0f0ae9635796ae3fd3680b4376eacdc6a2a2e043
2015-10-02 08:55:05 -07:00
Zhao Lei 6eb4623cfd Fix a value typo for hw_numa_mempolicy
s/prefered/preferred for hw_numa_mempolicy's setting.

Change-Id: Id82b919c27c0ebf166b6ab7ee6b64e968a8b991f
Signed-off-by: Zhao Lei <zhaolei@cn.fujitsu.com>
2015-09-24 18:57:18 +08:00
Christian Berendt e940c67c1b Update the URLs to the Cloud Admin Guide
The Cloud Admin Guide was converted to RST and the
URLs changed.

Change-Id: I5d5ac18ade466c2a4913f4db8f6b6be21f04d1f5
2015-08-24 08:56:24 +02:00
Daniel P. Berrange 7bb8352533 Fix mistakes in the NUMA spec document
The NUMA work did not integrate with the extensible resource
tracker since it was not suitable at the time.

The memory property values should be recorded in MB rather
than in GB.

Change-Id: I76c56e5e0a9eed7faf44d1fe376b6d15247c2c92
2015-01-16 15:40:56 +00:00
Christian Berendt 60ad69022d Use 'flavor' instead of 'flavour'
Change-Id: I9fee18359dcbc7c71054154e08e559d504139ca2
2014-10-15 20:35:50 +02:00
Devananda van der Veen bbc02a40bd Deprecation plan for nova-baremetal
This spec outlines the process for upgrading from nova-baremetal to
Ironic, and descibes the changes in Nova which will be required prior
to deleting the nova-baremetal code from the Nova tree.

blueprint deprecate-baremetal-driver

Change-Id: I2a9e6ca2f19d5b0f80954cdec45a9eca17960fa1
2014-10-07 10:29:58 -07:00
Michael Still f0b8204072 Re-organize juno specs
As discussed at our nova meetings, reorganize the juno specs into
three directories:

 - proposed: things proposed which weren't approved
 - approved: things we approved but didn't implement
 - implemented: things approved and implemented

The first I suspect is the most controversial. I've done this
because I worry about the case where a future developer wants to
pick up something dropped by a previous developer, but has trouble
finding previous proposed specifications on the topic. Note that
the actual proposed specs for Juno are adding in a later commit.

Change-Id: Idcf55ca37a83d7098dcb7c2971240c4e8fd23dc8
2014-10-07 07:49:59 +11:00
Russell Bryant 19a8aab4b0 Drop approved/implemented directories.
For more detail, see the following discussion:

http://lists.openstack.org/pipermail/openstack-dev/2014-March/030886.html

Change-Id: I5c138f1fc3eafea00c810da183b4d74c06e8d210
2014-03-24 16:28:41 -04:00
Russell Bryant 7e2f8f8e92 Make nova-specs an oslosphinx project
Update the nova-specs project to use sphinx.  This will allow us to
still write our specs using rst, but also have a nice framework for
rendering and publishing the specs if we choose to.

Change-Id: Ib92231acb28bba44abafb7dd554404f542da13a7
2014-03-24 16:28:41 -04:00