Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

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-novaAssignee: 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:
Description Flags
nova commands 404 none

Description Ofer Blaut 2013-02-11 07:19:52 UTC
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:

Comment 2 Brent Eagles 2013-02-11 20:52:59 UTC
This is a result of a disparity between python-novaclient and folsom. Folsom's nova does not implement this call, hence the 404.

Comment 3 Brent Eagles 2013-02-12 17:41:27 UTC
While the 404 could be a bit more informative, strictly speaking this is not a bug.