Bug 1337511
Summary: | Property error: resources.ManagementNetwork.properties.ManagementNetValueSpecs: Value must be a string | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> |
Component: | openstack-tripleo-heat-templates | Assignee: | Jiri Stransky <jstransk> |
Status: | CLOSED ERRATA | QA Contact: | Marius Cornea <mcornea> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 9.0 (Mitaka) | CC: | dbecker, dmacpher, jason.dobies, jcoufal, mburns, morazi, rhel-osp-director-maint, sclewis, tvignaud |
Target Milestone: | ga | Keywords: | Triaged |
Target Release: | 9.0 (Mitaka) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-2.0.0-9.el7ost | Doc Type: | Bug Fix |
Doc Text: |
The ManagementNetValueSpecs parameter used the wrong type (string) in the director's Heat templates. This caused Overcloud deployments containing the Management network to fail with the following error:
"Property error: resources.ManagementNetwork.properties.ManagementNetValueSpecs: Value must be a string".
This fix changes the data type of ManagementNetValueSpecs from string to json. The error no longer appears.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-11 11:30:55 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
Marius Cornea
2016-05-19 11:20:17 UTC
[root@undercloud ~]# rpm -qa | grep tripleo-heat-templates openstack-tripleo-heat-templates-kilo-2.0.0-16.el7ost.noarch openstack-tripleo-heat-templates-2.0.0-16.el7ost.noarch openstack-tripleo-heat-templates-liberty-2.0.0-16.el7ost.noarch [root@undercloud ~]# grep -A3 ManagementNetValueSpecs: /usr/share/openstack-tripleo-heat-templates/network/management.yaml ManagementNetValueSpecs: default: {'provider:physical_network': 'management', 'provider:network_type': 'flat'} description: Value specs for the management network. type: json Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-1599.html |