Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typo in http://www.griddynamics.com/openstack/setup_single.html #10

Open
TruHuynh opened this issue Feb 22, 2012 · 1 comment
Open
Assignees

Comments

@TruHuynh
Copy link

For CentOS you should use different repository:

[gd]
name=Packages from GridDynamics
url=http://yum.griddynamics.net/yum/diablo-centos
^^^
baseurl

Tru

btw, what is the difference between rhel6/SL6 and Centos-6 repositories?

@TruHuynh
Copy link
Author

see also issue #11 ;)

step 2: as of 2012/02/22, yum -y install openstack-nova-node-full also brings in euca2ools and python-novaclient

step 3: you need to start the mysql server and to create the initial mysql passwd:
service mysqld start
mysqladmin -u root password rootpassword

before running the script
....
which is failing with:
[root@griddynamics-openstack ~]# nova-manage db sync
/usr/lib/python2.6/site-packages/httplib2/init.py:29: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
/usr/lib/python2.6/site-packages/httplib2/init.py:44: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Command failed, please check log for more info

@ghost ghost assigned rlz Feb 22, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants