/git remote.txt Secret
Last active
December 11, 2015 06:18
commit not appearing on my review.openstack.org page
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
$ git remote -v | |
gerrit ssh://akuno@review.openstack.org:29418/openstack/python-cinderclient.git (fetch) | |
gerrit ssh://akuno@review.openstack.org:29418/openstack/python-cinderclient.git (push) | |
origin https://github.com/openstack/python-cinderclient (fetch) | |
origin https://github.com/openstack/python-cinderclient (push) |
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
$ git review -s | |
anita@iccha-gnome:/opt/stack/python-cinderclient$ git log -5 | |
commit b40cc2825f617ab3d4a91ba7d6f52cf9d7ab79f5 | |
Author: Anita Kuno <akuno@lavabit.com> | |
Date: Thu Jan 17 17:08:01 2013 +0000 | |
Fixed Version Functionality | |
In accordance with bug-1068521, cinder version functionality is available via the shell. | |
commit 61e2a4237f0d7a4c5c9591ac364a01c844309757 | |
Merge: 06acb0c 765cb3d | |
Author: Jenkins <jenkins@review.openstack.org> | |
Date: Wed Jan 9 07:57:09 2013 +0000 | |
Merge "Add access to update volume metadata." | |
commit 765cb3ddbea2f0e770a2ad911b1ba17760b50818 | |
Author: John Griffith <john.griffith@solidfire.com> | |
Date: Sat Jan 5 01:12:59 2013 +0000 | |
Add access to update volume metadata. | |
This implements the cinderclient side of | |
blueprint: update-vol-metadata | |
Change-Id: I97c120d69b6d30843009f6a297bb51299799f4ec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment