Re: [openstack-dev] openstack-dahboard directory is not created

2015-09-21 Thread OpenStack Mailing List Archive

Link: https://openstack.nimeyo.com/59453/?show=59660#c59660
From: vidya 

Thanks all,
setting up the basic environment first by manually installing using rpm file from the local and then
Using the latest horizon and its dependencies resolved the above issue.

thanks again, appreciate your help.



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] openstack-dahboard directory is not created

2015-09-20 Thread Matthias Runge
On 18/09/15 20:03, OpenStack Mailing List Archive wrote:
> Link: https://openstack.nimeyo.com/59453/?show=59453#q59453
> From: vidya 
> 
> I am trying to create openstack -dashboard on my VM and
> /usr/share/openstack-dashboard in not create. Please help me what i am
> missing here.
> 
> here is what i tried
> 1 yum install openstack-selinux
> 2 yum install yum-plugin-priorities
> 3 yum install
> http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
> 4 yum install openstack-dashboard httpd mod_wsgi memcached python-memcached
> 5 yum install python-pip
> 6 yum groupinstall 'Development Tools'
> 7 yum install python-devel
> 8 yum install libffi-devel
> 9 yum install openssl-devel
> 10 pip install dep/horizon-2014.1.1.tar.gz
> 11 yum install openstack-dashboard
> 12 yum upgrade
> 13 reboot
> 14 history
> 15 yum install openstack-dashboard
> 16 pip install horizon-2014.1.1.tar.gz
> 

Ugh,

you're mixing pip install and yum install.

For a distro, I recommend to use distro packages. We're not providing
horizon packages on pypi (and if we do, they are outdated).

horizon-2014.1.1.tar.gz is a good year old. If you're *really* looking
for installing that version, I'd suggest you to go with horizon-2014.1.4
(or later instead).


You can get a more recent version of horizon (and OpenStack) from
https://www.rdoproject.org

After following repo install instructions at
https://www.rdoproject.org/Quickstart
you can do yum install openstack-dashboard

Matthias


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] openstack-dahboard directory is not created

2015-09-19 Thread Monty Taylor

On 09/18/2015 02:03 PM, OpenStack Mailing List Archive wrote:

Link: https://openstack.nimeyo.com/59453/?show=59453#q59453
From: vidya 

I am trying to create openstack -dashboard on my VM and
/usr/share/openstack-dashboard in not create. Please help me what i am
missing here.

here is what i tried
1 yum install openstack-selinux
2 yum install yum-plugin-priorities
3 yum install
http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
4 yum install openstack-dashboard httpd mod_wsgi memcached python-memcached
5 yum install python-pip


I HIGHLY recommend not doing this. python-pip packages in distros are 
broken and old and it is unlikely this will change, due to the nature of 
the problem. for pip, I recommend:


wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py


6 yum groupinstall 'Development Tools'
7 yum install python-devel
8 yum install libffi-devel
9 yum install openssl-devel
10 pip install dep/horizon-2014.1.1.tar.gz
11 yum install openstack-dashboard
12 yum upgrade
13 reboot
14 history
15 yum install openstack-dashboard
16 pip install horizon-2014.1.1.tar.gz


Great. So - try again with more modern pip and let's see how it works.

Also - are you sure you want to install horizon 2014.1.1? That's already 
end of life - if I were you, I'd not work on installing it now.


If you DO want to install it now, I HIGHLY recommend installing it from 
a linux distro - since you seem to be using CentOS 7 - perhaps you can use:


yum install 
http://repos.fedorapeople.org/repos/openstack/openstack-havana/rdo-release-havana-7.noarch.rpm


Also - I  just noticed that you are yum instlaling openstack-dashboard 
and then pip installing horizon. This is a very bad idea. either install 
the software from yum or from pip - do not mix the two. Literally nobody 
supports this (neither openstack nor python pip maintainers nor redhat)


