magnum cluster create k8s cluster Error: ResourceFailure
env: Pike cmd:
magnum cluster-template-create k8s-cluster-template --image fedora-atomic-latest --keypair mypackstackkey --external-network public --dns-nameserver 8.8.8.8 --flavor m1.tiny --docker-volume-size 3 --network-driver flannel --coe kubernetes --volume-driver cinder magnum cluster-create k8s-cluster --cluster-template k8s-cluster-template --master-count 1 --node-count 2
symptom: CREATE_FAILED, heat-engine error:
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource Traceback (most recent call last):
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 831, in _action_recorder
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource yield
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 939, in _do_action
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource yield self.action_handler_task(action, args=handler_args)
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/scheduler.py", line 334, in wrapper
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource step = next(subtask)
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resource.py", line 884, in action_handler_task
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource handler_data = handler(*args)
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resources/template_resource.py", line 286, in handle_create
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource self.child_params())
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resources/stack_resource.py", line 315, in create_with_template
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource kwargs['template_id'])
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/oslo_utils/excutils.py", line 329, in __exit__
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource return self._should_ignore_ex(exc_val)
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource File "/usr/lib/python2.7/site-packages/heat/engine/resources/stack_resource.py", line 367, in translate_remote_exceptions
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource raise exception.ResourceFailure(message, self, action=self.action)
2017-10-17 20:52:12.288 16601 ERROR heat.engine.resource ResourceFailure: resources[0]: Property error: resources.docker_volume.properties.volume_type: Error validating value '': The VolumeType () could not be found.
Attempted to add default (lvm) in " /usr/lib/python2.7/site-packages/magnum/drivers/k8s_fedora_atomic_v1/templates/kubemaster.yaml, does not seem to help.