diff options
author | shabs2020 <shabnam.sultana@highstreet-technologies.com> | 2021-12-06 09:35:52 +0100 |
---|---|---|
committer | shabs2020 <shabnam.sultana@highstreet-technologies.com> | 2021-12-09 18:52:48 +0100 |
commit | f3637436673c64344e9fa6828cb907e8d101bf3e (patch) | |
tree | 688c62b19e9d4cc4b66745c5c93d5c34a1149d40 /adapter/acumos/tests/fixtures/config.yaml | |
parent | 505e40be9035ba6c979d5d1ccbff777ead3f2fbe (diff) |
Acumos Adapter updates to support v3 schema1.0.7-adapter-acumos
Enhanced Adapter to support component spec v3 schema of Istanbul release
Additionally corrected config file for no_proxy variable
Issue-ID: DCAEGEN2-2877
Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
Change-Id: Ie6f2decb6afcd1e164fafab6fd943d6b6c8e7cf0
Signed-off-by: shabs2020 <shabnam.sultana@highstreet-technologies.com>
Diffstat (limited to 'adapter/acumos/tests/fixtures/config.yaml')
-rw-r--r-- | adapter/acumos/tests/fixtures/config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/acumos/tests/fixtures/config.yaml b/adapter/acumos/tests/fixtures/config.yaml index 207fe0c..b347258 100644 --- a/adapter/acumos/tests/fixtures/config.yaml +++ b/adapter/acumos/tests/fixtures/config.yaml @@ -7,4 +7,4 @@ certfile: /run/certs/cert.pem dockerregistry: 'dockerregistry' dockeruser: 'dockeruser' dockerpass: 'dockerpass' -port: '90'
\ No newline at end of file +port: '90' |