So - please try again either all from a distro, or with a more modern 
openstack with a more modern pip and let's see where you are.



16 execution gave me this

Processing ./dep/horizon-2014.1.1.tar.gz
Requirement already satisfied (use --upgrade to upgrade):
horizon==2014.1.1 from file:///home/centos/dep/horizon-2014.1.1.tar.gz
in /usr/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade):
Django<1.7,>=1.4 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
django-compressor>=1.3 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
django-openstack-auth>=1.1.4 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
eventlet>=0.13.0 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.9
in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): kombu>=2.4.8
in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): lesscpy>=0.9j
in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): lockfile>=0.8
in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): netaddr>=0.7.6
in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): pbr<1.0,>=0.6
in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-ceilometerclient>=1.0.6 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-cinderclient>=1.0.6 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-glanceclient>=0.9.0 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-heatclient>=0.2.3 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-keystoneclient>=0.7.0 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-neutronclient<3,>=2.3.4 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-novaclient>=2.17.0 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-swiftclient>=1.6 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade):
python-troveclient>=1.0.3 in /usr/lib/python2.7/site-packages (from
horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): p

[openstack-dev] openstack-dahboard directory is not created

2015-09-18 Thread OpenStack Mailing List Archive

Link: https://openstack.nimeyo.com/59453/?show=59453#q59453
From: vidya 

I am trying to create openstack -dashboard on my VM and /usr/share/openstack-dashboard in not create. Please help me what i am missing here.

here is what i tried 
 1 yum install openstack-selinux
 2  yum install yum-plugin-priorities
 3  yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
4  yum install openstack-dashboard httpd mod_wsgi memcached python-memcached
5  yum install python-pip
6  yum groupinstall 'Development Tools'
7  yum  install python-devel
8  yum install libffi-devel
9  yum install openssl-devel
   10  pip install dep/horizon-2014.1.1.tar.gz 
   11  yum install openstack-dashboard
   12  yum upgrade
   13  reboot
   14  history
   15  yum install openstack-dashboard
   16  pip install horizon-2014.1.1.tar.gz 

16 execution gave me this

Processing ./dep/horizon-2014.1.1.tar.gz
  Requirement already satisfied (use --upgrade to upgrade): horizon==2014.1.1 from file:///home/centos/dep/horizon-2014.1.1.tar.gz in /usr/lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): Django<1.7,>=1.4 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): django-compressor>=1.3 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): django-openstack-auth>=1.1.4 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): eventlet>=0.13.0 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): iso8601>=0.1.9 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): kombu>=2.4.8 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): lesscpy>=0.9j in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): lockfile>=0.8 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): netaddr>=0.7.6 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): pbr<1.0,>=0.6 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-ceilometerclient>=1.0.6 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-cinderclient>=1.0.6 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-glanceclient>=0.9.0 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-heatclient>=0.2.3 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient>=0.7.0 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-neutronclient<3,>=2.3.4 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-novaclient>=2.17.0 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-swiftclient>=1.6 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): python-troveclient>=1.0.3 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): pytz>=2010h in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): six>=1.6.0 in /usr/lib/python2.7/site-packages (from horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): django-appconf>=0.4 in /usr/lib/python2.7/site-packages (from django-compressor>=1.3->horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): oslo.policy>=0.5.0 in /usr/lib/python2.7/site-packages (from django-openstack-auth>=1.1.4->horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): oslo.config>=2.3.0 in /usr/lib/python2.7/site-packages (from django-openstack-auth>=1.1.4->horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): greenlet>=0.3 in /usr/lib64/python2.7/site-packages (from eventlet>=0.13.0->horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): amqp<2.0,>=1.4.5 in /usr/lib/python2.7/site-packages (from kombu>=2.4.8->horizon==2014.1.1)
Requirement already satisfied (use --upgrade to upgrade): anyjson>=0.3.3 in /usr/lib/python2.7/site-packages (from kombu>=2.4.8->horizon=