Python version :<div><br></div><div><div>$ python</div><div>Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23) </div><div>[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div>
<div><br></div><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan <span dir="ltr"><<a href="mailto:aashutoshnarayan@gmail.com" target="_blank">aashutoshnarayan@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Here is a snippet of console logs that I get :<div><div><font color="#000099"><br></font></div><div><font color="#000099">Cleaning up...</font></div>
<div><font color="#000099">Installing pypi requirement 'Cheetah==2.4.4'</font></div>
<div><font color="#000099">Downloading/unpacking Cheetah==2.4.4</font></div><div><font color="#000099">  Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded</font></div><div><font color="#000099">  Running setup.py egg_info for package Cheetah</font></div>

<div><font color="#000099">    warning: no files found matching 'examples'</font></div><div><font color="#000099">    warning: no files found matching 'docs'</font></div><div><font color="#000099">    warning: no files found matching 'bin'</font></div>

<div><font color="#000099">    warning: no files found matching '*' under directory 'docs'</font></div><div><font color="#000099">    warning: no files found matching '*' under directory 'examples'</font></div>

<div><font color="#000099">    warning: no previously-included files matching '*.pyc' found under directory 'cheetah'</font></div><div><font color="#000099">    warning: no previously-included files matching '*~' found under directory 'cheetah'</font></div>

<div><font color="#000099">    warning: no previously-included files matching '*.aux' found under directory 'cheetah'</font></div><div><font color="#000099">    warning: no previously-included files matching '*~' found under directory 'docs'</font></div>

<div><font color="#000099">    warning: no previously-included files matching '*.aux' found under directory 'docs'</font></div><div><font color="#000099">Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4)</font></div>

<div><font color="#000099">  Error <urlopen error timed out> while getting <a href="http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee" target="_blank">http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee</a> (from <a href="http://pypi.python.org/simple/Markdown/" target="_blank">http://pypi.python.org/simple/Markdown/</a>)</font></div>

<div><font color="#000099">Exception:</font></div><div><font color="#000099">Traceback (most recent call last):</font></div><div><font color="#000099">  File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 124, in main</font></div>

<div><font color="#000099">    self.run(options, args)</font></div><div><font color="#000099">  File "/usr/lib/python2.6/site-packages/pip/commands/install.py", line 178, in run</font></div><div><font color="#000099">    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)</font></div>

<div><font color="#000099">  File "/usr/lib/python2.6/site-packages/pip/req.py", line 903, in prepare_files</font></div><div><font color="#000099">    self.unpack_url(url, location, self.is_download)</font></div>

<div><font color="#000099">  File "/usr/lib/python2.6/site-packages/pip/req.py", line 1008, in unpack_url</font></div><div><font color="#000099">    return unpack_http_url(link, location, self.download_cache, only_download)</font></div>

<div><font color="#000099">  File "/usr/lib/python2.6/site-packages/pip/download.py", line 298, in unpack_http_url</font></div><div><font color="#000099">    resp = _get_response_from_url(target_url, link)</font></div>

<div><font color="#000099">  File "/usr/lib/python2.6/site-packages/pip/download.py", line 327, in _get_response_from_url</font></div><div><font color="#000099">    resp = urllib2.urlopen(target_url)</font></div>

<div><font color="#000099">  File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen</font></div><div><font color="#000099">    return _opener.open(url, data, timeout)</font></div><div><font color="#000099">  File "/usr/lib64/python2.6/urllib2.py", line 391, in open</font></div>

<div><font color="#000099">    response = self._open(req, data)</font></div><div><font color="#000099">  File "/usr/lib64/python2.6/urllib2.py", line 409, in _open</font></div><div><font color="#000099">    '_open', req)</font></div>

<div><font color="#000099">  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain</font></div><div><font color="#000099">    result = func(*args)</font></div><div><font color="#000099">  File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open</font></div>

<div><font color="#000099">    return self.do_open(httplib.HTTPConnection, req)</font></div><div><font color="#000099">  File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open</font></div><div><font color="#000099">    raise URLError(err)</font></div>

<div><font color="#000099">URLError: <urlopen error timed out></font></div><div><font color="#000099"><br></font></div><div><font color="#000099">Storing complete log in /root/.pip/pip.log</font></div><div class="im">
<div><font color="#000099">Error: Installation of pypi package 'Cheetah==2.4.4' failed!</font></div>
</div><div><font color="#000099">Success! Bootstrapped for CENTOS 6.3</font></div><div><br></div></div><div><font color="#330033">Any suggestions ?</font></div><div class="HOEnZb"><div class="h5"><div><br></div><div><br>
<br><div class="gmail_quote">On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan <span dir="ltr"><<a href="mailto:aashutoshnarayan@gmail.com" target="_blank">aashutoshnarayan@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Joshua,<div><br></div><div>I followed the instructions mentioned in the <a href="http://anvil.readthedocs.org" target="_blank">link </a>you sent.</div>

<div>When I excute <b>./smithy -av install</b>, I encounter an error</div><div>saying your system is not up to date. And it asks me to</div>
<div>execute<b> sudo smithy --bootstrap</b>.When I run this command -</div><div>I get a failure in installing Cheetah=2.4.4 form PyPi.</div><div><br></div><div>Error: Installation of pypi package 'Cheetah==2.4.4' failed! </div>


