Author: buildbot
Date: Thu Nov 15 20:09:06 2012
New Revision: 838476

Log:
Staging update by buildbot for vcl

Modified:
    websites/staging/vcl/trunk/content/   (props changed)
    
websites/staging/vcl/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.html

Propchange: websites/staging/vcl/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Nov 15 20:09:06 2012
@@ -1 +1 @@
-1409960
+1409961

Modified: 
websites/staging/vcl/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.html
==============================================================================
--- 
websites/staging/vcl/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.html
 (original)
+++ 
websites/staging/vcl/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.1to2.3.html
 Thu Nov 15 20:09:06 2012
@@ -123,6 +123,13 @@
 
 </li>
 <li>
+<p>If you want to use libvirt provisioning for KVM, you need to add one entry 
to the database that was left out of the release.</p>
+<div class="codehilite"><pre><span class="n">echo</span> <span 
class="s">&quot;INSERT IGNORE provisioningOSinstalltype (provisioningid, 
OSinstalltypeid) SELECT provisioning.id, OSinstalltype.id FROM provisioning, 
OSinstalltype WHERE provisioning.name = &#39;libvirt&#39; AND 
OSinstalltype.name = &#39;vmware&#39;;&quot;</span> <span class="o">|</span> 
<span class="n">mysql</span> <span class="n">vcl</span>
+</pre></div>
+
+
+</li>
+<li>
 <p><strong>Update the web code</strong>. This step we will move the 2.2.1 web 
directory out of the way, so we can copy in the new web code base. After 
copying in the new code, we will migrate your configuration changes. These 
instructions assume that you installed the vcl web code at /var/www/html/vcl. 
If you installed it elsewhere, replace /var/www/html/vcl with your vcl web 
root.</p>
 <div class="codehilite"><pre><span class="n">cd</span> <span 
class="sr">/var/</span><span class="n">www</span><span class="o">/</span><span 
class="n">html</span>
 <span class="n">mv</span> <span class="n">vcl</span> <span 
class="o">~/</span><span class="n">vcl_2</span><span 
class="mf">.2.1_</span><span class="n">web</span>


Reply via email to