<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
I run nova compute (diablo) on RHEL6. Following the instruction, I
configured the network as following, and it works: <br>
<br>
<span
style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;"
id="internal-source-marker_0.07133790589747357">$>nova-manage
network create ostester 10.0.0.0/24 1 256 --bridge=br0
--bridge_interface=em1<br>
<br>
Now I want to change it to use a new fixed_range, like
10.1.1.0/24, so I delete the network, then redefine it following
the same <br>
command format. But it doesn't work, the instance starts still
with the 10.0.0.X ip, and of course, network doesn't work in the <br>
instances. <br>
<br>
What do I miss here? <br>
<br>
Thanks,<br>
Xin<br>
</span>
</body>
</html>