From facce0a7b3f22ed969a83e0baea59bc3e9c07eac Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 6 Sep 2019 08:52:46 -0400 Subject: [PATCH] document that python-openstackclient 3.19.0 or higher is required We discovered that older versions of the tool do not work properly with clouds.yaml. Signed-off-by: Doug Hellmann --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c60dd7625..47eeb9862 100644 --- a/README.md +++ b/README.md @@ -131,9 +131,16 @@ using the cloud name `metal3-bootstrap` and the copy running inside the cluster once deployment is finished can be accessed by using the cloud name `metal3`. -The openstack command line tool will look for `clouds.yaml` in the -current directory or you can copy it to -`~/.config/openstack/clouds.yaml`. +The dev-scripts will install the `openstack` command line tool on the +provisioning host as part of setting up the cluster. The `openstack` +tool will look for `clouds.yaml` in the current directory or you can +copy it to `~/.config/openstack/clouds.yaml`. Version 3.19.0 or +higher is needed to interact with ironic using `clouds.yaml`. + +``` +$ openstack --version +openstack 3.19.0 +``` For manual debugging via the openstack client connecting to the bootstrap VM, which is ephemeral and won't be available once the masters have