Commit Graph

16 Commits

Author SHA1 Message Date
David Koo 70ff603e39 Add a mailmap entry for myself
Added a mailmap entry for myself to coalesce commits made under
different email addresses.

Change-Id: I5985691bbfc118b62971754000c80c264a7b1591
2014-02-11 12:00:44 +08:00
Alex Meade 0a7ea662a8 Modify my mailmap
Changing my preferred email.

Change-Id: Idbe6a77d6e007c317acb5eda354edbb0dd6e87f3
2014-02-05 19:25:49 +00:00
Zhenguo Niu dab83f9fd9 Update my mailmap
Using new email address.

Change-Id: I8643bd23a1c7de9c8066b8e00853a2860dbbfd2f
2013-10-25 16:16:01 +08:00
Jenkins e8d8c162d3 Merge "Text formatting changes" 2013-08-20 06:17:50 +00:00
Yufang Zhang 0c0388d48e Update .mailmap
Change-Id: I5dc51c7aeb080945201376c42250502de601384a
2013-08-13 23:04:28 +08:00
Kun Huang 485274433f Text formatting changes
These are some text fixes in document, scripts and functions,
including variable usage, text aligning, adding new store class in
document

Change-Id: I98e226969d86698972870a7b3a042cb00c2206e9
2013-08-07 13:15:27 +08:00
Zhongyue Luo f071f07795 Clean up pep8 E502, E711 violations
Updated pep8 version requirement to 1.3.3.
Fixed E502 and E711 errors.
E711 is ignored because of sqlalchemy statements.
All ignores are to be removed in the next sequence of patches.

Change-Id: I27155166a60be14521d958e1cc7c06ebcc90f1fd
2012-09-18 10:10:01 +08:00
Lorin Hochstein fea599efcc Updated RST docs on containers, fewer references to OVF format.
Updated the RST documentation that discusses container formats, since they
aren't really used right now.

Changed some examples from ovf to bare, since in most cases, users just upload
a bare image file.

Change-Id: I844d7827c3de4df6cdddb9b963cc2f236a3e6767
2012-04-02 12:03:16 -04:00
Ken Pepple b43b676e58 updates man page for glance-scrubber.
this time with extra pep8 scrubbing powers.
Fixes bug 908803

Change-Id: I105cc3157fe839cc35ef5e1fc1a5f032b04d1c9d
2012-03-09 09:50:56 -08:00
Dan Prince 3b8ff189a1 Adds README.rst to the tarball.
Fixes LP Bug #934320.

Change-Id: Ib16ad8d5d1c418c2b3fd94b6bd427d53d30577ad
2012-02-17 11:56:11 -05:00
Adam Gandelman b90575d8e9 003_add_disk_format.py: Avoid deadlock in upgrade
The connection used to query existing images needs to be closed
earlier to avoid deadlocking later calls thru sqlalchemy.

Fixes bug 932466

Update: Update my email in Authors

Update: Revert Authors email to original, add git commit email
        to .mailamp.

Change-Id: Ic248fdfe3933437928f0b393d8cde993b96bf2cb
2012-02-15 10:59:14 -08:00
Christopher MacGown 3092156ae5 Add filter validation to glance API
Fixes lp: #919250

Change-Id: Ib47d9d107950f14404734b55486996dc0b095f0e
2012-02-02 13:08:51 -08:00
Brian Waldon eeb4d1ee29 Add policy checking for basic image operations
Partially implements bp interim-glance-authz-service.
This checks basic image operations: get_images, get_image,
add_image, modify_image, delete_image. It looks for a
policy json file next to our config files.

Change-Id: I07f29c11934c68d38a6bdadd39f9dc841b61648a
2012-01-19 16:23:13 -08:00
James E. Blair 37fc2b00c0 Rename .glance-venv to .venv.
This simplifies a number of Jenkins jobs which currently, other
than directory names, could be the same for all OpenStack
projects.  By renaming the virtualenv directory, the redundant
Jenkins virtualenv build and copy jobs can be eliminated.

Change-Id: I7916783d863e5184bad8293c3aed5ba119e374a9
2011-12-05 13:09:22 -08:00
Monty Taylor ee6f91ed97 Port Authors test to git.
Change-Id: I27bb6b3951422ad32e5e0225765b1056c5b3ffc5
2011-10-10 11:47:59 -04:00
Brian Waldon f8dd785a96 adding Authors functionality; fixing one rogue pep8 violation 2011-04-27 11:00:49 -07:00