Jump to: navigation, search

File:TrunkApiBefore.svg

Original file(SVG file, nominally 695 × 240 pixels, file size: 5 KB)
// dot -Tsvg -oTrunkApiBefore.svg TrunkApiBefore.dot

digraph "Neutron API: Legacy" {

    rankdir = LR
    node [
        shape = plaintext
    ]

    network [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td port="head" bgcolor="gold" >neutron / network</td></tr>
                    <tr><td align="left" port="id"     >id</td></tr>
                    <tr><td align="left" port="rest"   >...</td></tr>
                </table>>
    ]

    server [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td port="head" bgcolor="green"             >nova / server</td></tr>
                    <tr><td align="left" port="id"                  >id</td></tr>
                    <tr><td align="left" port="hypervisor_hostname" >hypervisor_hostname</td></tr>
                    <tr><td align="left" port="rest"                >...</td></tr>
                </table>>
    ]

    hypervisor [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td port="head" bgcolor="green"             >nova / hypervisor</td></tr>
                    <tr><td align="left" port="hypervisor_hostname" >hypervisor_hostname</td></tr>
                    <tr><td align="left" port="rest"                >...</td></tr>
                </table>>
    ]

    port [
        label = <<table border="0" cellborder="1" cellspacing="0">
                    <tr><td bgcolor="gold" port="head"       >neutron / port</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 = nova:compute</td></tr>
                    <tr><td align="left" port="device_id"    >device_id</td></tr>
                    <tr><td align="left" port="rest"         >...</td></tr>
                </table>>
    ]

    port:network_id -> network:id
    port:device_id -> server:id
    server:hypervisor_hostname -> hypervisor:hypervisor_hostname

}

File history

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

Date/TimeThumbnailDimensionsUserComment
current15:05, 22 August 2016Thumbnail for version as of 15:05, 22 August 2016695 × 240 (5 KB)Bence.romsics (talk | contribs)
13:32, 22 August 2016Thumbnail for version as of 13:32, 22 August 2016695 × 240 (5 KB)Bence.romsics (talk | contribs)
  • You cannot overwrite this file.

The following 2 pages link to this file:

Metadata