magnum create cluster volumeType error
Hello I am using Packstack-queens and I am trying to deploy a docker swarm cluster with magnum.
This is my cluster template:
Cluster Type COE swarm
When I launch the cluster, Openstack response me with the following error:
Cluster Distro fedora-atomic
Server Type VM
Público Sí
Registry Enabled Sí
TLS Disabled No
Node Spec
Image ID Fedora-atomic-lates
Keypair testKey
Flavor ID m1.medium
Master Flavor ID m1.small
Volume Driver rexray
Docker Storage Driver devicemapper
Docker Volume Size10gb
Insecure Registry
Red Network Driver docker
HTTP Proxy
HTTPS Proxy
No Proxy
External Network ID 1e37dc1b-391f-4dd7-ad83-b53eeda6c2f5
Fixed Network be0a019e-4866-413f-8bc1-35fe888f29dd
Fixed Subnet 51a0efc1-5307-43f5-827f-d79ecdc2d291
DNS 8.8.8.8
Master LB Enabled No
Floating IP Enabled Sí
Resource CREATE failed: resources[0]: resources.swarm_masters.Property error:
resources.docker_volume.properties.volume_type: Error validating value '': The VolumeType () could not be found
In /etc/magnum/magnum.conf section Cinder:
default_docker_volume_type = iscsi
Openstack disk space is :
385GB/1000 GB in volume
485GB/1,5TB in Local Disk
Similar question, where the problem was caused by lack of storage space: https://ask.openstack.org/en/question....
By the way, format your code as code. The way your question is formatted, it's largely impossible to read.