https://techglimpse.com For all your Tech Needs! Thu, 30 Dec 2021 04:15:29 +0000 en-US hourly 1 https://wordpress.org/?v=5.4.6 How to create/list/delete flavors in OpenStack using API https://techglimpse.com/create-list-delete-flavors-openstack-api-curl/ https://techglimpse.com/create-list-delete-flavors-openstack-api-curl/#respond Wed, 29 Dec 2021 11:46:27 +0000 https://techglimpse.com/?post_type=ht_kb&p=42699 In Openstack flavors define the size of a virtual server that can be launched. It includes compute, memory, and storage capacity of a virtual server.  A flavor consists of many parameters of which the following are required: Flavor ID (required) – If not specified, an auto-generated ID shall be assigned Name...

The post How to create/list/delete flavors in OpenStack using API appeared first on Techglimpse.

]]>
0
How to generate Openstack Token using cURL https://techglimpse.com/generate-openstack-token-curl/ https://techglimpse.com/generate-openstack-token-curl/#respond Wed, 29 Dec 2021 09:29:13 +0000 https://techglimpse.com/?post_type=ht_kb&p=42685 To access Openstack services through REST APIs, the identity service provides tokens.  Clients can obtain the token by supplying their valid credentials to the Keystone authentication service. Credentials are usually a combination of username, password, and optionally the project ID. Once the token is obtained, we can connect to other...

The post How to generate Openstack Token using cURL appeared first on Techglimpse.

]]>
0