Merge "Set xenapi_use_agent to "False" instead of false"

This commit is contained in:
Zuul 2019-06-11 16:52:49 +00:00 committed by Gerrit Code Review
commit b22f1cf67f
2 changed files with 8 additions and 1 deletions

View File

@ -22,7 +22,7 @@
"block_storage_api_version": "1",
"disable_vendor_agent": {
"vm_mode": "hvm",
"xenapi_use_agent": false
"xenapi_use_agent": "False"
},
"has_network": false
}

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Updated the Rackspace vendor entry to use `"False"` for the value of
`xenapi_use_agent` instead of `false`, because that's what the remote
side expects. The recent update to use the Resource layer exposed
the incorrect setting causing image uploads to Rackspace to fail.