Skip to content
Snippets Groups Projects
Commit 82ec5812 authored by sguazt's avatar sguazt
Browse files

Updated doc

parent f0c42df1
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,12 @@ With EasyCloud, a user can:
Each cloud platform provides the credentials to enable the user to interact with the platform services. You need to fill up these credentials into the
specific configuration of the cloud platform you want to use. The configuration files are located in modules/*platform*/settings.cfg
where platform is one the following options: *aws\_libcloud* for AWS, *gcp_libcloud* for GCP, *chameleon\_libcloud* for OpenStack provided by Chameleon project
and *openstack\_libcloud* for the vanilla OpenStack cloud platform. Each setting file has some mandatory settings and some optional setting as exaplained
below.
where *platform* is one the following options:
* *aws\_libcloud* for AWS or *aws\_awssdk* for AWS (via Apache Libcloud or platform native API, respectively),
* *chameleon\_libcloud* or *chameleon\_openstacksdk* for Chameleon Cloud (via Apache Libcloud or platform native API, respectively),
* *gcp_libcloud* for GCP or *gcp_googleapi* for Google Cloud Platform (via Apache Libcloud or platform native API, respectively),
* *openstack\_libcloud* or *openstack\_openstacksdk* for the vanilla OpenStack (via Apache Libcloud or platform native API, respectively).
Each setting file has some mandatory settings and some optional setting as exaplained below.
* **[Mandatory settings]**
* **[Amazon Web Services]**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment