diff options
author | Steve Baker <sbaker@redhat.com> | 2020-06-18 10:48:23 +1200 |
---|---|---|
committer | Steve Baker <sbaker@redhat.com> | 2020-06-19 13:36:45 +1200 |
commit | da49cf69deb68aac49467d4054f56855c201f5db (patch) | |
tree | ead52845666c02a56470abf4ecd8e4b8f08e8204 /zuul.d | |
parent | 350d84ed41d52d7db8d1fdaee9a267e82a4e6073 (diff) | |
download | ironic-da49cf69deb68aac49467d4054f56855c201f5db.tar.gz |
ironic-standalone, use http basic auth for json-rpc
This change achieves functional test coverage for using http_basic
auth for json-rpc requests.
Since json-rpc is aimed at standalone environments, using http_basic
instead of keystone auth for internal requests is a more realistic
test scenario.
For now, ironic-standalone-redfish is left with the inherited keystone
auth strategy.
Change-Id: I993741684eaa8f237ffb20535da7167bc589e72c
Story: 2007656
Task: 39827
Diffstat (limited to 'zuul.d')
-rw-r--r-- | zuul.d/ironic-jobs.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zuul.d/ironic-jobs.yaml b/zuul.d/ironic-jobs.yaml index 60a3e8375..27f6c5320 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -116,6 +116,7 @@ IRONIC_DEFAULT_RESCUE_INTERFACE: agent IRONIC_ENABLED_DEPLOY_INTERFACES: "iscsi,direct" IRONIC_ENABLED_RESCUE_INTERFACES: "fake,agent,no-rescue" + IRONIC_JSON_RPC_AUTH_STRATEGY: 'http_basic' IRONIC_RAMDISK_TYPE: tinyipa IRONIC_RPC_TRANSPORT: json-rpc IRONIC_VM_SPECS_RAM: 384 |