mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-09 10:41:31 -07:00
Merge pull request #14896 from resmo/docsite/cloudstack-vpc
docsite, cloudstack: inform limited VPC support
This commit is contained in:
commit
33f96edcd0
1 changed files with 6 additions and 2 deletions
|
@ -23,6 +23,10 @@ You'll need this Python module installed on the execution host, usually your wor
|
||||||
|
|
||||||
.. note:: cs also includes a command line interface for ad-hoc interaction with the CloudStack API e.g. ``$ cs listVirtualMachines state=Running``.
|
.. note:: cs also includes a command line interface for ad-hoc interaction with the CloudStack API e.g. ``$ cs listVirtualMachines state=Running``.
|
||||||
|
|
||||||
|
Limitations and Known Issues
|
||||||
|
````````````````````````````
|
||||||
|
VPC support is not yet fully implemented and tested. The community is working on the VPC integration.
|
||||||
|
|
||||||
Credentials File
|
Credentials File
|
||||||
````````````````
|
````````````````
|
||||||
You can pass credentials and the endpoint of your cloud as module arguments, however in most cases it is a far less work to store your credentials in the cloudstack.ini file.
|
You can pass credentials and the endpoint of your cloud as module arguments, however in most cases it is a far less work to store your credentials in the cloudstack.ini file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue