← Back to team overview

openstack team mailing list archive

Re: OpenStack login page

 

Can u jump on irc, channel "anvil", and I will help. I think that bootstrap dependency doesn't need to be pinned anymore.

Sent from my really tiny device...

On Mar 6, 2013, at 2:52 AM, "Ashutosh Narayan" <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:

Sorry for continuous email chain.
I went through the logs and learnt that the package itself is not found.
Find below few lines of pip.log file.

Could not fetch URL http://pypi.python.org/simple/Cheetah/2.4.4: HTTP Error 404: Not Found (Cheetah/2.4.4)
Will skip URL http://pypi.python.org/simple/Cheetah/2.4.4 when looking for download links for Cheetah==2.4.4

Even http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee
package times out.

Any suggestions for troubleshooting ?

Thank you,

On Wed, Mar 6, 2013 at 4:09 PM, Ashutosh Narayan <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:
Python version :

$ python
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.


On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:
Here is a snippet of console logs that I get :

Cleaning up...
Installing pypi requirement 'Cheetah==2.4.4'
Downloading/unpacking Cheetah==2.4.4
  Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
  Running setup.py egg_info for package Cheetah
    warning: no files found matching 'examples'
    warning: no files found matching 'docs'
    warning: no files found matching 'bin'
    warning: no files found matching '*' under directory 'docs'
    warning: no files found matching '*' under directory 'examples'
    warning: no previously-included files matching '*.pyc' found under directory 'cheetah'
    warning: no previously-included files matching '*~' found under directory 'cheetah'
    warning: no previously-included files matching '*.aux' found under directory 'cheetah'
    warning: no previously-included files matching '*~' found under directory 'docs'
    warning: no previously-included files matching '*.aux' found under directory 'docs'
