diff options
| author | Scott Moser <smoser@brickies.net> | 2016-11-15 12:06:58 -0500 |
|---|---|---|
| committer | Scott Moser <smoser@brickies.net> | 2016-11-15 12:06:58 -0500 |
| commit | eb29af61f9388de7a69bf7112193976dd4feb6db (patch) | |
| tree | 0a12d1de1bc6bb5527a3f99d01401df95250c0c7 /doc/sources/cloudstack | |
| parent | 4613bb45dde05cc859a0b4dec6587d80767b47c7 (diff) | |
| parent | 584b8434872322a9f617831742cc6b15977ecfbc (diff) | |
| download | vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.tar.gz vyos-cloud-init-eb29af61f9388de7a69bf7112193976dd4feb6db.zip | |
merge from master at 0.7.8-45-g584b843
Diffstat (limited to 'doc/sources/cloudstack')
| -rw-r--r-- | doc/sources/cloudstack/README.rst | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/doc/sources/cloudstack/README.rst b/doc/sources/cloudstack/README.rst deleted file mode 100644 index eba1cd7e..00000000 --- a/doc/sources/cloudstack/README.rst +++ /dev/null @@ -1,29 +0,0 @@ -`Apache CloudStack`_ expose user-data, meta-data, user password and account -sshkey thru the Virtual-Router. For more details on meta-data and user-data, -refer the `CloudStack Administrator Guide`_. - -URLs to access user-data and meta-data from the Virtual Machine. Here 10.1.1.1 -is the Virtual Router IP: - -.. code:: bash - - http://10.1.1.1/latest/user-data - http://10.1.1.1/latest/meta-data - http://10.1.1.1/latest/meta-data/{metadata type} - -Configuration -~~~~~~~~~~~~~ - -Apache CloudStack datasource can be configured as follows: - -.. code:: yaml - - datasource: - CloudStack: {} - None: {} - datasource_list: - - CloudStack - - -.. _Apache CloudStack: http://cloudstack.apache.org/ -.. _CloudStack Administrator Guide: http://docs.cloudstack.apache.org/projects/cloudstack-administration/en/latest/virtual_machines.html#user-data-and-meta-data
\ No newline at end of file |
