I previously reported a bug about "Cinder configuration (cinder.conf) is not automatically setup for Ceilometer during Devstack install"
I noticed that in Launchpad, it said I hadn't signed the "Ubuntu Code of Conduct" and asked jpich if I need to worry about that. She said:
Nope, that's nothing to worry about, it only matters if you plan on contributing to Ubuntu itself, or participate in its community.
This file contains hidden or 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
| $ cd /opt/stack/ceilometer | |
| $ tox -e py27 | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a380.gaf61876.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh | |
| WARNING:test command found but not installed in testenv | |
| cmd: /bin/bash | |
| env: /opt/stack/ceilometer/.tox/py27 | |
| Maybe forgot to specify a dependency? | |
| + set -e |
This file contains hidden or 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
| $ cd /opt/stack/ceilometer | |
| $ tox -e py27 -- storage | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a380.g83df81b.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh storage | |
| WARNING:test command found but not installed in testenv | |
| cmd: /bin/bash | |
| env: /opt/stack/ceilometer/.tox/py27 | |
| Maybe forgot to specify a dependency? | |
| + set -e |
This file contains hidden or 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
| $ cd /opt/stack/ceilometer | |
| $ tox -e py27 | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a379.g486f723.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh | |
| WARNING:test command found but not installed in testenv | |
| cmd: /bin/bash | |
| env: /opt/stack/ceilometer/.tox/py27 | |
| Maybe forgot to specify a dependency? | |
| + set -e |
This file contains hidden or 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
| $ cd /opt/stack/ceilometer | |
| $ tox -e py27 | |
| GLOB sdist-make: /opt/stack/ceilometer/setup.py | |
| py27 inst-nodeps: /opt/stack/ceilometer/.tox/dist/ceilometer-2013.2.a378.g90ad86c.zip | |
| py27 runtests: commands[0] | bash -x /opt/stack/ceilometer/run-tests.sh | |
| WARNING:test command found but not installed in testenv | |
| cmd: /bin/bash | |
| env: /opt/stack/ceilometer/.tox/py27 | |
| Maybe forgot to specify a dependency? | |
| + set -e |
This file contains hidden or 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
| $ ./stack.sh | |
| 2013-08-12 19:51:23 stack.sh log /opt/stack/logs/stack.sh.log.2013-08-12-195123 | |
| 2013-08-12 19:51:23 + echo_summary 'Installing package prerequisites' | |
| 2013-08-12 19:51:23 + [[ -t 3 ]] | |
| 2013-08-12 19:51:23 + [[ True != \T\r\u\e ]] | |
| 2013-08-12 19:51:23 + echo -e Installing package prerequisites | |
| 2013-08-12 19:51:23 Installing package prerequisites | |
| 2013-08-12 19:51:23 + source /home/vagrant/devstack/tools/install_prereqs.sh | |
| 2013-08-12 19:51:23 ++ [[ -n '' ]] | |
| 2013-08-12 19:51:23 ++ [[ -z /home/vagrant/devstack ]] |