fixing build error

Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/565d740e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/565d740e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/565d740e

Branch: refs/heads/vmware-storage-motion
Commit: 565d740e5d446ed05a8761afa074605863bee193
Parents: 8ebf2ca
Author: radhikap <radhika.puthiyet...@citrix.com>
Authored: Tue May 28 15:00:07 2013 +0530
Committer: radhikap <radhika.puthiyet...@citrix.com>
Committed: Tue May 28 15:00:07 2013 +0530

----------------------------------------------------------------------
 docs/en-US/Release_Notes.xml |   45 +++++++++++++++++++++++-------------
 1 files changed, 29 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/565d740e/docs/en-US/Release_Notes.xml
----------------------------------------------------------------------
diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml
index ab734cd..2ae8732 100644
--- a/docs/en-US/Release_Notes.xml
+++ b/docs/en-US/Release_Notes.xml
@@ -36,8 +36,8 @@ under the License.
       will find instruction in the <ulink
         
url="http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/API_Developers_Guide/index.html";
         >&PRODUCT; API Developer's Guide</ulink></para>
-    <para>If you find any errors or problems in this guide, please see <xref 
linkend="feedback"/>. We hope you enjoy
-      working with &PRODUCT;!</para>
+    <para>If you find any errors or problems in this guide, please see <xref 
linkend="feedback"/>.
+      We hope you enjoy working with &PRODUCT;!</para>
   </chapter>
   <chapter id="version-4.1">
     <title>Version 4.1.0</title>
@@ -4399,9 +4399,10 @@ under the License.
             <row>
               <entry><para><ulink 
url="https://issues.apache.org/jira/browse/CLOUDSTACK-2709";
                 >CLOUDSTACK-2709</ulink></para></entry>
-              <entry><para>Egress rules are are not supported on shared 
networks.</para>
-                >
+              <entry>
+                <para>Egress rules are are not supported on shared networks. 
</para>
               </entry>
+            </row>
             <row>
               <entry><para><ulink 
url="https://issues.apache.org/jira/browse/CLOUDSTACK-1747";
                     >CLOUDSTACK-1747</ulink></para></entry>
@@ -4654,9 +4655,12 @@ under the License.
               <filename>components.xml</filename> to be on the safe 
side.</para>
         </listitem>
         <listitem>
-            <para>After upgrading to 4.1, API clients are expected to send 
plain text passwords for login and user creation, instead of MD5 hash. Incase, 
api client changes are not acceptable, following changes are to be made for 
backward compatibility:</para>
-            <para>Modify componentsContext.xml, and make 
PlainTextUserAuthenticator as the default authenticator (1st entry in the 
userAuthenticators adapter list is default)</para>
-            <programlisting language="XML">
+          <para>After upgrading to 4.1, API clients are expected to send plain 
text passwords for
+            login and user creation, instead of MD5 hash. Incase, api client 
changes are not
+            acceptable, following changes are to be made for backward 
compatibility:</para>
+          <para>Modify componentsContext.xml, and make 
PlainTextUserAuthenticator as the default
+            authenticator (1st entry in the userAuthenticators adapter list is 
default)</para>
+          <programlisting language="XML">
 &lt;!-- Security adapters --&gt;
 &lt;bean id="userAuthenticators" 
class="com.cloud.utils.component.AdapterList"&gt;
   &lt;property name="Adapters"&gt;
@@ -4668,7 +4672,8 @@ under the License.
   &lt;/property&gt;
 &lt;/bean&gt;
             </programlisting>
-            <para>PlainTextUserAuthenticator works the same way 
MD5UserAuthenticator worked prior to 4.1.</para>
+          <para>PlainTextUserAuthenticator works the same way 
MD5UserAuthenticator worked prior to
+            4.1.</para>
         </listitem>
         <listitem id="upgrade-deb-packages">
           <para>If you are using Ubuntu, follow this procedure to upgrade your 
packages. If not,
@@ -5134,9 +5139,12 @@ service cloudstack-agent start
           </note>
         </listitem>
         <listitem>
-            <para>After upgrading to 4.1, API clients are expected to send 
plain text passwords for login and user creation, instead of MD5 hash. Incase, 
api client changes are not acceptable, following changes are to be made for 
backward compatibility:</para>
-            <para>Modify componentsContext.xml, and make 
PlainTextUserAuthenticator as the default authenticator (1st entry in the 
userAuthenticators adapter list is default)</para>
-            <programlisting language="XML">
+          <para>After upgrading to 4.1, API clients are expected to send plain 
text passwords for
+            login and user creation, instead of MD5 hash. Incase, api client 
changes are not
+            acceptable, following changes are to be made for backward 
compatibility:</para>
+          <para>Modify componentsContext.xml, and make 
PlainTextUserAuthenticator as the default
+            authenticator (1st entry in the userAuthenticators adapter list is 
default)</para>
+          <programlisting language="XML">
 &lt;!-- Security adapters --&gt;
 &lt;bean id="userAuthenticators" 
class="com.cloud.utils.component.AdapterList"&gt;
   &lt;property name="Adapters"&gt;
@@ -5148,7 +5156,8 @@ service cloudstack-agent start
   &lt;/property&gt;
 &lt;/bean&gt;
             </programlisting>
-            <para>PlainTextUserAuthenticator works the same way 
MD5UserAuthenticator worked prior to 4.1.</para>
+          <para>PlainTextUserAuthenticator works the same way 
MD5UserAuthenticator worked prior to
+            4.1.</para>
         </listitem>
         <listitem>
           <para>Start the first Management Server. Do not start any other 
Management Server nodes
@@ -5729,9 +5738,12 @@ service cloudstack-agent start
           </orderedlist>
         </listitem>
         <listitem>
-            <para>After upgrading to 4.1, API clients are expected to send 
plain text passwords for login and user creation, instead of MD5 hash. Incase, 
api client changes are not acceptable, following changes are to be made for 
backward compatibility:</para>
-            <para>Modify componentsContext.xml, and make 
PlainTextUserAuthenticator as the default authenticator (1st entry in the 
userAuthenticators adapter list is default)</para>
-            <programlisting language="XML">
+          <para>After upgrading to 4.1, API clients are expected to send plain 
text passwords for
+            login and user creation, instead of MD5 hash. Incase, api client 
changes are not
+            acceptable, following changes are to be made for backward 
compatibility:</para>
+          <para>Modify componentsContext.xml, and make 
PlainTextUserAuthenticator as the default
+            authenticator (1st entry in the userAuthenticators adapter list is 
default)</para>
+          <programlisting language="XML">
 &lt;!-- Security adapters --&gt;
 &lt;bean id="userAuthenticators" 
class="com.cloud.utils.component.AdapterList"&gt;
   &lt;property name="Adapters"&gt;
@@ -5743,7 +5755,8 @@ service cloudstack-agent start
   &lt;/property&gt;
 &lt;/bean&gt;
             </programlisting>
-            <para>PlainTextUserAuthenticator works the same way 
MD5UserAuthenticator worked prior to 4.1.</para>
+          <para>PlainTextUserAuthenticator works the same way 
MD5UserAuthenticator worked prior to
+            4.1.</para>
         </listitem>
         <listitem>
           <para>If you have made changes to your existing copy of the

Reply via email to