<div dir="ltr">That is probably exactly what I needed to know, thank you.<div><br></div><div>I'll check when I get back home this evening.</div><div><br></div><div>G</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Mon, Apr 21, 2014 at 7:28 AM, Ian Y. Choi <span dir="ltr"><<a href="mailto:ian@naimnetworks.com" target="_blank">ian@naimnetworks.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Hello,<br>
      <br>
      It should work if you remove FIXED_RANGE option, but... it might
      not be a good answer for your situation.<br>
      <br>
      Just based on my experience, the default gateway in Neutron is
      10.0.0.1.<br>
      This is why you see this error: "10.0.0.1 is not a valid IP for
      the defined subnet.".<br>
      <br>
      You need to set NETWORK_GATEWAY option on your localrc or
      local.conf to specify the gateway address in Neutron.<br>
      I think this is a bug in Neutron.<br>
      <br>
      <br>
      Best Regards,<br>
      <br>
      /Ian<br>
      <br>
      <a href="mailto:lucas.gary@gmail.com" target="_blank">lucas.gary@gmail.com</a> wrote, on 4/21/2014 10:55 PM:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">
        <div>
          <div>Thank you for the suggestion, however after running that
            I am still getting:<br>
            <br>
            2014-04-21 06:29:06.994 | Invalid input for operation: IP
            address 10.0.0.1 is not a valid IP for the defined subnet.<br>
            2014-04-21 06:29:07.011 | + exit_trap<br>
            gary@supermicro:~/stack/devstack$ 2014-04-21 06:29:07.013 |
            + local r=1<br>
            2014-04-21 06:29:07.016 | ++ jobs -p<br>
            2014-04-21 06:29:07.018 | + jobs=<br>
            2014-04-21 06:29:07.020 | + [[ -n '' ]]<br>
            2014-04-21 06:29:07.023 | + exit 1<br>
            <br>
          </div>
          Which is weird, not sure where it's getting the ip 10.0.0.1
          from<br>
          <br>
        </div>
        G<br>
      </div>
      <div class="gmail_extra"><br>
        <br>
        <div class="gmail_quote">On Mon, Apr 21, 2014 at 12:06 AM,
          ifzing <span dir="ltr"><<a href="mailto:ifzing@126.com" target="_blank">ifzing@126.com</a>></span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi lucas,
            <br>
            Maybe you can execute "./clean.sh" & "./unstack.sh", and
            try again.<br>
            <br>
            -------------<br>
            Regards.<br>
            Joe.
            <div>
              <div><br>
                <br>
                At 2014-04-21 13:46:23,"<a href="mailto:lucas.gary@gmail.com" target="_blank">lucas.gary@gmail.com</a>" <<a href="mailto:lucas.gary@gmail.com" target="_blank">lucas.gary@gmail.com</a>>
                wrote:<br>
                <blockquote style="PADDING-LEFT:1ex;MARGIN:0px 0px 0px 0.8ex;BORDER-LEFT:#ccc 1px solid">
                  <div dir="ltr"><br>
                    <div class="gmail_quote">
                      I've spent a good chunk of the weekend trying to
                      get a devstack with<br>
                      neutron config going and I'm having issues on
                      neutron.<br>
                      <br>
                      Can anyone tell me where i'm going wrong here?<br>
                      <br>
                      starting from here:<br>
                      <br>
                      git status:<br>
                      HEAD is now at ea548cd... open stable/icehouse<br>
                      <br>
                      <br>
                      local.conf<br>
                      <br>
                      [[local|localrc]]<br>
                      <br>
                      <br>
                      ADMIN_PASSWORD=devstackpass<br>
                      MYSQL_PASSWORD=$ADMIN_PASSWORD<br>
                      RABBIT_PASSWORD=$ADMIN_PASSWORD<br>
                      SERVICE_PASSWORD=$ADMIN_PASSWORD<br>
                      SERVICE_TOKEN=$ADMIN_PASSWORD<br>
                      <br>
                      disable_service n-net<br>
                      enable_service q-svc<br>
                      enable_service q-agt<br>
                      enable_service q-dhcp<br>
                      enable_service q-l3<br>
                      enable_service q-meta<br>
                      enable_service neutron<br>
                      <br>
                      # Optional, to enable tempest configuration as
                      part of devstack<br>
                      enable_service tempest<br>
                      <br>
                      LOGFILE=$DEST/logs/stack.sh.log<br>
                      LOGDAYS=2<br>
                      <br>
                      SWIFT_HASH=66a3d6b56c1f479c8b4e70ab5c2000f5<br>
                      <br>
                      SWIFT_REPLICAS=1<br>
                      SWIFT_DATA_DIR=$DEST/data<br>
                      <br>
                      HOST_IP=192.168.1.30<br>
                      FLOATING_RANGE=<a href="http://192.168.1.224/27" target="_blank">192.168.1.224/27</a><br>
                      FIXED_RANGE=<a href="http://172.24.17.0/24" target="_blank">172.24.17.0/24</a><br>
                      FIXED_NETWORK_SIZE=256<br>
                      FLAT_INTERFACE=eth0<br>
                      <br>
                      and the (excerpt) error I'm seeing on setup is
                      this:<br>
                      <br>
                      >>><br>
                      <br>
                      2014-04-20 22:07:38.490 | + die_if_not_set 406
                      ROUTER_ID 'Failure<br>
                      creating ROUTER_ID for
                      17609bef9b964df39cdb1bae3729b3be router1'<br>
                      2014-04-20 22:07:38.492 | + local exitcode=0<br>
                      2014-04-20 22:07:38.494 | + neutron
                      router-interface-add<br>
                      3c3368d6-7cda-4aa1-8a73-996245ac8db1<br>
                      ab59998a-a472-4fe7-95ec-759b613493b2<br>
                      2014-04-20 22:07:38.985 | Invalid input for
                      operation: IP address<br>
                      10.0.0.1 is not a valid IP for the defined subnet.<br>
                      2014-04-20 22:07:39.002 | + exit_trap<br>
                      gary@supermicro:~/stack/devstack$ 2014-04-20
                      22:07:39.004 | + local r=1<br>
                      2014-04-20 22:07:39.007 | ++ jobs -p<br>
                      2014-04-20 22:07:39.009 | + jobs=<br>
                      2014-04-20 22:07:39.011 | + [[ -n '' ]]<br>
                      2014-04-20 22:07:39.014 | + exit 1<br>
                      <br>
                      full output can be provided via tinypaste if
                      needed<br>
                    </div>
                    <a href="http://tny.cz/67870e84" target="_blank">http://tny.cz/67870e84</a><br>
                  </div>
                </blockquote>
              </div>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><span class="HOEnZb"><font color="#888888">
</font></span></pre><span class="HOEnZb"><font color="#888888">
    </font></span></blockquote><span class="HOEnZb"><font color="#888888">
    <br>
    <br>
    <div>-- <br>
      <font style="font-family:Calibri,sans-serif;font-size:13px" color="1F497D">
        Ian Y. Choi (최영락)<br>
        Manager, SDN Technology Team<br>
        <b>N<font color="#C00000">A</font>IM Networks</b>, Korea<br>
        E-mail: <a href="mailto:ian@naimnetworks.com" target="_blank">ian@naimnetworks.com</a><br>
        <br>
      </font></div>
  </font></span></div>

</blockquote></div><br></div>