<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>
      <meta http-equiv="content-type" content="text/html; charset=utf-8">
    </p>
    <div class="idw-label pim-mailread-mailcontent"
      data-dojo-type="dwa.widget.label"
      data-dojo-attach-point="bodyContent" data-dojo-props="formatter:
      socmail.common.BodyHtmlFormatter, constraints: {
      inlineAttachments: this.model.inlineAttachments }, rawHtml: true"
      id="dwa_widget_label_44" widgetid="dwa_widget_label_44">
      <div dir="ltr" style="font-family:Arial, Helvetica,
        sans-serif;font-size:10.5pt">
        <div dir="ltr">Greetings,</div>
        <div dir="ltr"> </div>
        <div dir="ltr">I've been attempting to get a working devstack
          configuration for a few days no, and have been running into
          issues with networking. Specifically, after creating a local
          server, I've been unable to connect to it using a public
          interface from the same machine. Here are the steps I've
          attempted thus far:</div>
        <div dir="ltr"> </div>
        <ul dir="ltr">
          <li>Run devstack via stack.sh, with passwords correctly
            initialized
            <ul>
              <li>Note: upon completion, there are two 'default'
                security group entries listed when running 'openstack
                security group list'.</li>
            </ul>
          </li>
          <li>On both security groups, rules were created in an attempt
            to allow ssh and ping
            <ul>
              <li>openstack security group rule create
                $secgroup_uuid --protocol tcp --dst-port 22 --remote-ip
                0.0.0.0/0</li>
              <li>openstack security group rule create
                $secgroup_uuid --protocol udp --dst-port 22 --remote-ip
                0.0.0.0/0</li>
              <li>openstack security group rule create $secgroup_uuid
                --protocol icmp --dst-port -1 --remote-ip 0.0.0.0/0</li>
            </ul>
          </li>
          <li>We then launch an instance
            <ul>
              <li>openstack server create --image
                cirros-0.3.4-x86_64-uec --flavor m1.medium test</li>
            </ul>
          </li>
          <li>
            <div>This instance seems to launch fully. It has an address
              from the network named 'public'.</div>
            <ul>
              <li>
                <div>However, according to the logs, as it's coming up,
                  DHCP seems to fail!</div>
              </li>
              <li>
                <div>I have also tried with Ubuntu, rather than cirros,
                  to check for image corruption.</div>
              </li>
            </ul>
          </li>
        </ul>
        <div dir="ltr">As a result, I'm unable to ping or ssh into the
          instance. Any thoughts or helpful comments?</div>
        <div dir="ltr"> </div>
        <div dir="ltr">Thanks,</div>
        <div dir="ltr">Adam Kimball</div>
      </div>
    </div>
  </body>
</html>