Add capability to detach root device volume of an instance, when in shutoff state
Bug #1396965 reported by
swapnil
This bug affects 50 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Compute (nova) |
Confirmed
|
Wishlist
|
Unassigned | ||
Bug Description
Currently we cannot detach root device volume, even if instance is in shutoff state. Following error comes,
+++
ERROR (Forbidden): Can't detach root device volume (HTTP 403) (Request-ID: req-57159c1c-
+++
When instance is in shutoff this task should be allowed.
| Changed in nova: | |
| assignee: | nobody → swapnil (swap-kamble) |
| Changed in nova: | |
| importance: | Undecided → Wishlist |
| status: | New → Opinion |
| Changed in nova: | |
| status: | Opinion → Confirmed |
To post a comment you must log in.

not sure we can, the forbidden is added by https:/ /bugs.launchpad .net/nova/ +bug/1279300