Skip to content

Commit

Permalink
Add missing parameters to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cofob committed May 17, 2024
1 parent 495bb76 commit b31c3a7
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions doc/rtd/reference/datasources/aeza.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,33 @@ Aeza's datasource can be configured as follows: ::
metadata_url: "http://77.221.156.49/v1/cloudinit/{id}/meta-data"
userdata_url: "http://77.221.156.49/v1/cloudinit/{id}/user-data"
vendordata_url: "http://77.221.156.49/v1/cloudinit/{id}/vendor-data"
retries: 60
timeout: 2
wait_retry: 2

* ``metadata_url``

Specifies the URL to retrieve the VPS meta-data.
Specifies the URL to retrieve the VPS meta-data. (optional)

* ``userdata_url``

Specifies the URL to retrieve the user-data.
Specifies the URL to retrieve the user-data. (optional)

* ``vendordata_url``

Specifies the URL to retrieve the vendor-data.
Specifies the URL to retrieve the vendor-data. (optional)

* ``retries``

The number of times the data retrieval operation should be retried in case of failures. (optional)

* ``timeout``

The maximum number of seconds to wait for a response from the server for each attempt. (optional)

* ``wait_retry``

The number of seconds to wait between retries. (optional)

.. note::
``{id}`` in URLs is system-uuid DMI value.
Expand Down

0 comments on commit b31c3a7

Please sign in to comment.