Guest User

Untitled

a guest
Aug 26th, 2015
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. rohini@rohini-VirtualBox:~/murano/murano$ tox -e venv -- murano-db-manage --config-file ./etc/murano/murano.conf upgrade
  2. venv develop-inst-noop: /home/rohini/murano/murano
  3. venv installed: aioeventlet==0.4,alembic==0.8.2,amqp==1.4.6,anyjson==0.3.3,appdirs==1.4.0,astroid==1.3.8,Babel==2.0,cachetools==1.0.3,cffi==1.2.1,cliff==1.14.0,cmd2==0.6.8,contextlib2==0.4.0,coverage==3.7.1,cryptography==1.0,debtcollector==0.7.0,decorator==4.0.2,discover==0.4.0,docutils==0.12,ecdsa==0.13,enum34==1.0.4,eventlet==0.17.4,extras==0.0.3,fasteners==0.13.0,fixtures==1.3.1,flake8==2.2.4,funcsigs==0.4,functools32==3.2.3.post2,futures==3.0.3,futurist==0.4.0,greenlet==0.4.7,hacking==0.10.2,httplib2==0.9.1,idna==2.0,ipaddress==1.0.14,iso8601==0.1.10,Jinja2==2.8,jsonpatch==1.11,jsonpointer==1.9,jsonschema==2.5.1,keystonemiddleware==2.1.0,kombu==3.0.26,linecache2==1.0.0,logilab-common==1.0.2,Mako==1.0.1,MarkupSafe==0.23,mccabe==0.2.1,mock==1.3.0,monotonic==0.3,mox3==0.9.0,msgpack-python==0.4.6,-e git://git.openstack.org/openstack/murano@9ac9ad538dd86352e61f3d67f47dacbfb48532c9#egg=murano-master,netaddr==0.7.15,netifaces==0.10.4,nose==1.3.7,os-client-config==1.6.3,os-testr==0.3.0,oslo.concurrency==2.5.0,oslo.config==2.3.0,oslo.context==0.5.0,oslo.db==2.4.1,oslo.i18n==2.5.0,oslo.log==1.10.0,oslo.messaging==2.4.0,oslo.middleware==2.7.0,oslo.policy==0.10.0,oslo.serialization==1.8.0,oslo.service==0.8.0,oslo.utils==2.4.0,oslosphinx==3.1.0,oslotest==1.10.0,paramiko==1.15.2,Paste==2.0.2,PasteDeploy==1.5.2,pbr==1.6.0,pep8==1.5.7,ply==3.6,posix-ipc==1.0.0,prettytable==0.7.2,psutil==1.2.1,psycopg2==2.6.1,pyasn1==0.1.8,pycadf==1.1.0,pycparser==2.14,pycrypto==2.6.1,pyflakes==0.8.1,Pygments==2.0.2,pylint==1.4.4,PyMySQL==0.6.6,pyOpenSSL==0.15.1,pyparsing==2.0.3,python-congressclient==2015.1.0,python-editor==0.4,python-glanceclient==0.19.0,python-heatclient==0.6.0,python-keystoneclient==1.6.0,python-mimeparse==0.1.4,python-mistralclient==1.0.1,python-muranoclient==0.6.3,python-neutronclient==2.6.0,python-subunit==1.1.0,python-swiftclient==2.5.0,pytz==2015.4,PyYAML==3.11,repoze.lru==0.6,requests==2.7.0,retrying==1.3.3,Routes==2.2,simplejson==3.8.0,six==1.9.0,Sphinx==1.2.3,sphinxcontrib-httpdomain==1.4.0,SQLAlchemy==1.0.8,sqlalchemy-migrate==0.9.7,sqlparse==0.1.16,stevedore==1.7.0,tempest-lib==0.7.0,Tempita==0.5.2,testrepository==0.0.20,testresources==0.2.7,testscenarios==0.5.0,testtools==1.8.0,traceback2==1.4.0,trollius==2.0,unicodecsv==0.13.0,unittest2==1.1.0,warlock==1.1.0,WebOb==1.4.1,wheel==0.24.0,wrapt==1.10.5,yaql==1.0.0
  4. venv runtests: PYTHONHASHSEED='3249041162'
  5. venv runtests: commands[0] | murano-db-manage --config-file ./etc/murano/murano.conf upgrade
  6. Traceback (most recent call last):
  7. File ".tox/venv/bin/murano-db-manage", line 10, in <module>
  8. sys.exit(main())
  9. File "/home/rohini/murano/murano/murano/cmd/db_manage.py", line 79, in main
  10. CONF(project='murano')
  11. File "/home/rohini/murano/murano/.tox/venv/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 1883, in __call__
  12. raise ConfigFilesNotFoundError(self._namespace._files_not_found)
  13. oslo_config.cfg.ConfigFilesNotFoundError: Failed to find some config files: /home/rohini/murano/murano/etc/murano/murano.conf
  14. ERROR: InvocationError: '/home/rohini/murano/murano/.tox/venv/bin/murano-db-manage --config-file ./etc/murano/murano.conf upgrade'
  15. ___________________________________ summary ____________________________________
  16. ERROR: venv: commands failed
  17. rohini@rohini-VirtualBox:~/murano/murano$ ^C
  18. rohini@rohini-VirtualBox:~/murano/murano$
Advertisement
Add Comment
Please, Sign In to add comment