[PKG-Openstack-devel] Please apply fix for heat stack function 'str_split'

Turbo Fredriksson turbo at bayour.com
Tue Sep 6 19:48:50 UTC 2016


https://review.openstack.org/#/c/349917/

I had the problem with lines like this:

    { list_join: ['.', [ { str_split: ['.', { get_param: ip }, 3] } ] ] }
    { list_join: ['.', [ { str_split: ['.', { get_attr: [floating, floating_ip_address] }, 3] } ] ] }

The first line worked just fine, but the second gave the
error

    ERROR: Property error: : resources.reverse.properties.domain: : 'NoneType' object has no attribute 'split'

Just applied the patch on my Sid/Mitaka and it worked
just fine.
-- 
I love deadlines. I love the whooshing noise they
make as they go by.
- Douglas Adams




More information about the Openstack-devel mailing list