<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OpenStack Nova nova.sh script explained</title>
	<atom:link href="http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/</link>
	<description>Technical blog on web technologies</description>
	<lastBuildDate>Sat, 08 Jun 2013 15:02:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: 303bob</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-15826</link>
		<dc:creator>303bob</dc:creator>
		<pubDate>Sun, 08 Apr 2012 03:39:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-15826</guid>
		<description><![CDATA[Thanks so much, really appreciated!!]]></description>
		<content:encoded><![CDATA[<p>Thanks so much, really appreciated!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koolhead17</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-3232</link>
		<dc:creator>koolhead17</dc:creator>
		<pubDate>Thu, 31 Mar 2011 07:06:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-3232</guid>
		<description><![CDATA[thanks Laurent !!]]></description>
		<content:encoded><![CDATA[<p>thanks Laurent !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-3142</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 24 Mar 2011 00:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-3142</guid>
		<description><![CDATA[Thanks from me too, brilliant!!!]]></description>
		<content:encoded><![CDATA[<p>Thanks from me too, brilliant!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jens</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-2467</link>
		<dc:creator>jens</dc:creator>
		<pubDate>Mon, 07 Feb 2011 02:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-2467</guid>
		<description><![CDATA[Thanks!!! Very very much!]]></description>
		<content:encoded><![CDATA[<p>Thanks!!! Very very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Carrillo Cruz</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-2428</link>
		<dc:creator>Ricardo Carrillo Cruz</dc:creator>
		<pubDate>Fri, 04 Feb 2011 13:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-2428</guid>
		<description><![CDATA[Superb post Laurent, you save me a lot of time figuring out how the script works!]]></description>
		<content:encoded><![CDATA[<p>Superb post Laurent, you save me a lot of time figuring out how the script works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laurent</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-2381</link>
		<dc:creator>laurent</dc:creator>
		<pubDate>Mon, 31 Jan 2011 22:26:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-2381</guid>
		<description><![CDATA[@Vish Ishaya: Thanks. I updated the article based on your feedback and based on the latest nova.sh script. I am now watching your project on GitHub so I will make sure the article stays up-to-date.]]></description>
		<content:encoded><![CDATA[<p>@Vish Ishaya: Thanks. I updated the article based on your feedback and based on the latest nova.sh script. I am now watching your project on GitHub so I will make sure the article stays up-to-date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vish Ishaya</title>
		<link>http://www.laurentluce.com/posts/openstack-nova-nova-sh-script-explained/comment-page-1/#comment-2363</link>
		<dc:creator>Vish Ishaya</dc:creator>
		<pubDate>Mon, 31 Jan 2011 05:37:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.laurentluce.com/?p=198#comment-2363</guid>
		<description><![CDATA[Excelent Post.  There have been a few updates to nova.sh recently.  Most notably, it uses a smaller image called ami-tty.  It apt-gets a few more needed packages, and you can also specify the directory to use with run after the run argument:
sudo ./nova.sh run some-dir
will run from that dir.  This is much easier than the previous sudo ./nova.sh run &quot;&quot; some-dir
also, it might be good to mention that you will need to sudo ./nova.sh run]]></description>
		<content:encoded><![CDATA[<p>Excelent Post.  There have been a few updates to nova.sh recently.  Most notably, it uses a smaller image called ami-tty.  It apt-gets a few more needed packages, and you can also specify the directory to use with run after the run argument:<br />
sudo ./nova.sh run some-dir<br />
will run from that dir.  This is much easier than the previous sudo ./nova.sh run &#8220;&#8221; some-dir<br />
also, it might be good to mention that you will need to sudo ./nova.sh run</p>
]]></content:encoded>
	</item>
</channel>
</rss>
