diff options
author | Zuul <zuul@review.opendev.org> | 2020-07-02 12:12:30 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-07-02 12:12:30 +0000 |
commit | ab358e0b103a36248b4776fba4c362fada7706f9 (patch) | |
tree | f925685f2f9e5a9382447e17afc752694b4e900f /zuul.d | |
parent | e9549121d52985c7da3dfe33ecb3e205d81ccdc1 (diff) | |
parent | da49cf69deb68aac49467d4054f56855c201f5db (diff) | |
download | ironic-ab358e0b103a36248b4776fba4c362fada7706f9.tar.gz |
Merge "ironic-standalone, use http basic auth for json-rpc"
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 338d7f83b..39f88a8c0 100644 --- a/zuul.d/ironic-jobs.yaml +++ b/zuul.d/ironic-jobs.yaml @@ -117,6 +117,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 |