From 44cb396733a67bf7e21a8649ad400a577fcf5413 Mon Sep 17 00:00:00 2001 From: annegentle Date: Thu, 29 Sep 2011 22:30:35 -0500 Subject: [PATCH] Adds API documents for the Quantum network connectivity service Change-Id: I7c2650b91c091845e8b6367823838e0e966625b7 --- .gitignore | 2 + README.rst | 9 + doc/pom.xml | 135 + doc/src/docbkx/quantum-api-1.0/common.ent | 112 + .../quantum-api-1.0/figures/Arrow_east.png | Bin 0 -> 433 bytes .../quantum-api-1.0/figures/Arrow_east.svg | 70 + .../figures/Check_mark_23x20_02.png | Bin 0 -> 651 bytes .../figures/Check_mark_23x20_02.svg | 60 + .../docbkx/quantum-api-1.0/js/shjs/sh_java.js | 337 ++ .../quantum-api-1.0/js/shjs/sh_javascript.js | 347 ++ .../docbkx/quantum-api-1.0/js/shjs/sh_main.js | 538 ++ .../docbkx/quantum-api-1.0/js/shjs/sh_xml.js | 115 + .../js/trc/schema/controller.js | 184 + .../js/trc/schema/layoutManager.js | 137 + .../js/trc/schema/sampleManager.js | 342 ++ doc/src/docbkx/quantum-api-1.0/js/trc/util.js | 564 ++ .../quantum-api-1.0/quantum-api-guide.xml | 2011 +++++++ .../samples/att-get-res-none.json | 3 + .../samples/att-get-res-none.xml | 1 + .../quantum-api-1.0/samples/att-get-res.json | 6 + .../quantum-api-1.0/samples/att-get-res.xml | 1 + .../quantum-api-1.0/samples/att-put-req.json | 6 + .../quantum-api-1.0/samples/att-put-req.xml | 2 + .../quantum-api-1.0/samples/extensions.json | 19 + .../quantum-api-1.0/samples/extensions.xml | 21 + .../docbkx/quantum-api-1.0/samples/fault.json | 7 + .../docbkx/quantum-api-1.0/samples/fault.xml | 8 + .../samples/network-get-detail-res.json | 22 + .../samples/network-get-detail-res.xml | 14 + .../samples/network-get-res.json | 7 + .../samples/network-get-res.xml | 3 + .../samples/network-post-req.json | 6 + .../samples/network-post-req.xml | 2 + .../samples/network-post-res.json | 6 + .../samples/network-post-res.xml | 2 + .../samples/networks-get-detail-res.json | 13 + .../samples/networks-get-detail-res.xml | 8 + .../samples/networks-get-res.json | 11 + .../samples/networks-get-res.xml | 4 + .../samples/networks-post-req.json | 5 + .../samples/networks-post-req.xml | 2 + .../samples/networks-post-res.json | 5 + .../samples/networks-post-res.xml | 2 + .../quantum-api-1.0/samples/notfound.json | 7 + .../quantum-api-1.0/samples/notfound.xml | 7 + .../samples/notimplemented.json | 7 + .../samples/notimplemented.xml | 5 + .../samples/port-get-detail-res.json | 12 + .../samples/port-get-detail-res.xml | 6 + .../quantum-api-1.0/samples/port-get-res.json | 8 + .../quantum-api-1.0/samples/port-get-res.xml | 3 + .../samples/port-post-req.json | 6 + .../quantum-api-1.0/samples/port-post-req.xml | 2 + .../samples/port-post-res.json | 6 + .../quantum-api-1.0/samples/port-post-res.xml | 2 + .../samples/ports-get-detail-res.json | 12 + .../samples/ports-get-detail-res.xml | 8 + .../samples/ports-get-res.json | 11 + .../quantum-api-1.0/samples/ports-get-res.xml | 6 + .../quantum-api-1.0/samples/private.json | 9 + .../quantum-api-1.0/samples/private.xml | 6 + .../quantum-api-1.0/samples/public.json | 11 + .../docbkx/quantum-api-1.0/samples/public.xml | 8 + .../quantum-api-1.0/samples/versions-atom.xml | 22 + .../quantum-api-1.0/samples/versions.json | 24 + .../quantum-api-1.0/samples/versions.xml | 12 + .../docbkx/quantum-api-1.0/style/schema.css | 82 + .../quantum-api-1.0/style/shjs/sh_acid.css | 151 + .../style/shjs/sh_darkblue.css | 151 + .../quantum-api-1.0/style/shjs/sh_emacs.css | 139 + .../quantum-api-1.0/style/shjs/sh_night.css | 151 + .../quantum-api-1.0/style/shjs/sh_pablo.css | 151 + .../quantum-api-1.0/style/shjs/sh_print.css | 145 + .../quantum-api-1.0/style/shjs/sh_style.css | 66 + .../style/shjs/sh_whitengrey.css | 139 + doc/src/docbkx/quantum-api-1.0/xsd/.htaccess | 6 + .../docbkx/quantum-api-1.0/xsd/actions.xsd | 439 ++ .../quantum-api-1.0/xsd/affinity-id.xjb | 11 + .../quantum-api-1.0/xsd/affinity-id.xsd | 39 + .../docbkx/quantum-api-1.0/xsd/api-common.xjb | 11 + .../docbkx/quantum-api-1.0/xsd/api-common.xsd | 66 + doc/src/docbkx/quantum-api-1.0/xsd/api.xjb | 21 + doc/src/docbkx/quantum-api-1.0/xsd/api.xsd | 103 + doc/src/docbkx/quantum-api-1.0/xsd/atom.xjb | 11 + .../docbkx/quantum-api-1.0/xsd/atom/atom.xsd | 105 + .../docbkx/quantum-api-1.0/xsd/atom/xml.xsd | 294 + doc/src/docbkx/quantum-api-1.0/xsd/backup.xsd | 378 ++ doc/src/docbkx/quantum-api-1.0/xsd/common.xsd | 156 + .../quantum-api-1.0/xsd/ext/rax-dme/api.xsd | 38 + .../xsd/ext/rax-dme/rax-dme.xsd | 25 + .../docbkx/quantum-api-1.0/xsd/extensions.xsd | 203 + doc/src/docbkx/quantum-api-1.0/xsd/faults.xsd | 532 ++ doc/src/docbkx/quantum-api-1.0/xsd/flavor.xsd | 244 + doc/src/docbkx/quantum-api-1.0/xsd/image.xsd | 443 ++ .../docbkx/quantum-api-1.0/xsd/ipgroup.xsd | 245 + doc/src/docbkx/quantum-api-1.0/xsd/limits.xsd | 315 + .../docbkx/quantum-api-1.0/xsd/metadata.xsd | 89 + doc/src/docbkx/quantum-api-1.0/xsd/server.xsd | 1013 ++++ .../docbkx/quantum-api-1.0/xsd/shareip.xjb | 11 + .../docbkx/quantum-api-1.0/xsd/shareip.xsd | 83 + .../docbkx/quantum-api-1.0/xsd/txt.htaccess | 4 + .../docbkx/quantum-api-1.0/xsd/version.xsd | 355 ++ .../docbkx/quantum-api-1.0/xslt/schema.xsl | 1342 +++++ .../CartoGothic-Std/CartoGothicStd-Bold.ttf | Bin 0 -> 56648 bytes .../CartoGothicStd-BoldItalic.ttf | Bin 0 -> 60188 bytes .../CartoGothic-Std/CartoGothicStd-Book.ttf | Bin 0 -> 56692 bytes .../CartoGothic-Std/CartoGothicStd-Italic.ttf | Bin 0 -> 60440 bytes .../CartoGothic-Std/FontSite License.txt | 21 + doc/target/docbkx/fonts/fontconfig.st | 35 + doc/target/docbkx/images/callouts/1.svg | 15 + doc/target/docbkx/images/callouts/10.svg | 18 + doc/target/docbkx/images/callouts/11.svg | 16 + doc/target/docbkx/images/callouts/12.svg | 18 + doc/target/docbkx/images/callouts/13.svg | 20 + doc/target/docbkx/images/callouts/14.svg | 17 + doc/target/docbkx/images/callouts/15.svg | 19 + doc/target/docbkx/images/callouts/16.svg | 20 + doc/target/docbkx/images/callouts/17.svg | 17 + doc/target/docbkx/images/callouts/18.svg | 21 + doc/target/docbkx/images/callouts/19.svg | 20 + doc/target/docbkx/images/callouts/2.svg | 17 + doc/target/docbkx/images/callouts/20.svg | 20 + doc/target/docbkx/images/callouts/21.svg | 18 + doc/target/docbkx/images/callouts/22.svg | 20 + doc/target/docbkx/images/callouts/23.svg | 22 + doc/target/docbkx/images/callouts/24.svg | 19 + doc/target/docbkx/images/callouts/25.svg | 21 + doc/target/docbkx/images/callouts/26.svg | 22 + doc/target/docbkx/images/callouts/27.svg | 19 + doc/target/docbkx/images/callouts/28.svg | 23 + doc/target/docbkx/images/callouts/29.svg | 22 + doc/target/docbkx/images/callouts/3.svg | 19 + doc/target/docbkx/images/callouts/30.svg | 22 + doc/target/docbkx/images/callouts/4.svg | 16 + doc/target/docbkx/images/callouts/5.svg | 18 + doc/target/docbkx/images/callouts/6.svg | 19 + doc/target/docbkx/images/callouts/7.svg | 16 + doc/target/docbkx/images/callouts/8.svg | 20 + doc/target/docbkx/images/callouts/9.svg | 19 + doc/target/docbkx/images/caution.svg | 79 + doc/target/docbkx/images/cc/by-nc-nd.svg | 243 + doc/target/docbkx/images/cc/by-nc-sa.svg | 202 + doc/target/docbkx/images/cc/by-nc.svg | 190 + doc/target/docbkx/images/cc/by-nd.svg | 203 + doc/target/docbkx/images/cc/by-sa.svg | 199 + doc/target/docbkx/images/cc/by.svg | 155 + doc/target/docbkx/images/cloud/cover.svg | 1650 ++++++ .../docbkx/images/cloud/openstack-cover.st | 5262 +++++++++++++++++ .../docbkx/images/cloud/rackspace-cover.st | 5147 ++++++++++++++++ doc/target/docbkx/images/home.svg | 26 + doc/target/docbkx/images/important.svg | 79 + doc/target/docbkx/images/next.svg | 19 + doc/target/docbkx/images/note.svg | 108 + doc/target/docbkx/images/prev.svg | 19 + doc/target/docbkx/images/tip.svg | 115 + doc/target/docbkx/images/up.svg | 19 + doc/target/docbkx/images/warning.svg | 75 + .../pdf/quantum-api-1.0/quantum-api-guide.fo | 1465 +++++ .../quantum-api-1.0/common/comments.js | 7 + .../quantum-api-1.0/common/css/ie.css | 13 + .../common/css/positioning-openstack.css | 312 + .../common/css/positioning-rackspace.css | 380 ++ .../common/css/positioning.css | 312 + .../developer/quantum-api-1.0/common/ga.js | 18 + .../common/images/Arrow_east.png | Bin 0 -> 212 bytes .../common/images/Check_mark_23x20_02.png | Bin 0 -> 651 bytes .../common/images/admon/caution.png | Bin 0 -> 2958 bytes .../common/images/admon/important.png | Bin 0 -> 2960 bytes .../common/images/admon/note.png | Bin 0 -> 2414 bytes .../common/images/admon/tip.png | Bin 0 -> 3062 bytes .../common/images/admon/warning.png | Bin 0 -> 1926 bytes .../common/images/book_open.png | Bin 0 -> 1211 bytes .../common/images/breadcrumb-arrow-white.png | Bin 0 -> 246 bytes .../common/images/breadcrumb-arrow.png | Bin 0 -> 172 bytes .../common/images/callouts/1.png | Bin 0 -> 396 bytes .../common/images/callouts/10.png | Bin 0 -> 524 bytes .../common/images/callouts/11.png | Bin 0 -> 397 bytes .../common/images/callouts/12.png | Bin 0 -> 517 bytes .../common/images/callouts/13.png | Bin 0 -> 520 bytes .../common/images/callouts/14.png | Bin 0 -> 474 bytes .../common/images/callouts/15.png | Bin 0 -> 522 bytes .../common/images/callouts/16.png | Bin 0 -> 539 bytes .../common/images/callouts/17.png | Bin 0 -> 475 bytes .../common/images/callouts/18.png | Bin 0 -> 542 bytes .../common/images/callouts/19.png | Bin 0 -> 539 bytes .../common/images/callouts/2.png | Bin 0 -> 475 bytes .../common/images/callouts/20.png | Bin 0 -> 588 bytes .../common/images/callouts/21.png | Bin 0 -> 517 bytes .../common/images/callouts/22.png | Bin 0 -> 503 bytes .../common/images/callouts/23.png | Bin 0 -> 589 bytes .../common/images/callouts/24.png | Bin 0 -> 542 bytes .../common/images/callouts/25.png | Bin 0 -> 564 bytes .../common/images/callouts/26.png | Bin 0 -> 596 bytes .../common/images/callouts/27.png | Bin 0 -> 547 bytes .../common/images/callouts/28.png | Bin 0 -> 594 bytes .../common/images/callouts/29.png | Bin 0 -> 594 bytes .../common/images/callouts/3.png | Bin 0 -> 506 bytes .../common/images/callouts/30.png | Bin 0 -> 597 bytes .../common/images/callouts/4.png | Bin 0 -> 425 bytes .../common/images/callouts/5.png | Bin 0 -> 490 bytes .../common/images/callouts/6.png | Bin 0 -> 526 bytes .../common/images/callouts/7.png | Bin 0 -> 437 bytes .../common/images/callouts/8.png | Bin 0 -> 509 bytes .../common/images/callouts/9.png | Bin 0 -> 537 bytes .../common/images/cc/by-nc-nd.png | Bin 0 -> 7424 bytes .../common/images/cc/by-nc-sa.png | Bin 0 -> 7636 bytes .../common/images/cc/by-nc.png | Bin 0 -> 6520 bytes .../common/images/cc/by-nd.png | Bin 0 -> 6203 bytes .../common/images/cc/by-sa.png | Bin 0 -> 6519 bytes .../quantum-api-1.0/common/images/cc/by.png | Bin 0 -> 5088 bytes .../common/images/favicon-openstack.ico | Bin 0 -> 1150 bytes .../common/images/favicon-rackspace.ico | Bin 0 -> 806 bytes .../common/images/header-bg.gif | Bin 0 -> 619 bytes .../common/images/highlight-blue.gif | Bin 0 -> 471 bytes .../common/images/highlight-yellow.gif | Bin 0 -> 331 bytes .../common/images/highlighter.png | Bin 0 -> 598 bytes .../quantum-api-1.0/common/images/loading.gif | Bin 0 -> 729 bytes .../quantum-api-1.0/common/images/logo.png | Bin 0 -> 35061 bytes .../common/images/main_bg_fade.png | Bin 0 -> 28710 bytes .../common/images/next-arrow.png | Bin 0 -> 199 bytes .../common/images/openstack-logo.png | Bin 0 -> 3666 bytes .../common/images/page_white_text.png | Bin 0 -> 406 bytes .../quantum-api-1.0/common/images/pdf.png | Bin 0 -> 3271 bytes .../common/images/previous-arrow.png | Bin 0 -> 198 bytes .../common/images/rackspace-logo.png | Bin 0 -> 2846 bytes .../common/images/search-icon.png | Bin 0 -> 278 bytes .../common/images/showHideTreeIcons.png | Bin 0 -> 726 bytes .../quantum-api-1.0/common/images/sidebar.png | Bin 0 -> 177 bytes .../common/images/toc-icon.png | Bin 0 -> 169 bytes .../common/jquery/jquery-1.4.2.min.js | 154 + .../jquery/jquery-ui-1.8.2.custom.min.js | 321 + .../common/jquery/jquery.cookie.js | 93 + .../images/ui-anim_basic_16x16.gif | Bin 0 -> 1553 bytes .../images/ui-bg_flat_0_aaaaaa_40x100.png | Bin 0 -> 180 bytes .../images/ui-bg_flat_55_fbec88_40x100.png | Bin 0 -> 182 bytes .../images/ui-bg_glass_75_d0e5f5_1x400.png | Bin 0 -> 162 bytes .../images/ui-bg_glass_85_dfeffc_1x400.png | Bin 0 -> 123 bytes .../images/ui-bg_glass_95_fef1ec_1x400.png | Bin 0 -> 119 bytes .../ui-bg_gloss-wave_55_5c9ccc_500x100.png | Bin 0 -> 3457 bytes .../ui-bg_inset-hard_100_f5f8f9_1x100.png | Bin 0 -> 104 bytes .../ui-bg_inset-hard_100_fcfdfd_1x100.png | Bin 0 -> 88 bytes .../images/ui-icons_217bc0_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_2e83ff_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_469bdd_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_6da8d5_256x240.png | Bin 0 -> 5355 bytes .../images/ui-icons_cd0a0a_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_d8e7f3_256x240.png | Bin 0 -> 4369 bytes .../images/ui-icons_f9bd01_256x240.png | Bin 0 -> 5355 bytes .../theme-redmond/jquery-ui-1.8.2.custom.css | 430 ++ .../common/jquery/treeview/images/file.gif | Bin 0 -> 1008 bytes .../jquery/treeview/images/folder-closed.gif | Bin 0 -> 631 bytes .../jquery/treeview/images/folder-closed2.gif | Bin 0 -> 105 bytes .../common/jquery/treeview/images/folder.gif | Bin 0 -> 631 bytes .../common/jquery/treeview/images/folder2.gif | Bin 0 -> 106 bytes .../common/jquery/treeview/images/minus.gif | Bin 0 -> 837 bytes .../treeview/images/page_white_text.png | Bin 0 -> 406 bytes .../common/jquery/treeview/images/plus.gif | Bin 0 -> 841 bytes .../treeview/images/treeview-black-line.gif | Bin 0 -> 1877 bytes .../jquery/treeview/images/treeview-black.gif | Bin 0 -> 1216 bytes .../treeview/images/treeview-default-line.gif | Bin 0 -> 1993 bytes .../treeview/images/treeview-default.gif | Bin 0 -> 1222 bytes .../images/treeview-famfamfam-line.gif | Bin 0 -> 807 bytes .../treeview/images/treeview-famfamfam.gif | Bin 0 -> 1280 bytes .../treeview/images/treeview-gray-line.gif | Bin 0 -> 1877 bytes .../jquery/treeview/images/treeview-gray.gif | Bin 0 -> 1230 bytes .../treeview/images/treeview-red-line.gif | Bin 0 -> 1877 bytes .../jquery/treeview/images/treeview-red.gif | Bin 0 -> 1230 bytes .../jquery/treeview/jquery.treeview.async.js | 72 + .../jquery/treeview/jquery.treeview.css | 90 + .../common/jquery/treeview/jquery.treeview.js | 255 + .../jquery/treeview/jquery.treeview.min.js | 16 + .../jquery/treeview/jquery.treeview.pack.js | 16 + .../quantum-api-1.0/common/main-openstack.js | 198 + .../quantum-api-1.0/common/main-rackspace.js | 200 + .../developer/quantum-api-1.0/common/main.js | 198 + .../content/API_Operations.html | 39 + .../content/Async_behaviour.html | 74 + .../quantum-api-1.0/content/Attachments.html | 48 + .../content/Authentication-d1e444.html | 59 + .../content/Concepts-d1e369.html | 64 + .../content/Create_Network.html | 103 + .../quantum-api-1.0/content/Create_Port.html | 115 + .../content/Delete_Attachment.html | 74 + .../content/Delete_Network.html | 82 + .../quantum-api-1.0/content/Delete_Port.html | 82 + .../Document_Change_History-d1e118.html | 51 + .../quantum-api-1.0/content/Extensions.html | 121 + .../quantum-api-1.0/content/Faults.html | 148 + .../General_API_Information-d1e436.html | 52 + .../quantum-api-1.0/content/Glossary.html | 108 + .../content/Intended_Audience-d1e85.html | 53 + .../content/List_Networks.html | 90 + .../content/List_Networks_Detail.html | 89 + .../quantum-api-1.0/content/List_Ports.html | 87 + .../content/List_Ports_Details.html | 91 + .../quantum-api-1.0/content/Networks.html | 44 + .../content/Overview-d1e71.html | 48 + .../quantum-api-1.0/content/Ports.html | 44 + .../content/Put_Attachment.html | 106 + .../content/Request_Response_Types.html | 126 + .../content/Show_Attachment.html | 93 + .../quantum-api-1.0/content/Show_Network.html | 79 + .../content/Show_Network_Detail.html | 110 + .../quantum-api-1.0/content/Show_port.html | 85 + .../content/Show_port_Details.html | 95 + .../quantum-api-1.0/content/Theory.html | 80 + .../content/URI_structure.html | 58 + .../content/Update_Network.html | 84 + .../quantum-api-1.0/content/Update_Port.html | 95 + .../quantum-api-1.0/content/Versions.html | 100 + .../quantum-api-1.0/content/index.html | 51 + .../content/search/default.props | 1 + .../content/search/en-us.props | 45 + .../content/search/es-es.props | 179 + .../content/search/htmlFileInfoList.js | 36 + .../content/search/htmlFileList.js | 37 + .../quantum-api-1.0/content/search/index-1.js | 205 + .../quantum-api-1.0/content/search/index-2.js | 204 + .../quantum-api-1.0/content/search/index-3.js | 202 + .../content/search/ja-jp.props | 1 + .../content/search/nwSearchFnt.js | 517 ++ .../content/search/punctuation.props | 31 + .../content/search/stemmers/de_stemmer.js | 247 + .../content/search/stemmers/en_stemmer.js | 187 + .../content/search/stemmers/fr_stemmer.js | 299 + .../developer/quantum-api-1.0/favicon.ico | Bin 0 -> 1150 bytes .../developer/quantum-api-1.0/index.html | 14 + .../quantum-api-guide-trunk.pdf | Bin 0 -> 219063 bytes 328 files changed, 37208 insertions(+) create mode 100644 .gitignore create mode 100644 README.rst create mode 100644 doc/pom.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/common.ent create mode 100644 doc/src/docbkx/quantum-api-1.0/figures/Arrow_east.png create mode 100644 doc/src/docbkx/quantum-api-1.0/figures/Arrow_east.svg create mode 100644 doc/src/docbkx/quantum-api-1.0/figures/Check_mark_23x20_02.png create mode 100644 doc/src/docbkx/quantum-api-1.0/figures/Check_mark_23x20_02.svg create mode 100644 doc/src/docbkx/quantum-api-1.0/js/shjs/sh_java.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/shjs/sh_javascript.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/shjs/sh_main.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/shjs/sh_xml.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/trc/schema/controller.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/trc/schema/layoutManager.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/trc/schema/sampleManager.js create mode 100644 doc/src/docbkx/quantum-api-1.0/js/trc/util.js create mode 100644 doc/src/docbkx/quantum-api-1.0/quantum-api-guide.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/att-get-res-none.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/att-get-res-none.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/att-get-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/att-get-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/att-put-req.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/att-put-req.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/extensions.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/extensions.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/fault.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/fault.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-get-detail-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-get-detail-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-get-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-get-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-post-req.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-post-req.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-post-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/network-post-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-get-detail-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-get-detail-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-get-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-get-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-post-req.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-post-req.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-post-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/networks-post-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/notfound.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/notfound.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/notimplemented.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/notimplemented.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-get-detail-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-get-detail-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-get-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-get-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-post-req.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-post-req.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-post-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/port-post-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/ports-get-detail-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/ports-get-detail-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/ports-get-res.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/ports-get-res.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/private.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/private.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/public.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/public.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/versions-atom.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/versions.json create mode 100644 doc/src/docbkx/quantum-api-1.0/samples/versions.xml create mode 100644 doc/src/docbkx/quantum-api-1.0/style/schema.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_acid.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_darkblue.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_emacs.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_night.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_pablo.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_print.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_style.css create mode 100644 doc/src/docbkx/quantum-api-1.0/style/shjs/sh_whitengrey.css create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/.htaccess create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/actions.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/affinity-id.xjb create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/affinity-id.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/api-common.xjb create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/api-common.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/api.xjb create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/api.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/atom.xjb create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/atom/atom.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/atom/xml.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/backup.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/common.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/ext/rax-dme/api.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/ext/rax-dme/rax-dme.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/extensions.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/faults.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/flavor.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/image.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/ipgroup.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/limits.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/metadata.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/server.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/shareip.xjb create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/shareip.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/txt.htaccess create mode 100644 doc/src/docbkx/quantum-api-1.0/xsd/version.xsd create mode 100644 doc/src/docbkx/quantum-api-1.0/xslt/schema.xsl create mode 100644 doc/target/docbkx/fonts/CartoGothic-Std/CartoGothicStd-Bold.ttf create mode 100644 doc/target/docbkx/fonts/CartoGothic-Std/CartoGothicStd-BoldItalic.ttf create mode 100644 doc/target/docbkx/fonts/CartoGothic-Std/CartoGothicStd-Book.ttf create mode 100644 doc/target/docbkx/fonts/CartoGothic-Std/CartoGothicStd-Italic.ttf create mode 100644 doc/target/docbkx/fonts/CartoGothic-Std/FontSite License.txt create mode 100644 doc/target/docbkx/fonts/fontconfig.st create mode 100644 doc/target/docbkx/images/callouts/1.svg create mode 100644 doc/target/docbkx/images/callouts/10.svg create mode 100644 doc/target/docbkx/images/callouts/11.svg create mode 100644 doc/target/docbkx/images/callouts/12.svg create mode 100644 doc/target/docbkx/images/callouts/13.svg create mode 100644 doc/target/docbkx/images/callouts/14.svg create mode 100644 doc/target/docbkx/images/callouts/15.svg create mode 100644 doc/target/docbkx/images/callouts/16.svg create mode 100644 doc/target/docbkx/images/callouts/17.svg create mode 100644 doc/target/docbkx/images/callouts/18.svg create mode 100644 doc/target/docbkx/images/callouts/19.svg create mode 100644 doc/target/docbkx/images/callouts/2.svg create mode 100644 doc/target/docbkx/images/callouts/20.svg create mode 100644 doc/target/docbkx/images/callouts/21.svg create mode 100644 doc/target/docbkx/images/callouts/22.svg create mode 100644 doc/target/docbkx/images/callouts/23.svg create mode 100644 doc/target/docbkx/images/callouts/24.svg create mode 100644 doc/target/docbkx/images/callouts/25.svg create mode 100644 doc/target/docbkx/images/callouts/26.svg create mode 100644 doc/target/docbkx/images/callouts/27.svg create mode 100644 doc/target/docbkx/images/callouts/28.svg create mode 100644 doc/target/docbkx/images/callouts/29.svg create mode 100644 doc/target/docbkx/images/callouts/3.svg create mode 100644 doc/target/docbkx/images/callouts/30.svg create mode 100644 doc/target/docbkx/images/callouts/4.svg create mode 100644 doc/target/docbkx/images/callouts/5.svg create mode 100644 doc/target/docbkx/images/callouts/6.svg create mode 100644 doc/target/docbkx/images/callouts/7.svg create mode 100644 doc/target/docbkx/images/callouts/8.svg create mode 100644 doc/target/docbkx/images/callouts/9.svg create mode 100644 doc/target/docbkx/images/caution.svg create mode 100644 doc/target/docbkx/images/cc/by-nc-nd.svg create mode 100644 doc/target/docbkx/images/cc/by-nc-sa.svg create mode 100644 doc/target/docbkx/images/cc/by-nc.svg create mode 100644 doc/target/docbkx/images/cc/by-nd.svg create mode 100644 doc/target/docbkx/images/cc/by-sa.svg create mode 100644 doc/target/docbkx/images/cc/by.svg create mode 100644 doc/target/docbkx/images/cloud/cover.svg create mode 100644 doc/target/docbkx/images/cloud/openstack-cover.st create mode 100644 doc/target/docbkx/images/cloud/rackspace-cover.st create mode 100644 doc/target/docbkx/images/home.svg create mode 100644 doc/target/docbkx/images/important.svg create mode 100644 doc/target/docbkx/images/next.svg create mode 100644 doc/target/docbkx/images/note.svg create mode 100644 doc/target/docbkx/images/prev.svg create mode 100644 doc/target/docbkx/images/tip.svg create mode 100644 doc/target/docbkx/images/up.svg create mode 100644 doc/target/docbkx/images/warning.svg create mode 100644 doc/target/docbkx/pdf/quantum-api-1.0/quantum-api-guide.fo create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/comments.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/css/ie.css create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/css/positioning-openstack.css create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/css/positioning-rackspace.css create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/css/positioning.css create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/ga.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/Arrow_east.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/Check_mark_23x20_02.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/admon/caution.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/admon/important.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/admon/note.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/admon/tip.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/admon/warning.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/book_open.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/breadcrumb-arrow-white.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/breadcrumb-arrow.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/1.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/10.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/11.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/12.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/13.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/14.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/15.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/16.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/17.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/18.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/19.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/2.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/20.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/21.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/22.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/23.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/24.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/25.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/26.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/27.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/28.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/29.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/3.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/30.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/4.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/5.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/6.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/7.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/8.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/callouts/9.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/cc/by-nc-nd.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/cc/by-nc-sa.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/cc/by-nc.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/cc/by-nd.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/cc/by-sa.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/cc/by.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/favicon-openstack.ico create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/favicon-rackspace.ico create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/header-bg.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/highlight-blue.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/highlight-yellow.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/highlighter.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/loading.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/logo.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/main_bg_fade.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/next-arrow.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/openstack-logo.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/page_white_text.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/pdf.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/previous-arrow.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/rackspace-logo.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/search-icon.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/showHideTreeIcons.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/sidebar.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/images/toc-icon.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/jquery-1.4.2.min.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/jquery-ui-1.8.2.custom.min.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/jquery.cookie.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-anim_basic_16x16.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_flat_0_aaaaaa_40x100.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_flat_55_fbec88_40x100.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_glass_75_d0e5f5_1x400.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_glass_85_dfeffc_1x400.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_glass_95_fef1ec_1x400.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_217bc0_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_2e83ff_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_469bdd_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_6da8d5_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_cd0a0a_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_d8e7f3_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/images/ui-icons_f9bd01_256x240.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/file.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/folder-closed.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/folder-closed2.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/folder.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/folder2.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/minus.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/page_white_text.png create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/plus.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-black-line.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-black.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-default-line.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-default.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-famfamfam-line.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-famfamfam.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-gray-line.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-gray.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-red-line.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/images/treeview-red.gif create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/jquery.treeview.async.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/jquery.treeview.css create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/jquery.treeview.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/jquery.treeview.min.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/jquery/treeview/jquery.treeview.pack.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/main-openstack.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/main-rackspace.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/common/main.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/API_Operations.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Async_behaviour.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Attachments.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Authentication-d1e444.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Concepts-d1e369.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Create_Network.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Create_Port.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Delete_Attachment.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Delete_Network.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Delete_Port.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Document_Change_History-d1e118.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Extensions.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Faults.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/General_API_Information-d1e436.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Glossary.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Intended_Audience-d1e85.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/List_Networks.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/List_Networks_Detail.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/List_Ports.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/List_Ports_Details.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Networks.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Overview-d1e71.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Ports.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Put_Attachment.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Request_Response_Types.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Show_Attachment.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Show_Network.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Show_Network_Detail.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Show_port.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Show_port_Details.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Theory.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/URI_structure.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Update_Network.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Update_Port.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/Versions.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/index.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/default.props create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/en-us.props create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/es-es.props create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/htmlFileInfoList.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/htmlFileList.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/index-1.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/index-2.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/index-3.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/ja-jp.props create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/nwSearchFnt.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/punctuation.props create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/stemmers/de_stemmer.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/stemmers/en_stemmer.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/content/search/stemmers/fr_stemmer.js create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/favicon.ico create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/index.html create mode 100644 doc/target/docbkx/webhelp/trunk/developer/quantum-api-1.0/quantum-api-guide-trunk.pdf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..59b807d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.DS_Store? +/target diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..f8a947d --- /dev/null +++ b/README.rst @@ -0,0 +1,9 @@ +This repository contains the RESTful API information for the OpenStack Network Connectivity project, also known as Quantum. The Quantum project provides open source network connectivity to OpenStack Compute, the project named Nova. + +Contributing +============ +Our community welcomes all people interested in open source cloud computing, and there are no formal membership requirements. The best way to join the community is to talk with others online or at a meetup and offer contributions through Launchpad, the OpenStack wiki, or blogs. We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts. + +Installing +========== +Refer to http://docs.openstack.org/incubation to learn more about installing OpenStack Quantum so that you can test these API commands. \ No newline at end of file diff --git a/doc/pom.xml b/doc/pom.xml new file mode 100644 index 0000000..4cb9f15 --- /dev/null +++ b/doc/pom.xml @@ -0,0 +1,135 @@ + + + + 4.0.0 + + org.openstack.docs + openstack-guide + 1.0.0-SNAPSHOT + jar + OpenStack Guides + + + + + + Rackspace Research Repositories + + true + + + + rackspace-research + Rackspace Research Repository + http://maven.research.rackspacecloud.com/content/groups/public/ + + + + + rackspace-research + Rackspace Research Repository + http://maven.research.rackspacecloud.com/content/groups/public/ + + + + + + + + + target/docbkx/pdf + + **/*.fo + + + + + + + com.rackspace.cloud.api + clouddocs-maven-plugin + 1.0.5-SNAPSHOT + + + goal1 + + generate-pdf + + generate-sources + + false + + + + goal2 + + generate-webhelp + + generate-sources + + + 0 + openstackdocs + 1 + UA-17511903-6 + + appendix toc,title + article/appendix nop + article toc,title + book title,figure,table,example,equation + chapter toc,title + part toc,title + preface toc,title + qandadiv toc + qandaset toc + reference toc,title + set toc,title + + + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + true + src/docbkx + + quantum-api-1.0/quantum-api-guide.xml + + reviewer + openstack + + + + + + diff --git a/doc/src/docbkx/quantum-api-1.0/common.ent b/doc/src/docbkx/quantum-api-1.0/common.ent new file mode 100644 index 0000000..19acc7e --- /dev/null +++ b/doc/src/docbkx/quantum-api-1.0/common.ent @@ -0,0 +1,112 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + '> + + + + + + '> + + + + + + '> + + + + + + '> + + + + + + '> + + + + + + + + +