Within this short tutorial we will provide the steps for auto generating the OpenStack RC File. Via Horizon, Within the Project tab click Compute / Access & Security. Choose the API Access tab. Click Download OpenStack RC file.
Within this article we will show you how to create an instance within Nova via the CLI. Available Images First of all we list the images available to Nova. root@openstack-lab:~# nova image-list+————————————–+————————–+——–+——–+| ID | Name | Status | Server |+————————————–+————————–+——–+——–+| 23e82-5d3c-43a2-82b5-457f5e7 | cirros-0.3.2-x86_64-disk | ACTIVE | |+————————————–+————————–+——–+——–+ Flavours Next we check the flavours available. root@openstack-lab:~# … Read more
What is ? Auto-Scaling is a concept within cloud computing that can mean one of two things: Auto-Scaling is a process of virtualization resource automation wherein a cloud service provider will scale the resources of a client’s hosting environment to meet the demand being placed on that environment. In common terms, auto-scaling means a provider … Read more
Within this article we will show you how to purge a file from Rackspace`s Cloud File CDN Caches. Get Auth Token First all you will need to obtain the Auth Token. This token will be used to perform further actions via the API. For this you will need to obtain your API Key which can … Read more