diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2020-08-10 15:11:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-10 15:11:23 -0400 |
commit | a6bb375aef93a31395af9ce0985c49ada9fb7139 (patch) | |
tree | b78b74b89ac4818e61fd8becbbe73b540298dbba /tox.ini | |
parent | 6724839371bf89f3f7899d23162de3236bcdd1a9 (diff) | |
download | vyos-cloud-init-a6bb375aef93a31395af9ce0985c49ada9fb7139.tar.gz vyos-cloud-init-a6bb375aef93a31395af9ce0985c49ada9fb7139.zip |
DataSourceOracle: refactor to use only OPC v1 endpoint (#493)
The /opc/v1/ metadata endpoints[0] are universally available in Oracle
Cloud Infrastructure and the OpenStack endpoints are considered
deprecated, so we can refactor the data source to use the OPC endpoints
exclusively. This simplifies the datasource code substantially, and
enables use of OPC-specific attributes in future.
[0] https://docs.cloud.oracle.com/en-us/iaas/Content/Compute/Tasks/gettingmetadata.htm
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -140,3 +140,4 @@ addopts = --strict markers = allow_subp_for: allow subp usage for the given commands (disable_subp_usage) allow_all_subp: allow all subp usage (disable_subp_usage) + ds_sys_cfg: a sys_cfg dict to be used by datasource fixtures |