Description of problem: Deployment that includes a management network fails with: Property error: resources.ManagementNetwork.properties.ManagementNetValueSpecs: Value must be a string Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-2.0.0-5.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Deploy overcloud that includes a management network Actual results: Deploying templates in the directory /usr/share/openstack-tripleo-heat-templates 2016-05-19 11:12:18 [overcloud]: CREATE_IN_PROGRESS Stack CREATE started 2016-05-19 11:12:18 [Networks]: CREATE_IN_PROGRESS state changed 2016-05-19 11:12:18 [Networks]: CREATE_FAILED resources.Networks: Property error: resources.ManagementNetwork.properties.ManagementNetValueSpecs: Value must be a string 2016-05-19 11:12:18 [overcloud]: CREATE_FAILED Resource CREATE failed: resources.Networks: Property error: resources.ManagementNetwork.properties.ManagementNetValueSpecs: Value must be a string Stack overcloud CREATE_FAILED Deployment failed: Heat Stack create failed. Expected results: Deployment continues. Additional info: Upstream bug: https://bugs.launchpad.net/tripleo/+bug/1573649 Fix: https://review.openstack.org/#/c/309468/
[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