with CoreOS: ERROR: The Parameter (etcd_volume_size) was not defined in template.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Magnum |
In Progress
|
Medium
|
haplo37 |
Bug Description
I'm evaluating current head of devstack, and I unable to create cluster with CoreOS, due to error:
ERROR: The Parameter (etcd_volume_size) was not defined in template.
Steps to reproduce:
Grab Stable CoreOS image: https:/
upload it to glance:
glance image-create --name Container-Linux --container-format bare --disk-format qcow2 --file coreos_
Create a cluster:
magnum cluster-
(put your uuids as needed)
Create cluster:
magnum cluster-create --cluster-template 319e7a68-
Expected result: working cluster
Actual result: status: CREATE_FAILED. status_reason: ERROR: The Parameter (etcd_volume_size) was not defined in template.
Check done against commit a29329b55983d69
Changed in magnum: | |
status: | In Progress → Confirmed |
assignee: | George Shuklin (george-shuklin) → nobody |
Changed in magnum: | |
assignee: | nobody → haplo37 (farid-daencarnacao) |
Changed in magnum: | |
status: | Confirmed → In Progress |
N.B. Fedora-atomic images works fine.