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

Add a configuration option for the number of VM migration retries #2

Open
beloglazov opened this issue Dec 11, 2012 · 3 comments
Open

Comments

@beloglazov
Copy link
Owner

Currently, there is no limit on the VM migration retries. There should be a configuration option specifying the maximum number of allowed retries.

@shivupoojar
Copy link

Hi Anton,
I had gone through your, its unique and clear and easy to understand. I started research with issues you represented in future direction. Our students are stated to deploy open stack neat. It's fantastic.

@beloglazov
Copy link
Owner Author

Thanks, I'm glad you find the project interesting! Let me know if you have problems, I'll try to help.

@ghost
Copy link

ghost commented Jul 3, 2019

hello Mr.Beloglazov
I am trying to install openstack Neat to apply my proposed algorithm.
I installed the openstack Neat step by step as you mentioned in your thesis and github, everything was ok until the "setup.py installation".
when I run the command:
"sudo python setup.py install"

I confronted to this message:

Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.28.tar.gz
Traceback (most recent call last):
File "setup.py", line 68, in
distribute_setup.use_setuptools()
File "/home/niloofar/Desktop/openstack-neat-master/distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "/home/niloofar/Desktop/openstack-neat-master/distribute_setup.py", line 124, in _do_download
to_dir, download_delay)
File "/home/niloofar/Desktop/openstack-neat-master/distribute_setup.py", line 194, in download_setuptools
src = urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
File "/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: SSL is required

in your opinion, how can i fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants