Last active
May 21, 2020 04:41
-
-
Save openstacker/63f1dd4de96ef0dbdccefd6ede634e7b to your computer and use it in GitHub Desktop.
Filter k8s template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openstack coe cluster template list --fields public,hidden,network_driver -f json | jq -c '.[] | select(.public==true and .hidden==false)' | |
glance --os-image-api-version 1 image-create --disk-format raw --container-format bare --file fedora-coreos-31.20200505.3.0-openstack.x86_64.raw --min-disk 10 --size 10737418240 --name fedora-coreos-31-x86_64 --is-public=True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment