Bug 1328149
Summary: | Default value for ControlPlaneSubnetCidr in /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml should be a string | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Pedro Navarro <pnavarro> |
Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> |
Status: | CLOSED DUPLICATE | QA Contact: | Arik Chernetsky <achernet> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 8.0 (Liberty) | CC: | aschultz, bnemec, cpaquin, jraju, jstransk, mburns, ohochman, racedoro, rhel-osp-director-maint, vcojot |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-24 21:36:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Pedro Navarro
2016-04-18 15:11:02 UTC
The fix should be this one which involves numeric to string conversion: https://bugs.launchpad.net/heat/+bug/1567373 As Ramon wrote this will most probably be addressed in Heat. Submitted a t-h-t fix too just to make sure, since it's a one liner. The fix was already proposed by Rhys earlier actually, updating the t-h-t patch reference. *** Bug 1344799 has been marked as a duplicate of this bug. *** I believe this has been fixed upstream for a long time. We just need to verify that it doesn't happen in recent releases. Note that the workaround for anyone who is hitting this in older releases is to ensure the value for this parameter is a string, i.e. '24' not 24. *** This bug has been marked as a duplicate of bug 1334073 *** |