Skip to content

Instantly share code, notes, and snippets.

View anteaya's full-sized avatar

Anita Kuno anteaya

View GitHub Profile
#------------------------------------------------
# a first-time contributor walking thru the contribution process
#
#----------------------------------------------
# running tox for the first time
barton@ubuntu:/opt/stack/nova$ sudo pip install tox
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]
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]
@anteaya
anteaya / localrc
Created March 19, 2013 00:33 — forked from etoews/localrc
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
@anteaya
anteaya / swift and ceph
Created February 22, 2013 23:56
swift and ceph
<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 (~lloydde@hq-r.pistoncloud.com) has joined #openstack-101
* torgomatic (~torgomati@meat.andcheese.org) has joined #openstack-101
* dolphm (~dolphm@cpe-67-10-140-29.satx.res.rr.com) 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
@etoews
etoews / localrc
Created October 14, 2012 02:12
devstack localrc for OpenStack release branch Folsom
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