aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml
diff options
context:
space:
mode:
authorCarlos Camacho <ccamacho@redhat.com>2017-02-21 14:58:21 +0100
committerCarlos Camacho <ccamacho@redhat.com>2017-02-22 10:39:44 +0100
commitd0e69f73c1839e9101fd825ae0019f38d624e49f (patch)
treed21bd324731e0a28a803abc009fb42d5ca2c5c18 /releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml
parent47969551159a81cd1a050c3b345892aec0bf7d96 (diff)
Remove the string cast for using transport_url
os_transport_url was updated to allow receiving a string or an integer as parameter. Fixes the workarounds in puppet-tripleo Change-Id: I50993514048bf96b5a42b3425a7d6f98778fe694 Depends-On: I9e56f8e2de542b20fe9e6995506cff5bb435e220
Diffstat (limited to 'releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml')
-rw-r--r--releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml b/releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml
new file mode 100644
index 0000000..0eb90de
--- /dev/null
+++ b/releasenotes/notes/bugfix-1664561-50d76b25addb08dd.yaml
@@ -0,0 +1,4 @@
+---
+fixes:
+ - Bugfix 1664561. Removing the string cast when using
+ the os_transport_url function.