This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: Failure: ImportError (cannot import name Full) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/nose/loader.py", line 390, in loadTestsFromName | |
addr.filename, addr.module) | |
File "/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/nose/importer.py", line 39, in importFromPath | |
return self.importFromDir(dir_path, fqname) | |
File "/opt/stack/ceilometer/.tox/py27/local/lib/python2.7/site-packages/nose/importer.py", line 86, in importFromDir | |
mod = load_module(part_fqname, fh, filename, desc) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ mktmpenv | |
Using real prefix '/Library/Frameworks/Python.framework/Versions/2.7' | |
New python executable in 9c0e1be03bb8d654/bin/python | |
Installing distribute....................................................................................................................................................................................done. | |
virtualenvwrapper.user_scripts creating /Users/dhellmann/Envs/9c0e1be03bb8d654/bin/predeactivate | |
virtualenvwrapper.user_scripts creating /Users/dhellmann/Envs/9c0e1be03bb8d654/bin/postdeactivate | |
virtualenvwrapper.user_scripts creating /Users/dhellmann/Envs/9c0e1be03bb8d654/bin/preactivate | |
virtualenvwrapper.user_scripts creating /Users/dhellmann/Envs/9c0e1be03bb8d654/bin/postactivate | |
virtualenvwrapper.user_scripts creating /Users/dhellmann/Envs/9c0e1be03bb8d654/bin/get_env_details | |
This is a temporary environment. It will be deleted when you run 'deactivate'. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[[email protected]:2222] out: Traceback (most recent call last): | |
[[email protected]:2222] out: File "/vagrant/Openstack-DevstackPy/stack", line 199, in main | |
[[email protected]:2222] out: started_ok = run(args) | |
[[email protected]:2222] out: File "/vagrant/Openstack-DevstackPy/stack", line 165, in run | |
[[email protected]:2222] out: runner.run(persona_inst, root_dir) | |
[[email protected]:2222] out: File "/vagrant/Openstack-DevstackPy/devstack/progs/actions.py", line 149, in run | |
[[email protected]:2222] out: self._run(persona, root_dir, component_order, instances) | |
[[email protected]:2222] out: File "/vagrant/Openstack-DevstackPy/devstack/progs/actions.py", line 200, in _run | |
[[email protected]:2222] out: instances, | |
[[email protected]:2222] out: File "/vagrant/Openstack-DevstackPy/devstack/progs/actions.py", line 113, in _run_phase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
Vagrant::Config.run do |config| | |
sshdir = "#{ENV['HOME']}/.ssh/" | |
cachedir = (ENV['CACHEDIR'] or "/Users/dhellmann/Documents/Devel/openstack-vm/cache") | |
checkout = (ENV['COOKBOOKS'] or "/Users/dhellmann/Documents/Devel/openstack-vm/openstack-cookbooks") | |
# Make /vagrant an NFS mount instead of using the default setting | |
#config.vm.share_folder("v-root", "/vagrant", ".", :nfs => true) |
NewerOlder