Jump to: navigation, search

File:TrunkPortApiAfter.png

Revision as of 15:29, 20 January 2016 by Bence.romsics (talk | contribs) (Bence.romsics uploaded a new version of File:TrunkPortApiAfter.png)
Original file(1,208 × 416 pixels, file size: 67 KB, MIME type: image/png)
digraph {

    compound = true
    rankdir = RL
    node [
        shape = plaintext
    ]

    net [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head" >neutron: net</td></tr>
                    <tr><td align="left"   port="id"   >id</td></tr>
                </table>>
    ]

    instance [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"            >nova: instance</td></tr>
                    <tr><td align="left"   port="id"              >id</td></tr>
                    <tr><td align="left"   port="hypervisor_host" >hypervisor_host</td></tr>
                </table>>
    ]

    host [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"      >nova: host</td></tr>
                    <tr><td align="left"   port="host_name" >host_name</td></tr>
                </table>>
    ]

    trunk_port [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"            >neutron: trunk port</td></tr>
                    <tr><td align="left"   port="id"              >id</td></tr>
                    <tr><td align="left"   port="device_owner"    >device_owner = nova:compute</td></tr>
                    <tr><td align="left"   port="device_id"       >device_id</td></tr>
                    <tr><td align="left"   port="binding_host_id" >binding:host_id</td></tr>
                    <tr><td align="left"   port="mac_address"     >mac_address</td></tr>
                </table>>
    ]

    port_subport [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gray" port="head"              >neutron: port (subport)</td></tr>
                    <tr><td align="left"   port="id"                >id</td></tr>
                    <tr><td align="left"   port="network_id"        >network_id</td></tr>
                    <tr><td align="left"   port="device_owner"      >device_owner = network:trunk-port</td></tr>
                    <tr><td align="left"   port="device_id"         >device_id</td></tr>
                    <tr><td align="left"   port="segmentation_type" >trunk-port:segmentation-type</td></tr>
                    <tr><td align="left"   port="segmentation_id"   >trunk-port:segmentation-id</td></tr>
                    <tr><td align="left"   port="binding_host_id"   >b̶i̶n̶d̶i̶n̶g̶:̶h̶o̶s̶t̶_̶i̶d̶</td></tr>
                    <tr><td align="left"   port="mac_address"       >m̶a̶c̶_̶a̶d̶d̶r̶e̶s̶s̶</td></tr>
                </table>>
    ]

    instance:id -> trunk_port:device_id [
        dir = back
    ]

    host:host_name -> trunk_port:binding_host_id [
        dir = back
    ]

    net:id -> port_subport:network_id [
        dir = back
    ]

    trunk_port:id -> port_subport:device_id [
        dir = back
    ]

    host:host_name -> instance:hypervisor_host [
        dir = back
    ]

}

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:29, 20 January 2016Thumbnail for version as of 15:29, 20 January 20161,208 × 416 (67 KB)Bence.romsics (talk | contribs)
07:44, 30 October 2015Thumbnail for version as of 07:44, 30 October 2015963 × 291 (42 KB)Bence.romsics (talk | contribs)
  • You cannot overwrite this file.

There are no pages that link to this file.