diff options
author | Lucas Alvares Gomes <lucasagomes@gmail.com> | 2015-03-20 10:48:47 +0000 |
---|---|---|
committer | Lucas Alvares Gomes <lucasagomes@gmail.com> | 2015-03-20 10:48:47 +0000 |
commit | 7eb1304626f19329f350c5579a962bb369a311b3 (patch) | |
tree | 16b02c708b00ad1e671962f8affc5b3ddd0229b5 /doc/source | |
parent | f7349457466387d232e6eb4fad9510e8bd551283 (diff) | |
download | ironic-7eb1304626f19329f350c5579a962bb369a311b3.tar.gz |
Update "Ironic as a standalone service" documentation
This patch is adding a reminder on the "Using Ironic as a standalone
service" section pointing out that this feature will not work with
versions prior to Kilo. This is intended to avoid confusion for people
using stable branchs.
Change-Id: I9f0451dd19e5d6c5134686f6b9c7aadc8b8d48e7
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/deploy/install-guide.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/deploy/install-guide.rst b/doc/source/deploy/install-guide.rst index ebfa63670..c02e42828 100644 --- a/doc/source/deploy/install-guide.rst +++ b/doc/source/deploy/install-guide.rst @@ -1055,7 +1055,8 @@ by an operator. There are two kinds of inspection supported by Ironic: Using Ironic as a standalone service ==================================== -It's possible to use Ironic without other OpenStack services. +Starting with Kilo release, it's possible to use Ironic without other +OpenStack services. You should make the following changes to ``/etc/ironic/ironic.conf``: |