Nova-manage fixed list fails to return correct information
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Undecided
|
Tong Li |
Bug Description
after delete a network, then create a network, command "nova-manage fixed list " should return a list with newly created IPs, but currently that command returns with an error message as follows:
"Command failed, please check log for more info"
Here are the steps to reproduce.
$ nova-manage version list
2012.2-dev (2012.2-
devstack install (July 17, 2012).
$nova-manage fixed list
network IP address hostname host
10.0.0.0/24 10.0.0.0 None None
10.0.0.0/24 10.0.0.1 None None
10.0.0.0/24 10.0.0.2 None None
10.0.0.0/24 10.0.0.3 None None
10.0.0.0/24 10.0.0.4 None None
........
$nova-manage network list
id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid
1 10.0.0.0/24 None 10.0.0.2 8.8.4.4 None None None 0440a6eb-
$nova-manage network delete 10.0.0.0/24
$nova-manage fixed list
network IP address hostname host
Command failed, please check log for more info
$ nova-manage network list
id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid
Command failed, please check log for more info
$ nova-manage network create private --fixed_
$ nova-manage network list
id IPv4 IPv6 start address DNS1 DNS2 VlanID project uuid
2 10.0.0.0/24 None 10.0.0.2 8.8.4.4 None None None 94f61850-
this is expected.
$ nova-manage fixed list
nova-manage fixed list
network IP address hostname host
Command failed, please check log for more info
The fixes should be in file nova/bin/
description: | updated |
description: | updated |
Changed in nova: | |
milestone: | none → folsom-3 |
status: | Fix Committed → Fix Released |
Changed in nova: | |
milestone: | folsom-3 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/9966
Review: https:/