summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-08-10 15:11:23 -0400
committerGitHub <noreply@github.com>2020-08-10 15:11:23 -0400
commita6bb375aef93a31395af9ce0985c49ada9fb7139 (patch)
treeb78b74b89ac4818e61fd8becbbe73b540298dbba /tox.ini
parent6724839371bf89f3f7899d23162de3236bcdd1a9 (diff)
downloadvyos-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.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3fd96702..6c4b2e81 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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