Remove tripleo_hostname tag
The tags field in neutron has a max length of 60 characters. A hostname can be longer, and in the case it is longer adding the tag will cause a "Invalid input exceeds maximum length of 60" error will be raised. Related-Bug: #1921713 Change-Id: I72fd4a9575482389900145a03a6142cccd1111ba
This commit is contained in:
parent
aa601a280f
commit
b40d5d7027
@ -94,10 +94,6 @@ resources:
|
|||||||
- get_param: FixedIPs
|
- get_param: FixedIPs
|
||||||
replacement_policy: AUTO
|
replacement_policy: AUTO
|
||||||
tags:
|
tags:
|
||||||
- str_replace:
|
|
||||||
template: tripleo_hostname=$HOSTNAME
|
|
||||||
params:
|
|
||||||
$HOSTNAME: {get_param: DnsName}
|
|
||||||
- str_replace:
|
- str_replace:
|
||||||
template: tripleo_stack_name=$STACK_NAME
|
template: tripleo_stack_name=$STACK_NAME
|
||||||
params:
|
params:
|
||||||
|
Loading…
Reference in New Issue
Block a user