can not update locations
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
If location-update using below cli then error occured and locations status changed to deleted.
Believe it or not, the file was also deleted.
I want to update only metadata of the location.
glance location-update (v2)
usage: glance --os-image-
Example:
glance --debug --os-image-
Error logs:
Request returned failure status 400.
Traceback (most recent call last):
File "/usr/lib/
args.
File "/usr/lib/
image = gc.images.
File "/usr/lib/
self.
File "/usr/lib/
self.
File "/usr/lib/
return self._request(
File "/usr/lib/
raise exc.from_
HTTPBadRequest: <html>
<head>
<title>400 Bad Request</title>
</head>
<body>
<h1>400 Bad Request</h1>
Invalid location<br /><br />
</body>
</html> (HTTP 400)
<html>
<head>
<title>400 Bad Request</title>
</head>
<body>
<h1>400 Bad Request</h1>
Invalid location<br /><br />
</body>
</html> (HTTP 400)
Changed in glance: | |
assignee: | nobody → Raga lahari (raga-lahari) |
Changed in glance: | |
assignee: | Raga lahari (raga-lahari) → nobody |
I cannot replicate the issue. Would you mind to share your configuration where you saw this behavior?