Skip to content

Instantly share code, notes, and snippets.

@terriyu
Created August 12, 2013 01:44
Show Gist options
  • Select an option

  • Save terriyu/6207751 to your computer and use it in GitHub Desktop.

Select an option

Save terriyu/6207751 to your computer and use it in GitHub Desktop.
Journal for OpenStack Ceilometer work -- 31 Jul 2013

31 Jul 2013

Blog post

Published a ~2800 word blog post about my experience becoming a first time contributor to open source software:

http://terriyu.info/blog/posts/2013/07/becoming-foss-contributor/

Group by blueprint

I didn't know that you can set the status of the blueprint. I set the status of the blueprint to "started": https://blueprints.launchpad.net/ceilometer/+spec/api-group-by

Discussion with jpich

We talked about the group by blueprint, lots of stuff that I won't note here, but here are some things she mentioned about Pecan and WSME, libraries that are used in the Ceilometer API

Pecan is a lightweight web framework to serve URLs, etc http://pecanpy.org

I wasn't familiar with WSME but it looks like it aims to make writing REST APIs easier :) https://pypi.python.org/pypi/WSME

jpich also gave me a reference on unit testing that she liked: http://pragprog.com/book/utj/pragmatic-unit-testing-in-java-with-junit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment