A pitfall of type definition in openstack heat Template

Source: Internet
Author: User
The latest Heat template currently supports string | Number | JSON | comma_delimited_list | Boolean and other types.


Use the default hot format and yaml file format.


Defines a string type attribute. if the content is true or false, an error is returned.


View the log of the heat engine and you will find that this attribute value is converted to the Boolean Type by default.


Why?
View the heat code. Heat directly Loads files by calling the yaml library. For the yaml language, the following strings are parsed to the bool type.


Y, Y, yes
N, N, NO
True, true, true
False, false, false
On, on, on
Off, off, off

A pitfall of type definition in openstack heat Template

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.