Hi Alexey,<div><br></div><div>It's my understanding that patches are only accepted via Gerrit - <a href="http://review.openstack.org/">http://review.openstack.org/</a></div><div><br></div><div>Gerrit is responsible for managing, among other things, code review and the CLA that is required before signing.</div>

<div><br></div><div><a href="https://rackspace.echosign.com/public/hostedForm?formid=3G7VVC397N783J">https://rackspace.echosign.com/public/hostedForm?formid=3G7VVC397N783J</a> <-- CLA that needs signing..</div><div><a href="http://wiki.openstack.org/Contributors">http://wiki.openstack.org/Contributors</a> <-- Once you get a confirmation back - Add the number and your launchapd ID here</div>

<div><a href="https://launchpad.net/~openstack-cla/+join">https://launchpad.net/~openstack-cla/+join</a> <-- After your ID is listed on the page above, Join this group..</div><div><a href="http://wiki.openstack.org/GerritWorkflow">http://wiki.openstack.org/GerritWorkflow</a> <-- Finally, submit patches..</div>

<div><br></div><div>I know there is a wiki page somewhere with these links etc - But I couldn't find it faster than the individual links ;) </div><div><br>Thanks,<br>Kiall<br>
<br><br><div class="gmail_quote">On Thu, Mar 1, 2012 at 4:37 AM, Alexey Eromenko <span dir="ltr"><<a href="mailto:al4321@gmail.com">al4321@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

OK, first version of Debianized nova-docs, for review:<br>
<br>
[PATCH] Docs: Debianizing The Manuals, v01<br>
<a href="https://bugs.launchpad.net/openstack-manuals/+bug/943792" target="_blank">https://bugs.launchpad.net/openstack-manuals/+bug/943792</a><br>
<br>
Where are the sources of the Starter Guide ?<br>
<br>
myuser@nova-server1:~/openstack-manuals/doc/src/docbkx/openstack-compute-admin$<br>
ls ..<br>
api-quick-start            openstack-identity-service-starter<br>
common                     openstack-image-service-admin<br>
docbkx-example             openstack-install<br>
openstack-api-programming  openstack-network-connectivity-admin<br>
openstack-api-site         openstack-object-storage-admin<br>
openstack-compute-admin<br>
<br>
===============================================================<br>
PATCH:<br>
+++ computeinstall.xml  2012-02-29 23:25:44.000000000 -0500<br>
@@ -127,6 +127,46 @@<br>
                 clicking the links next to the manual title.</para><br>
         </section><br>
     </section><br>
+<br>
+    <section xml:id="installing-openstack-compute-on-debian"><br>
+        <title>Installing OpenStack Compute on Debian</title><br>
+        <para>Starting with Debian 7.0 "Wheezy", the OpenStack packages are<br>
+            provided as part of the distribution.</para><br>
+            <para><br>
+              For the management node install the following packages:<br>
(via apt-get install)<br>
+        <literallayout class="monospaced"><br>
+nova-api<br>
+nova-scheduler<br>
+glance<br>
+keystone<br>
+mysql-server<br>
+rabbitmq<br>
+memcached<br>
+openstack-dashboard<br>
+        </literallayout><br>
+            </para><br>
+            <para><br>
+              For the compute node(s) install the following packages:<br>
+        <literallayout class="monospaced"><br>
+nova-compute<br>
+nova-network<br>
+nova-api<br>
+        </literallayout><br>
+            </para><br>
+          <note><br>
+            <para><br>
+              Because this manual takes active advantage of the "sudo" command,<br>
+              it would be easier for you to add to it your Debian<br>
system, by doing:<br>
+              <literallayout class="monospaced"><br>
+# usermod -a -G sudo "myuser"<br>
+              </literallayout><br>
+              then re-login.<br>
+              Otherwise you will have to replace every "sudo" call by<br>
executing from<br>
+              root account.<br>
+          </para><br>
+        </note><br>
+    </section><br>
+<br>
     <section xml:id="installing-openstack-compute-on-rhel6"><br>
         <title>Installing OpenStack Compute on Red Hat Enterprise<br>
Linux 6 </title><br>
         <para>This section documents a multi-node installation using<br>
RHEL 6. RPM repos for the Bexar<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
-Alexey Eromenko "Technologov"<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</div></div></blockquote></div><br></div>