20 Commits

Author SHA1 Message Date
Mark McLoughlin
e23effda88 Import copies of the required openstack.common modules
The APIs melange is using are "incubating" in openstack-common. See:

  http://wiki.openstack.org/CommonLibrary#Incubation

A config file is included for openstack-common's copy-and-paste script
to make it easy to update the code e.g.

  $> git clone .../melange
  $> git clone .../openstack-common
  $> cd openstack-common
  $> python update.py ../melange/

Note: the copies of the openstack.common modules should never be directly
modified, instead you should always make the modifications in openstack-common
and copy them across using the script.

Change-Id: I0245e30e4b4a9a2214c4f8a291b7f2caa54ab97e
2012-01-26 16:09:09 +00:00
Brian Waldon
90fb46c7b1 typo 2011-07-29 15:58:41 -04:00
Brian Waldon
a63485a5c0 fixing underline 2011-07-29 15:43:23 -04:00
Brian Waldon
49d3e6591a removing extra verbage 2011-07-29 15:42:10 -04:00
Brian Waldon
48badc808a removing dict() comment 2011-07-29 15:32:27 -04:00
Brian Waldon
8b9d1d0300 adding more on return_type in docstrings 2011-07-29 15:26:14 -04:00
Brian Waldon
69bcf46713 removing 'Defining Methods' paragraph 2011-07-29 13:51:49 -04:00
Brian Waldon
4913f51f56 rewording 2011-07-29 13:46:24 -04:00
Brian Waldon
89429fc556 rewording 2011-07-29 13:00:09 -04:00
Brian Waldon
d692a90934 one last change 2011-07-29 12:54:55 -04:00
Brian Waldon
740d273cf8 upgrades 2011-07-29 12:49:48 -04:00
Brian Waldon
f9ccecca6f expanding 2011-07-29 12:44:11 -04:00
Brian Waldon
de6cb20d42 updating HACKING 2011-07-29 12:21:46 -04:00
termie
0eb09d8c02 accidentally dropped a sentence 2011-03-29 11:15:16 -07:00
termie
6b60e85716 HACKING update for docstrings 2011-03-28 10:46:02 -07:00
termie
ccaea7a788 fix :returns: and add pep-0257 2011-02-12 13:30:31 -08:00
termie
bf6a393e55 some updates to HACKING to describe the docstrings 2011-02-02 13:13:10 -08:00
Jesse Andrews
c12e0c1821 reorder imports spacing 2010-07-15 18:13:48 -05:00
Jesse Andrews
b69e3121c3 remove import of vendor since we have PPA now 2010-07-15 11:07:40 -05:00
Jesse Andrews
a800a8c853 initial commit 2010-05-27 23:05:26 -07:00