<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 11/14/2013 11:36 AM, Prashanth
      Prahalad wrote:<br>
    </div>
    <blockquote
cite="mid:CADghgox065_v+2dgPGrzNLbNUM502FebMOttW71Ha-gfJ7GN+w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="" id="yui_3_10_3_1_1384409082967_302"
          style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream
          Vera Sans','DejaVu
          Sans',Tahoma,sans-serif;font-size:12px;line-height:18px;text-align:left">
          <p id="yui_3_10_3_1_1384409082967_300" style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">Hi Folks,<br>
          </p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">I'm trying to
            understand the quantum security model behavior in certain
            cases. I've OVS plugin configured with VLAN isolation.</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">I've a tenant
            project (alt_demo)</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">(admin) >
            keystone tenant-list<br>
            +----------------------------------+----------+---------+<br>
            | id | name | enabled |<br>
            +----------------------------------+----------+---------+<br>
            | c19f9a2d16b74c3c971dbfbc1afdc687 | admin | True |<br>
            | a37209139af44a8a8a2a8e519e3f8478 | alt_demo | True |<br>
            | 70e910a7296d4a19be4b32d5bcaf3996 | services | True |<br>
            +----------------------------------+----------+---------+</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">I've a user
            (alt_demo) who is a 'member' of project alt_demo. (alt_demo
            is not an admin)</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">(admin >
            keystone user-list<br>
+----------------------------------+----------+---------+-------------------+<br>
            | id | name | enabled | email |<br>
+----------------------------------+----------+---------+-------------------+<br>
            | 338a1897720a4be48023a6987c76191d | admin | True | <a
              moz-do-not-send="true" href="mailto:test@test.com">test@test.com</a>
            |<br>
            | c2dc7ac0e8bf4628bc7d3b2fe285793a | alt_demo | True | <a
              moz-do-not-send="true" href="mailto:alt_demo@demo.com">alt_demo@demo.com</a>
            |<br>
            | 94936f26d48e481dadacda322fc51858 | cinder | True |
            cinder@localhost |<br>
            | b7db5ef2f2d849b1a8dfc7f043bf4289 | glance | True |
            glance@localhost |<br>
            | a42b0ca85f914cf88dc6361da5e08a0c | nova | True |
            nova@localhost |<br>
            | 2f0f85cb85f242c7b9c5f620886b9537 | quantum | True |
            quantum@localhost |<br>
+----------------------------------+----------+---------+-------------------+</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">
            As alt_demo, try to create a network</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">(alt_demo) >
            quantum net-create alt-net<br>
            Created a new network:<br>
            +-----------------+--------------------------------------+<br>
            | Field | Value |<br>
            +-----------------+--------------------------------------+<br>
            | admin_state_up | True |<br>
            | id | c1629dac-91dd-424a-bc82-8b97323f5059 |<br>
            | name | alt-net |<br>
            | router:external | False |<br>
            | shared | False |<br>
            | status | ACTIVE |<br>
            | subnets | |<br>
            | tenant_id | a37209139af44a8a8a2a8e519e3f8478 |<br>
            +-----------------+--------------------------------------+</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">
            List the network details for the network which was just
            created</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">(alt_demo) >
            quantum net-show alt-net<br>
            +-----------------+--------------------------------------+<br>
            | Field | Value |<br>
            +-----------------+--------------------------------------+<br>
            | admin_state_up | True |<br>
            | id | c1629dac-91dd-424a-bc82-8b97323f5059 |<br>
            | name | alt-net |<br>
            | router:external | False |<br>
            | shared | False |<br>
            | status | ACTIVE |<br>
            | subnets | |<br>
            | tenant_id | a37209139af44a8a8a2a8e519e3f8478 |<br>
            +-----------------+--------------------------------------+</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">
            Here's what an "admin" user sees :</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">(admin) >
            quantum net-show alt-net<br>
+---------------------------+--------------------------------------+<br>
            | Field | Value |<br>
+---------------------------+--------------------------------------+<br>
            | admin_state_up | True |<br>
            | id | c1629dac-91dd-424a-bc82-8b97323f5059 |<br>
            | name | alt-net |<br>
            | provider:network_type | vlan |<br>
            | provider:physical_network | physnet1 |<br>
            | provider:segmentation_id | 46 |<br>
            | router:external | False |<br>
            | shared | False |<br>
            | status | ACTIVE |<br>
            | subnets | |<br>
            | tenant_id | a37209139af44a8a8a2a8e519e3f8478 |<br>
+---------------------------+--------------------------------------+</p>
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">Now, the
            question I've is the user "alt_demo" cannot see the
            VLAN/provider-network and other details which is very
            confusing (when the user was able to create the network, he
            should be able to see details of the network he just
            created).</p>
        </div>
      </div>
    </blockquote>
    <br>
    Why does the user need to bother about segmentation id and other
    details? It just need to work for him and no need to know how it
    work internally. That may be the reason it's not exposed to him.<br>
    <br>
    <blockquote
cite="mid:CADghgox065_v+2dgPGrzNLbNUM502FebMOttW71Ha-gfJ7GN+w@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div class="" id="yui_3_10_3_1_1384409082967_302"
          style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Ubuntu,'Bitstream
          Vera Sans','DejaVu
          Sans',Tahoma,sans-serif;font-size:12px;line-height:18px;text-align:left">
          <p style="margin:0px 0px
            0.8em;padding:0px;width:auto;max-width:45em">Thanks !<br>
            Prashanth</p>
        </div>
        <div class="" style="margin:0px;padding:1em
          0px;clear:both;border-top-width:1px;border-top-style:solid;border-top-color:rgb(235,235,235);color:rgb(51,51,51);font-family:Ubuntu,'Bitstream
          Vera Sans','DejaVu
          Sans',Tahoma,sans-serif;font-size:12px;line-height:18px;text-align:left">
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
rhos-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rhos-list@redhat.com">rhos-list@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/rhos-list">https://www.redhat.com/mailman/listinfo/rhos-list</a></pre>
    </blockquote>
    <br>
  </body>
</html>