Bug 909809
| Summary: | nova fixed-ip-get and fixed-ip-reserve commands returns 404 error | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ofer Blaut <oblaut> | ||||
| Component: | openstack-nova | Assignee: | Brent Eagles <beagles> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Yaniv Kaul <ykaul> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.0 (Folsom) | CC: | beagles, jkt, ndipanov | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-02-12 17:41:27 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
This is a result of a disparity between python-novaclient and folsom. Folsom's nova does not implement this call, hence the 404. While the 404 could be a bit more informative, strictly speaking this is not a bug. |
Created attachment 695969 [details] nova commands 404 Description of problem: nova fixed-ip-get & nova fixed-ip-reserve returns 404 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. create subnet /24 and launch instance 2. run nova fixed-ip-get on the ip address assigned to that instance 3. run nova fixed-ip-reserve to get ip reserved Actual results: ERROR: n/a (HTTP 404) Expected results: info on the fixed-ip and reserved ip Additional info: