puppet-openstacklib/releasenotes/notes/bugfix-1664561-f5964a3777b9ed93.yaml
Carlos Camacho b3d0590022 Allow integer port in os_transport_url
Currently we only allow to use strings
as the data type for ports.

Due to this we need to cast the data type
in the puppet modules because from THT
this is configured as a Number.

This submission allow to use either string
or numbers for the port parameter in the
os_transport_url function.

Change-Id: I9e56f8e2de542b20fe9e6995506cff5bb435e220
Closes-Bug: #1664561
2017-02-22 10:40:31 +01:00

5 lines
93 B
YAML

---
fixes:
- Bugfix 1664561. Allow to use Integers and Strings
for the port parameter.