Change flavor id for openstack controller

My goal is to set up an kubernetes cluster on openstack. Therefore I need an openstack controller. I created the image metadata successfully. When I run ‘juju bootstap …’ in debug mode I get an error that the flavor’s disk is smaller than the minimum size specified in image metadata. Can anyone tell me how I can choose between different flavors in the bootstrap command?

You should be able to do “juju bootstrap --bootstrap-constraints instance-type=FLAVORNAME”.

3 Likes

Nice. It works! Thanks for your help.

1 Like