Downloading/unpacking Markdown>=2.0.1 (from Cheetah==2.4.4)
  Error <urlopen error timed out> while getting http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee (from http://pypi.python.org/simple/Markdown/)
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 124, in main
    self.run(options, args)
  File "/usr/lib/python2.6/site-packages/pip/commands/install.py", line 178, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.6/site-packages/pip/req.py", line 903, in prepare_files
    self.unpack_url(url, location, self.is<http://self.is>_download)
  File "/usr/lib/python2.6/site-packages/pip/req.py", line 1008, in unpack_url
    return unpack_http_url(link, location, self.download_cache, only_download)
  File "/usr/lib/python2.6/site-packages/pip/download.py", line 298, in unpack_http_url
    resp = _get_response_from_url(target_url, link)
  File "/usr/lib/python2.6/site-packages/pip/download.py", line 327, in _get_response_from_url
    resp = urllib2.urlopen(target_url)
  File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen
    return _opener.open(url, data, timeout)
  File "/usr/lib64/python2.6/urllib2.py", line 391, in open
    response = self._open(req, data)
  File "/usr/lib64/python2.6/urllib2.py", line 409, in _open
    '_open', req)
  File "/usr/lib64/python2.6/urllib2.py", line 369, in _call_chain
    result = func(*args)
  File "/usr/lib64/python2.6/urllib2.py", line 1190, in http_open
    return self.do_open(httplib.HTTPConnection, req)
  File "/usr/lib64/python2.6/urllib2.py", line 1165, in do_open
    raise URLError(err)
URLError: <urlopen error timed out>

Storing complete log in /root/.pip/pip.log
Error: Installation of pypi package 'Cheetah==2.4.4' failed!
Success! Bootstrapped for CENTOS 6.3

Any suggestions ?



On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:
Hi Joshua,

I followed the instructions mentioned in the link <http://anvil.readthedocs.org> you sent.
When I excute ./smithy -av install, I encounter an error
saying your system is not up to date. And it asks me to
execute sudo smithy --bootstrap.When I run this command -
I get a failure in installing Cheetah=2.4.4 form PyPi.

Error: Installation of pypi package 'Cheetah==2.4.4' failed!

How should I proceed now ?


On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow <harlowja@xxxxxxxxxxxxx<mailto:harlowja@xxxxxxxxxxxxx>> wrote:
http://anvil.readthedocs.org

Sent from my really tiny device...

On Mar 5, 2013, at 10:29 PM, "Ashutosh Narayan" <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:

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

Thank you,

On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:
I am getting "Invalid username or password"
Here are the contents of ketstonerc file :

export OS_USERNAME=admin
export OS_PASSWORD=verybadpass
export OS_TENANT_NAME=admin
export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/

Am I suppose to pass the same username / password ?

On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan <aashutoshnarayan@xxxxxxxxx<mailto:aashutoshnarayan@xxxxxxxxx>> wrote:
Hi Syed,

Yes, I am able to fire up dashboard on IP ( which in my case is 127.0.0.1)
specified at OPENSTACK_HOST in local_settings.py.
But the dashboard login page is not allowing me to login with 'admin' user
and password provided in script or keystonerc file.

Thank you,

On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani <syed.armani@xxxxxxxxxxx<mailto:syed.armani@xxxxxxxxxxx>> wrote:

These are just deprecation warnings. Could you please elaborate what you
mean by not able to login to dashboard page. Are you able to fire up
dashboard on the ip address specified at OPENSTACK_HOST in
local_settings.py ?

Cheers,
Syed Armani


On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
> Hi folks,
>
> I am following this link
> <http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL>to
> setup OpenStack but am
> unable to login to OpenStack dashboard page.
>
> Below are few Django error messages which i get
>
> [Tue Mar 05 22:59:28 2013] [error]
> /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
> DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use
> STATIC_URL instead.
> [Tue Mar 05 22:59:28 2013] [error]   "use STATIC_URL instead.",
> DeprecationWarning)
> [Tue Mar 05 22:59:28 2013] [error]
> /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
> DeprecationWarning: The SECRET_KEY setting must not be empty.
> [Tue Mar 05 22:59:28 2013] [error]   warnings.warn("The SECRET_KEY
> setting must not be empty.", DeprecationWarning)
> [Tue Mar 05 22:59:28 2013] [error]
> /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
> DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES
> instead.
> [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
> [Tue Mar 05 22:59:28 2013] [error]
> /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63: DeprecationWarning:
> Translations in the project directory aren't supported anymore. Use the
> LOCALE_PATHS setting instead.
> [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
> [Tue Mar 05 22:59:28 2013] [error]
> /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
> DeprecationWarning: Authentication backends without a
> `supports_inactive_user` attribute are deprecated. Please define it in
> <class 'openstack_auth.backend.KeystoneBackend'>.
> [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
> [Tue Mar 05 22:59:28 2013] [error]
> /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
> DeprecationWarning: The syntax for the url template tag is changing.
> Load the `url` tag from the `future` tag library to start using the new
> behavior.
> [Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)
>
> The installation happened with the help ofscript
> <https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install>.
> There were no errors when I executed the script.
> Relevant services were also running fine.
>
> Is the issue because of Django version embedded in script ?
>
> Support appreciated.
>
> Thank you,
> --
> Ashutosh Narayan
>
> http://ashutoshn.wordpress.com/
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>




--
Ashutosh Narayan

http://ashutoshn.wordpress.com/




--
Ashutosh Narayan

http://ashutoshn.wordpress.com/




--
Ashutosh Narayan

http://ashutoshn.wordpress.com/

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@xxxxxxxxxxxxxxxxxxx<mailto:openstack@xxxxxxxxxxxxxxxxxxx>
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



--
Ashutosh Narayan

http://ashutoshn.wordpress.com/




--
Ashutosh Narayan

http://ashutoshn.wordpress.com/




--
Ashutosh Narayan

http://ashutoshn.wordpress.com/




--
Ashutosh Narayan

http://ashutoshn.wordpress.com/


Follow ups

References