Hello,
Is it possible to rename a heat stack? I've created a stack using Horizon and when I tried to update it to change it's name, the stack_name
value was not used.
This is the JSON I sent to Heat API:
{
"stack_name":"new_stack_name",
"template": {
"heat_template_version": "2015-04-30",
"description": "Create a simple stack v6",
"parameters": {
"flavor": {
"default": "m1.tiny",
"type": "string"
}
}
}
}
Changing any of the values under template
will indeed update the stack, but stack_name
just gets forgotten.
Installed openstack version is Mitaka