fixes link issue point
This commit is contained in:
@ -34,17 +34,17 @@ You need a CloudFerro Cloud hosting account with Horizon interface <https://hori
|
||||
|
||||
No. 2 **Introduction to OpenStack Projects**
|
||||
|
||||
The article [What is an OpenStack project on CloudFerro Cloud](../cloud/What-is-an-OpenStack-project-on-CloudFerro-Cloud.html) will define basic elements of an OpenStack project – groups, projects, roles and so on.
|
||||
The article [What is an OpenStack project on CloudFerro Cloud](../cloud/What-is-an-OpenStack-project-on-CloudFerro-Cloud.html.md) will define basic elements of an OpenStack project – groups, projects, roles and so on.
|
||||
|
||||
No. 3 **Security groups**
|
||||
|
||||
The article [How to use Security Groups in Horizon on CloudFerro Cloud](../cloud/How-to-use-Security-Groups-in-Horizon-on-CloudFerro-Cloud.html) describes how to create and edit security groups. They enable ports through which the virtual machine communicates with other networks, in particular, with the Internet at large.
|
||||
The article [How to use Security Groups in Horizon on CloudFerro Cloud](../cloud/How-to-use-Security-Groups-in-Horizon-on-CloudFerro-Cloud.html.md) describes how to create and edit security groups. They enable ports through which the virtual machine communicates with other networks, in particular, with the Internet at large.
|
||||
|
||||
No. 4 **Create network with router**
|
||||
|
||||
Here is how to create a network with router:
|
||||
|
||||
[How to create a network with router in Horizon Dashboard on CloudFerro Cloud](../networking/How-to-create-a-network-with-router-in-Horizon-Dashboard-on-CloudFerro-Cloud.html)
|
||||
[How to create a network with router in Horizon Dashboard on CloudFerro Cloud](../networking/How-to-create-a-network-with-router-in-Horizon-Dashboard-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
Default values in the tenant manager account[](#default-values-in-the-tenant-manager-account "Permalink to this headline")
|
||||
---------------------------------------------------------------------------------------------------------------------------
|
||||
@ -130,7 +130,7 @@ For security groups, the situation is similar: the default one is present, but t
|
||||
Step 2 Add external network to the project[](#step-2-add-external-network-to-the-project "Permalink to this headline")
|
||||
-----------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
To add external network to such project you must contact Customer Support by creating a ticket. Instructions how to do that are in article [Helpdesk and Support](../accountmanagement/Help-Desk-And-Support.html). The ticket should include project ID from the Projects list. To get the project ID, click on **Project** -> **API Access**
|
||||
To add external network to such project you must contact Customer Support by creating a ticket. Instructions how to do that are in article [Helpdesk and Support](../accountmanagement/Help-Desk-And-Support.html.md). The ticket should include project ID from the Projects list. To get the project ID, click on **Project** -> **API Access**
|
||||
|
||||

|
||||
|
||||
@ -161,14 +161,14 @@ What To Do Next[](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
Your **testproject** is ready for creating new instances. For example, see articles:
|
||||
|
||||
[How to create a Linux VM and access it from Windows desktop on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-CloudFerro-Cloud.html)
|
||||
[How to create a Linux VM and access it from Windows desktop on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Windows-desktop-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
[How to create a Linux VM and access it from Linux command line on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-CloudFerro-Cloud.html)
|
||||
[How to create a Linux VM and access it from Linux command line on CloudFerro Cloud](../cloud/How-to-create-a-Linux-VM-and-access-it-from-Linux-command-line-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
If you want a new user to have access to **testproject**, the following articles will come handy:
|
||||
|
||||
[Inviting new user to your Organization](../accountmanagement/Inviting-New-User.html).
|
||||
[Inviting new user to your Organization](../accountmanagement/Inviting-New-User.html.md).
|
||||
|
||||
[Removing user from Organization](../accountmanagement/Removing-User-From-Organization.html).
|
||||
[Removing user from Organization](../accountmanagement/Removing-User-From-Organization.html.md).
|
||||
|
||||
/accountmanagement/Accounts-and-Projects-Management.
|
||||
@ -27,20 +27,20 @@ You need a CloudFerro Cloud hosting account, available at <https://portal.cloudf
|
||||
|
||||
No. 2 **Install or activate openstack command**
|
||||
|
||||
To be able to connect to the cloud, **openstack** command must be operational. If not installed already, use article [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html)
|
||||
To be able to connect to the cloud, **openstack** command must be operational. If not installed already, use article [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
No. 3 **Authenticate to OpenStack using application credentials**
|
||||
|
||||
Then you have to authenticate your account to the cloud. The usual way is to activate **openstack** command using an RC file for on- or two-factor
|
||||
authentication. That will not work in case of Swift module. It is authenticated with application credentials, as explained in article
|
||||
|
||||
[How to generate or use Application Credentials via CLI on CloudFerro Cloud](../cloud/How-to-generate-or-use-Application-Credentials-via-CLI-on-CloudFerro-Cloud.html).
|
||||
[How to generate or use Application Credentials via CLI on CloudFerro Cloud](../cloud/How-to-generate-or-use-Application-Credentials-via-CLI-on-CloudFerro-Cloud.html.md).
|
||||
|
||||
No. 4 **Familiarity with object storage on** CloudFerro Cloud **OpenStack**
|
||||
|
||||
This article is explaining the basics, using the Horizon interface:
|
||||
|
||||
[How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html).
|
||||
[How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md).
|
||||
|
||||
Swift can be understood as the CLI tool for accessing object storage under OpenStack.
|
||||
|
||||
|
||||
@ -3,9 +3,9 @@ How to Backup an Instance and Download it to the Desktop on CloudFerro Cloud Ope
|
||||
|
||||
First, you will need to setup the OpenStack CLI environment on the computer to which you want to download your instance. Depending on the operating system you are using, follow one of the links below:
|
||||
|
||||
[How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html)
|
||||
[How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
[How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html)
|
||||
[How to install OpenStackClient GitBash for Windows on CloudFerro Cloud](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
Assume that you are
|
||||
|
||||
|
||||
@ -24,9 +24,9 @@ You need a CloudFerro Cloud hosting account with access to the Horizon interface
|
||||
|
||||
No. 2 **Installed Python and its virtualenv**
|
||||
|
||||
If you want to use Heat through CLI commands, Python must be installed and its virtual environment activated. See article [How to install Python virtualenv or virtualenvwrapper on CloudFerro Cloud](../cloud/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-CloudFerro-Cloud.html).
|
||||
If you want to use Heat through CLI commands, Python must be installed and its virtual environment activated. See article [How to install Python virtualenv or virtualenvwrapper on CloudFerro Cloud](../cloud/How-to-install-Python-virtualenv-or-virtualenvwrapper-on-CloudFerro-Cloud.html.md).
|
||||
|
||||
If you have never installed one of the OpenStack clients, see :[How To Install OpenStack and Magnum Clients for Command Line Interface to CloudFerro Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-CloudFerro-Cloud-Horizon.html).
|
||||
If you have never installed one of the OpenStack clients, see :[How To Install OpenStack and Magnum Clients for Command Line Interface to CloudFerro Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-CloudFerro-Cloud-Horizon.html.md).
|
||||
|
||||
Always use the latest value of image id[](#always-use-the-latest-value-of-image-id "Permalink to this headline")
|
||||
-----------------------------------------------------------------------------------------------------------------
|
||||
@ -279,7 +279,7 @@ The first step is to create a real volume (called VOL\_FAQ) and the second is to
|
||||
: Property to define a bootable Cinder volume for instance.
|
||||
|
||||
**outputs**
|
||||
: Additional information concerning deployed elements of the stack. In this case it returns a “show” attribute output. You can examine this kind of information by using openstack stack output list. Available attributes for every component [can be found here.](https://docs.openstack.org/heat/latest/template_guide/openstack.html).
|
||||
: Additional information concerning deployed elements of the stack. In this case it returns a “show” attribute output. You can examine this kind of information by using openstack stack output list. Available attributes for every component [can be found here.](https://docs.openstack.org/heat/latest/template_guide/openstack.html.md).
|
||||
|
||||
Execute the template with the following command:
|
||||
|
||||
|
||||
@ -37,13 +37,13 @@ You need a CloudFerro Cloud hosting account with access to the Horizon interface
|
||||
|
||||
No. 2 **Ephemeral storage vs. persistent storage**
|
||||
|
||||
Please see article [Ephemeral vs Persistent storage option Create New Volume on CloudFerro Cloud](../datavolume/Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-CloudFerro-Cloud.html) to understand the basic difference between ephemeral and persistent types of storage in OpenStack.
|
||||
Please see article [Ephemeral vs Persistent storage option Create New Volume on CloudFerro Cloud](../datavolume/Ephemeral-vs-Persistent-storage-option-Create-New-Volume-on-CloudFerro-Cloud.html.md) to understand the basic difference between ephemeral and persistent types of storage in OpenStack.
|
||||
|
||||
No. 3 **Instance with ephemeral storage**
|
||||
|
||||
You need a virtual machine hosted on CloudFerro Cloud cloud.
|
||||
|
||||
You can create an instance with ephemeral storage by following this article: [How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html)
|
||||
You can create an instance with ephemeral storage by following this article: [How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html.md)
|
||||
|
||||
The actual command used to create an instance from that article was
|
||||
|
||||
@ -115,7 +115,7 @@ If you want to learn how to delete instances, snapshots, volumes and other OpenS
|
||||
|
||||
/networking/How-to-correctly-delete-all-the-resources-in-the-project-via-OpenStack-commandline-Clients-on-CloudFerro-Cloud.
|
||||
|
||||
[How to create or delete volume snapshot on CloudFerro Cloud](../datavolume/How-to-create-or-delete-volume-snapshot-on-CloudFerro-Cloud.html).
|
||||
[How to create or delete volume snapshot on CloudFerro Cloud](../datavolume/How-to-create-or-delete-volume-snapshot-on-CloudFerro-Cloud.html.md).
|
||||
|
||||
No. 6 **OpenStack CLI client**
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ How to install OpenStackClient GitBash for Windows on CloudFerro Cloud[](#how
|
||||
|
||||
In this tutorial, you start with a standard Windows installation, then install the OpenStack CLI client and end up connecting to your project on CloudFerro Cloud cloud.
|
||||
|
||||
> For another way of installing OpenStack CLI on Windows, see article [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html). However:
|
||||
> For another way of installing OpenStack CLI on Windows, see article [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html.md). However:
|
||||
|
||||
* using Git Bash is simpler than using Windows Subsystem for Linux and is
|
||||
* providing a more straightforward access to your local file system.
|
||||
@ -287,18 +287,18 @@ You can also create a batch file to automate reentering the Python environment.
|
||||
What To Do Next[](#what-to-do-next "Permalink to this headline")
|
||||
-----------------------------------------------------------------
|
||||
|
||||
The article [How To Install OpenStack and Magnum Clients for Command Line Interface to CloudFerro Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-CloudFerro-Cloud-Horizon.html) will give you another procedure to install CLI and connect it to the cloud. It also contains several examples of using the CLI commands.
|
||||
The article [How To Install OpenStack and Magnum Clients for Command Line Interface to CloudFerro Cloud Horizon](../kubernetes/How-To-Install-OpenStack-and-Magnum-Clients-for-Command-Line-Interface-to-CloudFerro-Cloud-Horizon.html.md) will give you another procedure to install CLI and connect it to the cloud. It also contains several examples of using the CLI commands.
|
||||
|
||||
Other articles of interest:
|
||||
|
||||
[How to Create and Configure New Openstack Project Through Horizon on CloudFerro Cloud Cloud](How-To-Create-and-Configure-New-Project-on-CloudFerro-Cloud-Cloud.html)
|
||||
[How to Create and Configure New Openstack Project Through Horizon on CloudFerro Cloud Cloud](How-To-Create-and-Configure-New-Project-on-CloudFerro-Cloud-Cloud.html.md)
|
||||
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html)
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
Using CLI interface for Kubernetes clusters:
|
||||
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On CloudFerro Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-CloudFerro-Cloud-OpenStack-Magnum.html)
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On CloudFerro Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-CloudFerro-Cloud-OpenStack-Magnum.html.md)
|
||||
|
||||
Also see
|
||||
|
||||
[How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html)
|
||||
[How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md)
|
||||
@ -28,7 +28,7 @@ Your computer must be running Microsoft Windows. This article is written for Win
|
||||
|
||||
No. 3 **Optional – software for 2FA authentication**
|
||||
|
||||
Your account at CloudFerro Cloud cloud may have two-factor authentication enabled. It means that apart from the usual username and password combination, you also need software to generate the TOTP – the six-digit code for the additional, second step of authentication. This article will provide additional technical details: [How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html).
|
||||
Your account at CloudFerro Cloud cloud may have two-factor authentication enabled. It means that apart from the usual username and password combination, you also need software to generate the TOTP – the six-digit code for the additional, second step of authentication. This article will provide additional technical details: [How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md).
|
||||
|
||||
Step 1: Check the version of Windows[](#step-1-check-the-version-of-windows "Permalink to this headline")
|
||||
----------------------------------------------------------------------------------------------------------
|
||||
@ -294,12 +294,12 @@ What To Do Next[](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
After installing the OpenStack CLI client and activating your new RC file, you can use other articles to perform operations on CloudFerro Cloud cloud:
|
||||
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html)
|
||||
[How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
[Generating and authorizing Terraform using Keycloak user on CloudFerro Cloud](../openstackdev/Generating-and-authorizing-Terraform-using-Keycloak-user-on-CloudFerro-Cloud.html)
|
||||
[Generating and authorizing Terraform using Keycloak user on CloudFerro Cloud](../openstackdev/Generating-and-authorizing-Terraform-using-Keycloak-user-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
[How to upload your custom image using OpenStack CLI on CloudFerro Cloud](../cloud/How-to-upload-your-custom-image-using-OpenStack-CLI-on-CloudFerro-Cloud.html)
|
||||
[How to upload your custom image using OpenStack CLI on CloudFerro Cloud](../cloud/How-to-upload-your-custom-image-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
[How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html)
|
||||
[How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html.md)
|
||||
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On CloudFerro Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-CloudFerro-Cloud-OpenStack-Magnum.html)
|
||||
[How To Use Command Line Interface for Kubernetes Clusters On CloudFerro Cloud OpenStack Magnum](../kubernetes/How-To-Use-Command-Line-Interface-for-Kubernetes-Clusters-On-CloudFerro-Cloud-OpenStack-Magnum.html.md)
|
||||
@ -18,19 +18,19 @@ You need a CloudFerro Cloud hosting account with Horizon interface <https://hori
|
||||
|
||||
No. 2 **OpenStack client installed and connected to the cloud**
|
||||
|
||||
The following article will help you install Python and OpenStack client called **openstack** and will also help you connect to the cloud [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html)).
|
||||
The following article will help you install Python and OpenStack client called **openstack** and will also help you connect to the cloud [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)).
|
||||
|
||||
No. 3 **Knowledge of downloading and working with RC files**
|
||||
|
||||
To be able to share private containers, you will have to manipulate RC files from the cloud. The following article will provide technical details:
|
||||
|
||||
[How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html)
|
||||
[How to activate OpenStack CLI access to CloudFerro Cloud cloud using one- or two-factor authentication](../accountmanagement/How-to-activate-OpenStack-CLI-access-to-CloudFerro-Cloud-cloud-using-one-or-two-factor-authentication.html.md)
|
||||
|
||||
No. 4. **Using OpenStack Swift module**
|
||||
|
||||
The OpenStack Object Store module, known as *Swift*, allows you to store and retrieve data with a simple API. It’s built for scale and is optimized for durability, availability, and concurrency across the entire data set. Swift is ideal for storing unstructured data that can grow without bound.
|
||||
|
||||
See [How to access object storage using OpenStack CLI on CloudFerro Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html)
|
||||
See [How to access object storage using OpenStack CLI on CloudFerro Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
Setting up the test example[](#setting-up-the-test-example "Permalink to this headline")
|
||||
-----------------------------------------------------------------------------------------
|
||||
@ -377,6 +377,6 @@ What To Do Next[](#what-to-do-next "Permalink to this headline")
|
||||
|
||||
These articles can also be of interest:
|
||||
|
||||
[How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html).
|
||||
[How to use Object Storage on CloudFerro Cloud](../s3/How-to-use-Object-Storage-on-CloudFerro-Cloud.html.md).
|
||||
|
||||
[Bucket sharing using s3 bucket policy on CloudFerro Cloud](../s3/Bucket-sharing-using-s3-bucket-policy-on-CloudFerro-Cloud.html)
|
||||
[Bucket sharing using s3 bucket policy on CloudFerro Cloud](../s3/Bucket-sharing-using-s3-bucket-policy-on-CloudFerro-Cloud.html.md)
|
||||
@ -25,11 +25,11 @@ You need a CloudFerro Cloud hosting account with access to the Horizon interface
|
||||
|
||||
If you are a normal user of CloudFerro Cloud hosting, you will have all prerogatives needed to resize the VM. Make sure that the VM you are about to resize belongs to a project you have access to.
|
||||
|
||||
[How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html)
|
||||
[How to create a VM using the OpenStack CLI client on CloudFerro Cloud cloud](../cloud/How-to-create-a-VM-using-the-OpenStack-CLI-client-on-CloudFerro-Cloud-cloud.html.md)
|
||||
|
||||
No. 2 **Awareness of existing quotas and flavors limits**
|
||||
|
||||
For general introduction to quotas and flavors, see [Dashboard Overview – Project Quotas And Flavors Limits on CloudFerro Cloud](../cloud/Dashboard-Overview-Project-Quotas-And-Flavors-Limits-on-CloudFerro-Cloud.html).
|
||||
For general introduction to quotas and flavors, see [Dashboard Overview – Project Quotas And Flavors Limits on CloudFerro Cloud](../cloud/Dashboard-Overview-Project-Quotas-And-Flavors-Limits-on-CloudFerro-Cloud.html.md).
|
||||
|
||||
Also:
|
||||
|
||||
|
||||
@ -1,2 +1,19 @@
|
||||
OPENSTACK CLI[](#openstack-cli "Permalink to this headline")
|
||||
=============================================================
|
||||
# OpenStack CLI
|
||||
|
||||
## Available Documentation
|
||||
|
||||
* [How To Create and Configure New Project on CloudFerro Cloud Cloud](How-To-Create-and-Configure-New-Project-on-CloudFerro-Cloud-Cloud.html.md)
|
||||
* [How to access object storage using OpenStack CLI on CloudFerro Cloud](How-to-access-object-storage-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [How to backup an instance and download it to the desktop on CloudFerro Cloud](How-to-backup-an-instance-and-download-it-to-the-desktop-on-CloudFerro-Cloud.html.md)
|
||||
* [How to create a set of VMs using OpenStack Heat Orchestration on CloudFerro Cloud](How-to-create-a-set-of-VMs-using-OpenStack-Heat-Orchestration-on-CloudFerro-Cloud.html.md)
|
||||
* [How to create instance snapshot using OpenStack CLI on CloudFerro Cloud](How-to-create-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [How Git Bash terminal commands differ from those in Windows[](#how-git-bash-terminal-commands-differ-from-those-in-windows "Permalink to this headline")](How-to-install-OpenStackClient-GitBash-or-Cygwin-for-Windows-on-CloudFerro-Cloud.html.md)
|
||||
* [How to install OpenStackClient for Linux on CloudFerro Cloud](How-to-install-OpenStackClient-for-Linux-on-CloudFerro-Cloud.html.md)
|
||||
* [How to install OpenStackClient on Windows using Windows Subsystem for Linux on CloudFerro Cloud OpenStack Hosting](How-to-install-OpenStackClient-on-Windows-using-Windows-Subsystem-for-Linux-on-CloudFerro-Cloud-OpenStack-Hosting.html.md)
|
||||
* [How to move data volume between two VMs using OpenStack CLI on CloudFerro Cloud](How-to-move-data-volume-between-two-VMs-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [To use an OpenStack cloud you need to authenticate against the Identity](How-to-share-private-container-from-object-storage-to-another-user-on-CloudFerro-Cloud.html.md)
|
||||
* [How to start a VM from instance snapshot using OpenStack CLI on CloudFerro Cloud](How-to-start-a-VM-from-instance-snapshot-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [How to transfer volumes between domains and projects using OpenStack CLI client on CloudFerro Cloud](How-to-transfer-volumes-between-domains-and-projects-using-OpenStack-CLI-client-on-CloudFerro-Cloud.html.md)
|
||||
* [Resizing a virtual machine using OpenStack CLI on CloudFerro Cloud](Resizing-a-virtual-machine-using-OpenStack-CLI-on-CloudFerro-Cloud.html.md)
|
||||
* [Use backup command to create rotating backups of virtual machines on CloudFerro Cloud](Use-backup-command-to-create-rotating-backups-of-virtual-machines-on-CloudFerro-Cloud.html.md)
|
||||
* [Use script to create daily weekly and monthly rotating backups of virtual machines using on CloudFerro Cloud](Use-script-to-create-daily-weekly-and-monthly-rotating-backups-of-virtual-machines-using-on-CloudFerro-Cloud.html.md)
|
||||
|
||||
Reference in New Issue
Block a user