From 8fbc1e59212d6669a7f383d27c5bd6b983ba07ea Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Wed, 26 Nov 2014 08:54:18 -0800 Subject: [PATCH] Add IRONIC_URL to README Adds an example of pointing the client at a different Ironic API endpoint. Change-Id: Icd50d40184838d383c1c194d9051ee36acb3c01a --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index d9b547042..33605e8a4 100644 --- a/README.rst +++ b/README.rst @@ -45,6 +45,10 @@ as environment variables:: export OS_PASSWORD=pass export OS_AUTH_URL=http://auth.example.com:5000/v2.0 +To use a specific Ironic API endpoint:: + + export IRONIC_URL=http://ironic.example.com:6385 + An example of how to create a basic node with the pxe_ipmitool driver:: ironic node-create -d pxe_ipmitool