openstacksdk/openstack/config/defaults.json
Monty Taylor c2b75dc6ea Use retriable_status_codes in image upload
This is supported down at the keystoneauth layer. Use it.

Change-Id: I3dfdc885a1c7989eb17244242c816a0a55aaea4a
2019-02-28 15:10:32 +00:00

16 lines
387 B
JSON

{
"auth_type": "password",
"baremetal_status_code_retries": 5,
"image_status_code_retries": 5,
"disable_vendor_agent": {},
"interface": "public",
"floating_ip_source": "neutron",
"image_api_use_tasks": false,
"image_format": "qcow2",
"message": "",
"network_api_version": "2",
"object_store_api_version": "1",
"secgroup_source": "neutron",
"status": "active"
}