<div><br></div><div>How should I proceed now ?<div><div><br><br><div class="gmail_quote">On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow <span dir="ltr"><<a href="mailto:harlowja@yahoo-inc.com" target="_blank">harlowja@yahoo-inc.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="auto"><div><a href="http://anvil.readthedocs.org" target="_blank">http://anvil.readthedocs.org</a><br><br>Sent from my really tiny device...</div>


<div><div><div><br>On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" <<a href="mailto:aashutoshnarayan@gmail.com" target="_blank">aashutoshnarayan@gmail.com</a>> wrote:<br><br></div><blockquote type="cite">


<div>Can someone point me to a link which I can follow to install<div>OpenStack on a bare metal box running Centos 6.3 ?</div><div>I am facing minor issues during the first install and planning</div><div>to re-do.</div><div>


<br>
</div><div>Thank you,<br><div><br><div class="gmail_quote">On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan <span dir="ltr"><<a href="mailto:aashutoshnarayan@gmail.com" target="_blank">aashutoshnarayan@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am getting "Invalid username or password"<div>Here are the contents of ketstonerc file :</div><div><br></div>



<div><div>export OS_USERNAME=admin</div><div>export OS_PASSWORD=verybadpass</div><div>export OS_TENANT_NAME=admin</div>
<div>export OS_AUTH_URL=<a href="http://127.0.0.1:5000/v2.0/" target="_blank">http://127.0.0.1:5000/v2.0/</a></div><div><br></div><div>Am I suppose to pass the same username / password ?</div><div><div><br><div class="gmail_quote">



On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan <span dir="ltr"><<a href="mailto:aashutoshnarayan@gmail.com" target="_blank">aashutoshnarayan@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Syed,<div><br><div>Yes, I am able to fire up dashboard on IP ( which in my case is 127.0.0.1) </div><div>specified at OPENSTACK_HOST in local_settings.py. </div>




<div>But the dashboard login page is not allowing me to login with 'admin' user </div>
<div>and password provided in script or keystonerc file.</div><div><br></div><div>Thank you,</div><div><div><div><br><div class="gmail_quote">On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani <span dir="ltr"><<a href="mailto:syed.armani@hastexo.com" target="_blank">syed.armani@hastexo.com</a>></span> wrote:<br>





<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
These are just deprecation warnings. Could you please elaborate what you<br>
mean by not able to login to dashboard page. Are you able to fire up<br>
dashboard on the ip address specified at OPENSTACK_HOST in<br>
local_settings.py ?<br>
<br>
Cheers,<br>
Syed Armani<br>
<div><br>
<br>
On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:<br>
> Hi folks,<br>
><br>
> I am following this link<br>
</div>> <<a href="http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL" target="_blank">http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL</a>>to<br>
<div><div>> setup OpenStack but am<br>
> unable to login to OpenStack dashboard page.<br>
><br>
> Below are few Django error messages which i get<br>
><br>
> [Tue Mar 05 22:59:28 2013] [error]<br>
> /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:<br>
> DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use<br>
> STATIC_URL instead.<br>
> [Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",<br>
> DeprecationWarning)<br>
> [Tue Mar 05 22:59:28 2013] [error]<br>
> /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:<br>
> DeprecationWarning: The SECRET_KEY setting must not be empty.<br>
> [Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY<br>
> setting must not be empty.", DeprecationWarning)<br>
> [Tue Mar 05 22:59:28 2013] [error]<br>
> /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:<br>
> DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES<br>
> instead.<br>
> [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning<br>
> [Tue Mar 05 22:59:28 2013] [error]<br>
> /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63: DeprecationWarning:<br>
> Translations in the project directory aren't supported anymore. Use the<br>
> LOCALE_PATHS setting instead.<br>
> [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)<br>
> [Tue Mar 05 22:59:28 2013] [error]<br>
> /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:<br>
> DeprecationWarning: Authentication backends without a<br>
> `supports_inactive_user` attribute are deprecated. Please define it in<br>
> <class 'openstack_auth.backend.KeystoneBackend'>.<br>
> [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)<br>
> [Tue Mar 05 22:59:28 2013] [error]<br>
> /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:<br>
> DeprecationWarning: The syntax for the url template tag is changing.<br>
> Load the `url` tag from the `future` tag library to start using the new<br>
> behavior.<br>
> [Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)<br>
><br>
> The installation happened with the help ofscript<br>
</div></div>> <<a href="https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install" target="_blank">https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install</a>>.<br>






<div>> There were no errors when I executed the script.<br>
> Relevant services were also running fine.<br>
><br>
> Is the issue because of Django version embedded in script ?<br>
><br>
> Support appreciated.<br>
><br>
> Thank you,<br>
> --<br>
> Ashutosh Narayan<br>
><br>
> <a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br>
><br>
><br>
><br>
</div>> _______________________________________________<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" target="_blank">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>
><br>
<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Ashutosh Narayan<br><br><a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br><br>
</div></div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Ashutosh Narayan<br><br><a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br><br>
</div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Ashutosh Narayan<br><br><a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br><br>
</div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a></span><br>


<span>Post to     : <a href="mailto:openstack@lists.launchpad.net" target="_blank">openstack@lists.launchpad.net</a></span><br><span>Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a></span><br>


<span>More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a></span><br></div></blockquote></div></div></div></blockquote></div><br><br clear="all"><div><br></div>


-- <br>Ashutosh Narayan<br><br><a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br><br>
</div></div></div>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Ashutosh Narayan<br><br><a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br><br>
</div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Ashutosh Narayan<br><br><a href="http://ashutoshn.wordpress.com/" target="_blank">http://ashutoshn.wordpress.com/</a><br><br>
</div>