]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Removed obsolete instructions from README.
authorSumit Naiksatam <snaiksat@cisco.com>
Sun, 21 Aug 2011 05:39:16 +0000 (22:39 -0700)
committerSumit Naiksatam <snaiksat@cisco.com>
Sun, 21 Aug 2011 05:39:16 +0000 (22:39 -0700)
quantum/plugins/cisco/README

index 095a69adc08bb447e9f7ec47c40e73aa19aa8ffc..5b3d59a4295dd7b35ea4f5b529619057edb2dbd1 100755 (executable)
@@ -266,55 +266,6 @@ result the quantum/plugins/cisco/run_tests.py script.
    change later.\r
    Location quantum/plugins/cisco/tests/unit/test_cisco_extension.py\r
 \r
-Additional installation required on Nova Compute\r
-------------------------------------------------\r
-1.  Create a table in the "nova" database for ports.  This can be \r
-    accomplished with the following SQL statement:\r
-\r
-CREATE TABLE ports (\r
-   port_id           VARCHAR(255) PRIMARY KEY,\r
-   profile_name      VARCHAR(255),\r
-   dynamic_vnic      VARCHAR(255),\r
-   host              VARCHAR(255),\r
-   instance_name     VARCHAR(255),\r
-   instance_nic_name VARCHAR(255),\r
-   used              TINYINT(1)\r
-);\r
-\r
-    Assuming you're using MySQL, you can run the following command from a \r
-    shell prompt on the Cloud Controller node to create the table:\r
-\r
-mysql -uroot -p nova -e 'create table ports (port_id VARCHAR(255) primary key, profile_name VARCHAR(255), dynamic_vnic VARCHAR(255), host VARCHAR(255), instance_name VARCHAR(255), instance_nic_name VARCHAR(255), used tinyint(1));'\r
-\r
-You'll be prompted for a password.\r
-\r
-2.  A patch is available for the Cactus release in this branch:\r
-    https://code.launchpad.net/~snaiksat/quantum/cactus-ucs-support \r
-    replace the following file in your installation:\r
-    /usr/lib/python2.6/site-packages/nova/virt/libvirt_conn.py\r
-    with the file from the branch:\r
-    nova/virt/libvirt_conn.py\r
-\r
-3.  Add the following file from the Cisco Nova branch:\r
-    nova/virt/cisco_ucs.py\r
-    to:\r
-    /usr/lib/python2.6/site-packages/nova/virt/cisco_ucs.py\r
-\r
-4.  Add the 802.1Qbh specific libvirt template file, from:\r
-    nova/virt/libvirt-qbh.xml.template\r
-    to:\r
-    /usr/share/nova/libvirt-qbh.xml.template\r
-    \r
-5.  Edit /etc/nova.conf to set the libvirt XML template to the above template:\r
-    --libvirt_xml_template=/usr/share/nova/libvirt-qbh.xml.template\r
-\r
-6.  Restart the nova-compute service.\r
-\r
-    (Note that the requirement for the above patch is temporary and will go away\r
-     with the integration with OpenStack Diablo. A 802.1Qbh-specific VIF driver \r
-     will be made available as per the specification here:\r
-     http://wiki.openstack.org/network-refactoring#VIF_driver)\r
-\r
 Bingo bango bongo!  That's it!  Thanks for taking the leap into Quantum.\r
 \r
 ...Oh, boy!\r