Can´t create k8s cluster in magnum, image issue
Hi!
I get the following error:
$ magnum cluster-template-create --keypair ckey --external-network public --master-flavor m1.small --flavor m1.small --image-id 33084ac8-4a51-4c53-950c-b418fc0eb4db --name PaaSFabs1 --fixed-network nuonet1 --public --coe kubernetes
WARNING: The --image-id parameter is deprecated and will be removed in a future release. Use the --image parameter to avoid seeing this message.
WARNING: The magnum client is deprecated and will be removed in a future release.
Use the OpenStack client to avoid seeing this message.
WARNING: The --name parameter is deprecated and will be removed in a future release. Use the <name> positional parameter to avoid seeing this message.
ERROR: Cluster type (vm, None, kubernetes) not supported (HTTP 400) (Request-ID: req-06a309aa-b2ae-4a5f-ace7-bebb148445cd)
Why is the magnum cli not passing the image-id? I also tried --image with the image name, and I get (vm, None, kubernetes), where None is no image, right?
BTW, I am using packstack-Queens on CentOS 7 OS as Openstack host, 2 nodes, I can launch VMs with no issues, Neutron networks work just fine,
Thanks and please help me!