Update the webapi version history reference

This change updates the reference to the doc file that contains the
history of API changes, and also fixes one small inconsistency between
user-guide and index pages.

Change-Id: I7f0410b92cdc08de88c508600309f4df0324c28a
This commit is contained in:
Vladyslav Drok 2016-08-25 18:26:12 +03:00
parent 4ce008e8ff
commit 5ebf3c010b
2 changed files with 5 additions and 5 deletions

View File

@ -7,7 +7,7 @@ Introduction to Ironic
Ironic is an OpenStack project which provisions bare metal (as opposed to
virtual) machines. It may be used independently or as part of an OpenStack
Cloud, and integrates with the OpenStack Identity (keystone), Compute (nova),
Network (neutron), and Image (glance) services.
Network (neutron), Image (glance) and Object (swift) services.
When the Bare Metal service is appropriately configured with the Compute and
Network services, it is possible to provision both virtual and physical

View File

@ -17,8 +17,8 @@
BASE_VERSION = 1
# Here goes a short log of changes in every version.
# Refer to doc/source/webapi/v1.rst for a detailed explanation of what
# each version contains.
# Refer to doc/source/dev/webapi-version-history.rst for a detailed explanation
# of what each version contains.
#
# v1.0: corresponds to Juno API, not supported since Kilo
# v1.1: API at the point in time when versioning support was added,
@ -78,8 +78,8 @@ MINOR_21_RESOURCE_CLASS = 21
MINOR_22_LOOKUP_HEARTBEAT = 22
# When adding another version, update MINOR_MAX_VERSION and also update
# doc/source/webapi/v1.rst with a detailed explanation of what the version has
# changed.
# doc/source/dev/webapi-version-history.rst with a detailed explanation of
# what the version has changed.
MINOR_MAX_VERSION = MINOR_22_LOOKUP_HEARTBEAT
# String representations of the minor and maximum versions