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
#------------------------------------------------ | |
# a first-time contributor walking thru the contribution process | |
# | |
#---------------------------------------------- | |
# running tox for the first time | |
barton@ubuntu:/opt/stack/nova$ sudo pip install tox |
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
vagrant@precise64:~/devstack$ cd /opt/stack/nova | |
vagrant@precise64:/opt/stack/nova$ tox | |
GLOB sdist-make: /opt/stack/nova/setup.py | |
py26 create: /opt/stack/nova/.tox/py26 | |
ERROR: InterpreterNotFound: python2.6 | |
py27 create: /opt/stack/nova/.tox/py27 | |
py27 installdeps: -r/opt/stack/nova/tools/pip-requires, -r/opt/stack/nova/tools/test-requires | |
py27 inst: /opt/stack/nova/.tox/dist/nova-2013.2.a28.ga92b7c8.zip | |
py27 runtests: commands[0] | |
py27 runtests: commands[1] |
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
vagrant@precise64:~/devstack$ cd /opt/stack/nova | |
vagrant@precise64:/opt/stack/nova$ tox | |
GLOB sdist-make: /opt/stack/nova/setup.py | |
py26 create: /opt/stack/nova/.tox/py26 | |
ERROR: InterpreterNotFound: python2.6 | |
py27 create: /opt/stack/nova/.tox/py27 | |
py27 installdeps: -r/opt/stack/nova/tools/pip-requires, -r/opt/stack/nova/tools/test-requires | |
py27 inst: /opt/stack/nova/.tox/dist/nova-2013.2.a28.ga92b7c8.zip | |
py27 runtests: commands[0] | |
py27 runtests: commands[1] |
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
ADMIN_PASSWORD=devstack | |
MYSQL_PASSWORD=devstack | |
RABBIT_PASSWORD=devstack | |
SERVICE_PASSWORD=devstack | |
SERVICE_TOKEN=devstack | |
FLAT_INTERFACE=br100 | |
PUBLIC_INTERFACE=eth1 | |
VOLUME_BACKING_FILE_SIZE=5120M |
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
<anteaya> just one question | |
<anteaya> That method will call GETorHEAD which in | |
<anteaya> do you think it would look better if it was GET or HEAD | |
<anteaya> rather that GETorHEAD as it is now? GETorHEAD looks like one message rather than two | |
* lloydde ([email protected]) has joined #openstack-101 | |
* torgomatic ([email protected]) has joined #openstack-101 | |
* dolphm ([email protected]) has joined #openstack-101 | |
<notmyname> anteaya: ok, pushed those fixes. also, GETorHEAD is correct (https://github.com/openstack/swift/blob/master/swift/proxy/controllers/obj.py#L328) | |
<notmyname> GETs and HEADs, per the HTTP spec, are the same except for the existence of a response body, so they are implemented in swift as the same function (rather than duplicating the code) | |
<anteaya> nice |
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
ADMIN_PASSWORD=devstack | |
MYSQL_PASSWORD=devstack | |
RABBIT_PASSWORD=devstack | |
SERVICE_PASSWORD=devstack | |
SERVICE_TOKEN=devstack | |
FLAT_INTERFACE=br100 | |
PUBLIC_INTERFACE=eth1 | |
VOLUME_BACKING_FILE_SIZE=5120M |