summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJohn L. Villalovos <john.l.villalovos@intel.com>2017-08-24 17:37:33 -0700
committerJohn L. Villalovos <john.l.villalovos@intel.com>2017-08-25 21:53:37 -0700
commit9d8afb38e8d6a6c61f446c93206d10b4bc35cce2 (patch)
treeffe5ea6b86823f0aa45ffa48b854dcc5a1303837 /releasenotes
parent14b546328929ca3b130ecda8bbaae004c2de4687 (diff)
downloadpython-ironicclient-9d8afb38e8d6a6c61f446c93206d10b4bc35cce2.tar.gz
Allow OS_BAREMETAL_API_VERSION=latest to work
Allow OS_BAREMETAL_API_VERSION=latest to work. If OS_BAREMETAL_API_VERSION=latest then convert to the latest version and set that as the 'default' value for the os_baremetal_api_version value. Remove the LOG.debug() message about setting to latest as the message never appears in the logfile. As tested with: $ openstack --debug --log-file log.txt baremetal node list --os-baremetal-api-version latest Also it was set to always log the message. Change-Id: Idc3de8ae55e8267342633668a06d18b45c9e5f0a Closes-Bug: #1712935
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-1712935-allow-os_baremetal_api_version_env_var_to_be_latest-28c8eed24f389673.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1712935-allow-os_baremetal_api_version_env_var_to_be_latest-28c8eed24f389673.yaml b/releasenotes/notes/bug-1712935-allow-os_baremetal_api_version_env_var_to_be_latest-28c8eed24f389673.yaml
new file mode 100644
index 0000000..ce93b99
--- /dev/null
+++ b/releasenotes/notes/bug-1712935-allow-os_baremetal_api_version_env_var_to_be_latest-28c8eed24f389673.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fix issue where doing ``export OS_BAREMETAL_API_VERSION=latest`` would
+ cause the ``openstack baremetal`` commands to fail. See `bug 1712935
+ <https://bugs.launchpad.net/ironic/+bug/1712935>`_.