diff --git a/.gitignore b/.gitignore index bdf9d54..381ff6a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ .idea *.egg* .tox +openstack +*.log \ No newline at end of file diff --git a/omnitests/cinder.log b/omnitests/cinder.log deleted file mode 100644 index 9e197a0..0000000 --- a/omnitests/cinder.log +++ /dev/null @@ -1,21 +0,0 @@ -py27 create: /home/stack/openstack/omni/.tox/py27 -py27 develop-inst: /home/stack/openstack/omni -ERROR: invocation failed (exit code 1), logfile: /home/stack/openstack/omni/.tox/py27/log/py27-2.log -ERROR: actionid: py27 -msg: developpkg -cmdargs: ['/home/stack/openstack/omni/.tox/py27/bin/pip', 'install', '-e', '/home/stack/openstack/omni'] -env: {'VIRTUAL_ENV': '/home/stack/openstack/omni/.tox/py27', 'SHLVL': '1', 'LANG': 'en_US.UTF-8', 'PATH': '/home/stack/openstack/omni/.tox/py27/bin:/home/stack/openstack/omni/.tox/py27/bin:/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin', 'PWD': '/home/stack/openstack/omni', 'PYTHONHASHSEED': '908394477', '_': '/usr/local/bin/tox', 'LANGUAGE': 'en_US'} - -Obtaining file:///home/stack/openstack/omni -Collecting google-api-python-client>=1.4.2 (from omni==0.0.1.dev35) - Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bf53d6210>: Failed to establish a new connection: [Errno -5] No address associated with hostname',)': /simple/google-api-python-client/ - Retrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bf53d6310>: Failed to establish a new connection: [Errno -5] No address associated with hostname',)': /simple/google-api-python-client/ - Retrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bf53d6710>: Failed to establish a new connection: [Errno -5] No address associated with hostname',)': /simple/google-api-python-client/ - Retrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bf53d6c10>: Failed to establish a new connection: [Errno -5] No address associated with hostname',)': /simple/google-api-python-client/ - Retrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'NewConnectionError('<pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f2bf53d6f10>: Failed to establish a new connection: [Errno -5] No address associated with hostname',)': /simple/google-api-python-client/ - Could not find a version that satisfies the requirement google-api-python-client>=1.4.2 (from omni==0.0.1.dev35) (from versions: ) -No matching distribution found for google-api-python-client>=1.4.2 (from omni==0.0.1.dev35) - -py27 installed: -___________________________________ summary ____________________________________ -ERROR: py27: InvocationError: /home/stack/openstack/omni/.tox/py27/bin/pip install -e /home/stack/openstack/omni (see /home/stack/openstack/omni/.tox/py27/log/py27-2.log) diff --git a/omnitests/glance_store.log b/omnitests/glance_store.log deleted file mode 100644 index 5332c03..0000000 --- a/omnitests/glance_store.log +++ /dev/null @@ -1,25 +0,0 @@ -py27 create: /home/stack/openstack/omni/.tox/py27 -ERROR: invocation failed (exit code 1), logfile: /home/stack/openstack/omni/.tox/py27/log/py27-1.log -ERROR: actionid: py27 -msg: getenv -cmdargs: ['/usr/bin/python', '-m', 'virtualenv', '--python', '/usr/bin/python2.7', 'py27'] -env: {'VIRTUAL_ENV': '/home/stack/openstack/omni/.tox/py27', 'SHLVL': '1', 'LANG': 'en_US.UTF-8', 'PATH': '/home/stack/openstack/omni/.tox/py27/bin:/home/stack/openstack/omni/.tox/py27/bin:/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin', 'PWD': '/home/stack/openstack/omni', 'PYTHONHASHSEED': '3596095205', '_': '/usr/local/bin/tox', 'LANGUAGE': 'en_US'} - -New python executable in /home/stack/openstack/omni/.tox/py27/bin/python2.7 -Traceback (most recent call last): - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 2328, in <module> - main() - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 713, in main - symlink=options.symlink) - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 925, in create_environment - site_packages=site_packages, clear=clear, symlink=symlink)) - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 1231, in install_python - shutil.copyfile(executable, py_executable) - File "/usr/lib/python2.7/shutil.py", line 83, in copyfile - with open(dst, 'wb') as fdst: -IOError: [Errno 26] Text file busy: '/home/stack/openstack/omni/.tox/py27/bin/python2.7' -Running virtualenv with interpreter /usr/bin/python2.7 - -ERROR: InvocationError: /usr/bin/python -m virtualenv --python /usr/bin/python2.7 py27 (see /home/stack/openstack/omni/.tox/py27/log/py27-1.log) -___________________________________ summary ____________________________________ -ERROR: py27: InvocationError: /usr/bin/python -m virtualenv --python /usr/bin/python2.7 py27 (see /home/stack/openstack/omni/.tox/py27/log/py27-1.log) diff --git a/omnitests/neutron.log b/omnitests/neutron.log deleted file mode 100644 index b5cb705..0000000 --- a/omnitests/neutron.log +++ /dev/null @@ -1,11 +0,0 @@ -py27 recreate: /home/stack/openstack/omni/.tox/py27 -ERROR: invocation failed (exit code 3), logfile: /home/stack/openstack/omni/.tox/py27/log/py27-0.log -ERROR: actionid: py27 -msg: getenv -cmdargs: ['/usr/bin/python', '-m', 'virtualenv', '--python', '/usr/bin/python2.7', 'py27'] -env: {'VIRTUAL_ENV': '/home/stack/openstack/omni/.tox/py27', 'SHLVL': '1', 'LANG': 'en_US.UTF-8', 'PATH': '/home/stack/openstack/omni/.tox/py27/bin:/home/stack/openstack/omni/.tox/py27/bin:/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin', 'PWD': '/home/stack/openstack/omni', 'PYTHONHASHSEED': '756525180', '_': '/usr/local/bin/tox', 'LANGUAGE': 'en_US'} - - -ERROR: InvocationError: /usr/bin/python -m virtualenv --python /home/stack/openstack/omni/.tox/py27/bin/python2.7 py27 (see /home/stack/openstack/omni/.tox/py27/log/py27-0.log) -___________________________________ summary ____________________________________ -ERROR: py27: InvocationError: /usr/bin/python -m virtualenv --python /home/stack/openstack/omni/.tox/py27/bin/python2.7 py27 (see /home/stack/openstack/omni/.tox/py27/log/py27-0.log) diff --git a/omnitests/nova.log b/omnitests/nova.log deleted file mode 100644 index d6d1dec..0000000 --- a/omnitests/nova.log +++ /dev/null @@ -1,25 +0,0 @@ -py27 create: /home/stack/openstack/omni/.tox/py27 -ERROR: invocation failed (exit code 1), logfile: /home/stack/openstack/omni/.tox/py27/log/py27-0.log -ERROR: actionid: py27 -msg: getenv -cmdargs: ['/usr/bin/python', '-m', 'virtualenv', '--python', '/usr/bin/python2.7', 'py27'] -env: {'VIRTUAL_ENV': '/home/stack/openstack/omni/.tox/py27', 'SHLVL': '1', 'LANG': 'en_US.UTF-8', 'PATH': '/home/stack/openstack/omni/.tox/py27/bin:/home/stack/openstack/omni/.tox/py27/bin:/home/stack/bin:/home/stack/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin', 'PWD': '/home/stack/openstack/omni', 'PYTHONHASHSEED': '756525180', '_': '/usr/local/bin/tox', 'LANGUAGE': 'en_US'} - -New python executable in /home/stack/openstack/omni/.tox/py27/bin/python2.7 -Traceback (most recent call last): - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 2328, in <module> - main() - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 713, in main - symlink=options.symlink) - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 925, in create_environment - site_packages=site_packages, clear=clear, symlink=symlink)) - File "/usr/local/lib/python2.7/dist-packages/virtualenv.py", line 1231, in install_python - shutil.copyfile(executable, py_executable) - File "/usr/lib/python2.7/shutil.py", line 83, in copyfile - with open(dst, 'wb') as fdst: -IOError: [Errno 26] Text file busy: '/home/stack/openstack/omni/.tox/py27/bin/python2.7' -Running virtualenv with interpreter /usr/bin/python2.7 - -ERROR: InvocationError: /usr/bin/python -m virtualenv --python /usr/bin/python2.7 py27 (see /home/stack/openstack/omni/.tox/py27/log/py27-0.log) -___________________________________ summary ____________________________________ -ERROR: py27: InvocationError: /usr/bin/python -m virtualenv --python /usr/bin/python2.7 py27 (see /home/stack/openstack/omni/.tox/py27/log/py27-0.log) diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 4c2edff..0000000 --- a/requirements.txt +++ /dev/null @@ -1,17 +0,0 @@ -google-api-python-client>=1.4.2 # Apache-2.0 -moto -boto>=2.32.1 # MIT -ipaddr -google_compute_enginegoogle-api-python-client>=1.4.2 # Apache-2.0 -moto -boto>=2.32.1 # MIT -ipaddr -google_compute_enginegoogle-api-python-client>=1.4.2 # Apache-2.0 -moto -boto>=2.32.1 # MIT -ipaddr -google_compute_enginegoogle-api-python-client>=1.4.2 # Apache-2.0 -moto -boto>=2.32.1 # MIT -ipaddr -google_compute_engine \ No newline at end of file