<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-troveclient.git/troveclient/v1/shell.py, branch 1.0.1</title>
<subtitle>opendev.org: openstack/python-troveclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/'/>
<entry>
<title>Fixes README and shell</title>
<updated>2013-10-10T21:50:26+00:00</updated>
<author>
<name>Clare Springer</name>
<email>yidclare@gmail.com</email>
</author>
<published>2013-10-10T20:06:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=802802c02f1cee63ee4f578641a83cbd293b7be2'/>
<id>802802c02f1cee63ee4f578641a83cbd293b7be2</id>
<content type='text'>
Change-Id: I2beec621fce4c8c8eb90631b2e543962f31687de
Closes-Bug: #1238183
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2beec621fce4c8c8eb90631b2e543962f31687de
Closes-Bug: #1238183
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixing the backwards verb/noun cli names</title>
<updated>2013-10-10T21:31:36+00:00</updated>
<author>
<name>Michael Basnight</name>
<email>mbasnight@gmail.com</email>
</author>
<published>2013-10-10T19:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=3b09d769082fb288bbf8f8326d83b7db105762b8'/>
<id>3b09d769082fb288bbf8f8326d83b7db105762b8</id>
<content type='text'>
The cli names were backwards. instead of backup-list, list-backups
was the name. They have been reordered to match the other openstack
clients. Also added a better readme.

Change-Id: I280f637bfa7bbeaf55c70115339f430dbb279152
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cli names were backwards. instead of backup-list, list-backups
was the name. They have been reordered to match the other openstack
clients. Also added a better readme.

Change-Id: I280f637bfa7bbeaf55c70115339f430dbb279152
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fixed bug with showing backups"</title>
<updated>2013-10-10T06:31:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-10-10T06:31:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=0fca0a16b80f4b463c009fb7e3d4f48068fe59f9'/>
<id>0fca0a16b80f4b463c009fb7e3d4f48068fe59f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Correct handling args.backup in do_create"</title>
<updated>2013-10-10T06:29:41+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-10-10T06:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=0036112ad0a31fb0e2816c2e29b22ac334efa678'/>
<id>0036112ad0a31fb0e2816c2e29b22ac334efa678</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug with showing backups</title>
<updated>2013-10-10T06:18:20+00:00</updated>
<author>
<name>Nikhil Manchanda</name>
<email>SlickNik@gmail.com</email>
</author>
<published>2013-10-10T06:18:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=f7f599fe4f17dbeb913f1527df8f7274d7e884d3'/>
<id>f7f599fe4f17dbeb913f1527df8f7274d7e884d3</id>
<content type='text'>
Pass on cs to _find_backup and use correct return variable.

Change-Id: I042d161295e4e219749ebc7dd724cd8bc6ef4d10
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass on cs to _find_backup and use correct return variable.

Change-Id: I042d161295e4e219749ebc7dd724cd8bc6ef4d10
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct handling args.backup in do_create</title>
<updated>2013-10-10T06:11:03+00:00</updated>
<author>
<name>Arata Notsu</name>
<email>notsu@virtualtech.jp</email>
</author>
<published>2013-10-10T06:11:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=fa48a8dcd46b5fd53d0907c7113d4620dcaa269f'/>
<id>fa48a8dcd46b5fd53d0907c7113d4620dcaa269f</id>
<content type='text'>
We have to use args.backup, not self.backup.

Change-Id: I1f3c892cd4e9c1a42586bdd34d5239cb90c9af74
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We have to use args.backup, not self.backup.

Change-Id: I1f3c892cd4e9c1a42586bdd34d5239cb90c9af74
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable shell to resize and restart</title>
<updated>2013-10-10T06:02:42+00:00</updated>
<author>
<name>Arata Notsu</name>
<email>notsu@virtualtech.jp</email>
</author>
<published>2013-10-10T05:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=9da3e2bff822ddb38f1107f8072c39421e4a165e'/>
<id>9da3e2bff822ddb38f1107f8072c39421e4a165e</id>
<content type='text'>
By prepending "do_" to corresponding functions.

Change-Id: I1a22527ab36b636eb3e6364e669a3d64154beca5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
By prepending "do_" to corresponding functions.

Change-Id: I1a22527ab36b636eb3e6364e669a3d64154beca5
</pre>
</div>
</content>
</entry>
<entry>
<title>Massive refactoring to the troveclient</title>
<updated>2013-10-10T02:21:08+00:00</updated>
<author>
<name>Michael Basnight</name>
<email>mbasnight@gmail.com</email>
</author>
<published>2013-09-27T05:26:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-troveclient.git/commit/?id=fd43cbd73b9de8a216039e6e66a8523e4c96543d'/>
<id>fd43cbd73b9de8a216039e6e66a8523e4c96543d</id>
<content type='text'>
The new client adheres to the standards of the other clients
now. It prints out tables, uses ENVVAR's for auth, no longer
stores pickled json in a login token, uses openstack common,
and moves the cli operations into a v1 module for the future
of trove when it has a v2 api.

Please note for compatibility, the troveclient.compat module
has the old cli. In order to deploy it, amend the setup.cfg
to include the compat module.

implements blueprint cli-compliance-upgrade

Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new client adheres to the standards of the other clients
now. It prints out tables, uses ENVVAR's for auth, no longer
stores pickled json in a login token, uses openstack common,
and moves the cli operations into a v1 module for the future
of trove when it has a v2 api.

Please note for compatibility, the troveclient.compat module
has the old cli. In order to deploy it, amend the setup.cfg
to include the compat module.

implements blueprint cli-compliance-upgrade

Change-Id: Ie69d9dbc75ce90496da316244c97acca1877a327
</pre>
</div>
</content>
</entry>
</feed>
