<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/compute/v2/service.py, branch 2.2.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/'/>
<entry>
<title>log take_action parameters in a single place</title>
<updated>2016-02-02T00:58:32+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>motoki@da.jp.nec.com</email>
</author>
<published>2016-01-10T12:54:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=258c1102cc6b93a860bcd7cc083d4e14ae0025ce'/>
<id>258c1102cc6b93a860bcd7cc083d4e14ae0025ce</id>
<content type='text'>
Previously each command logs take_action parameters explicitly
by using @utils.log_method decorator or log.debug().
Some commands have no logging.

This commit calls a logger in the base class and
drops all logging definition from individual commands.

Closes-Bug: #1532294
Change-Id: I43cd0290a4353c68c075bade9571c940733da1be
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously each command logs take_action parameters explicitly
by using @utils.log_method decorator or log.debug().
Some commands have no logging.

This commit calls a logger in the base class and
drops all logging definition from individual commands.

Closes-Bug: #1532294
Change-Id: I43cd0290a4353c68c075bade9571c940733da1be
</pre>
</div>
</content>
</entry>
<entry>
<title>Docstring should say 'default' if option is default</title>
<updated>2015-12-31T04:06:26+00:00</updated>
<author>
<name>Rushi Agrawal</name>
<email>rushi.agr@gmail.com</email>
</author>
<published>2015-12-29T17:47:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=eeeb9f729f1482d89203e5124b78eab29113c1cf'/>
<id>eeeb9f729f1482d89203e5124b78eab29113c1cf</id>
<content type='text'>
Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I59d83e7a0a590fa537f509f7f19940640f555679
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Remove list output from "compute service set""</title>
<updated>2015-12-18T21:40:22+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-12-18T21:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=b220f4b667366ee850da61b11e6a33a74514a3b9'/>
<id>b220f4b667366ee850da61b11e6a33a74514a3b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial: Remove useless return from files in compute.</title>
<updated>2015-12-17T01:34:12+00:00</updated>
<author>
<name>Tang Chen</name>
<email>tangchen@cn.fujitsu.com</email>
</author>
<published>2015-12-17T01:34:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=494659fbe432795c846a4e4e59e7faf4a25b6dca'/>
<id>494659fbe432795c846a4e4e59e7faf4a25b6dca</id>
<content type='text'>
Change-Id: I9dc6749256fcd53d292d7f658912c032e9ce9df5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I9dc6749256fcd53d292d7f658912c032e9ce9df5
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove list output from "compute service set"</title>
<updated>2015-12-01T06:18:13+00:00</updated>
<author>
<name>xiexs</name>
<email>xiexs@cn.fujitsu.com</email>
</author>
<published>2015-12-02T05:45:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=fad7126e7929621e37a021ee474b6aa771a92912'/>
<id>fad7126e7929621e37a021ee474b6aa771a92912</id>
<content type='text'>
Replace the super class from lister.Lister to command.Command,
as no need to display the status for the "set" command.

Change-Id: Ibaf3c1e349633223fca19937bbd9060d4f9ecbda
Closes-Bug: #1517804
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace the super class from lister.Lister to command.Command,
as no need to display the status for the "set" command.

Change-Id: Ibaf3c1e349633223fca19937bbd9060d4f9ecbda
Closes-Bug: #1517804
</pre>
</div>
</content>
</entry>
<entry>
<title>Add compute service delete</title>
<updated>2015-10-16T14:01:37+00:00</updated>
<author>
<name>Alex Schultz</name>
<email>aschultz@mirantis.com</email>
</author>
<published>2015-10-07T03:12:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=d1bc15f498da1a4d5f1c865d5eb6a151f472be9c'/>
<id>d1bc15f498da1a4d5f1c865d5eb6a151f472be9c</id>
<content type='text'>
This change adds 'compute service delete &lt;service&gt;' to the openstack
client. This is the equivalent of 'nova service-delete &lt;id&gt;'

Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367
Closes-Bug: #1503510
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds 'compute service delete &lt;service&gt;' to the openstack
client. This is the equivalent of 'nova service-delete &lt;id&gt;'

Change-Id: I69ef1cac72cbe125c2114f8e958e22350a70f367
Closes-Bug: #1503510
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ID column to compute service list</title>
<updated>2015-10-06T21:00:59+00:00</updated>
<author>
<name>Alex Schultz</name>
<email>aschultz@mirantis.com</email>
</author>
<published>2015-10-06T20:59:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=80e3a2dedbaccd582b5761b3419ec5ea033d7fe8'/>
<id>80e3a2dedbaccd582b5761b3419ec5ea033d7fe8</id>
<content type='text'>
This change adds the ID to the compute service list command so that the
ID can be leveraged by scripts trying to remove or update a specific
service.

Change-Id: I446b4c0071988133195eb2382313b3918b7ffa72
Closes-Bug: #1503430
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change adds the ID to the compute service list command so that the
ID can be leveraged by scripts trying to remove or update a specific
service.

Change-Id: I446b4c0071988133195eb2382313b3918b7ffa72
Closes-Bug: #1503430
</pre>
</div>
</content>
</entry>
<entry>
<title>replace string format arguments with function parameters</title>
<updated>2014-05-20T11:49:56+00:00</updated>
<author>
<name>Christian Berendt</name>
<email>berendt@b1-systems.de</email>
</author>
<published>2014-05-20T11:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=3b485de6b0495d1e9f6d659463a187d73a783594'/>
<id>3b485de6b0495d1e9f6d659463a187d73a783594</id>
<content type='text'>
There are files containing string format arguments inside
logging messages. Using logging function parameters should
be preferred.

Change-Id: Ic749ac9eb55564ed631d57055a5a4dfc3aebd169
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are files containing string format arguments inside
logging messages. Using logging function parameters should
be preferred.

Change-Id: Ic749ac9eb55564ed631d57055a5a4dfc3aebd169
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove api = apiName calls from each method</title>
<updated>2013-07-12T16:07:33+00:00</updated>
<author>
<name>Steve Martinelli</name>
<email>stevemar@ca.ibm.com</email>
</author>
<published>2013-07-12T03:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=1a0d5ccc68f65394292992b48afe20241e89e7b8'/>
<id>1a0d5ccc68f65394292992b48afe20241e89e7b8</id>
<content type='text'>
As discussed in https://review.openstack.org/#/c/36352/ for each
command, we were setting api = identity or volume... etc,
this was for an old way of calling commands that are is no longer
used.

Also removed openstackclient/common/command.py

Change-Id: I2705f35d343f2ae729dc22d6aed0b852b2f8ca19
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed in https://review.openstack.org/#/c/36352/ for each
command, we were setting api = identity or volume... etc,
this was for an old way of calling commands that are is no longer
used.

Also removed openstackclient/common/command.py

Change-Id: I2705f35d343f2ae729dc22d6aed0b852b2f8ca19
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unused imports.</title>
<updated>2013-03-15T16:10:46+00:00</updated>
<author>
<name>Josh Kearney</name>
<email>josh@jk0.org</email>
</author>
<published>2013-03-15T16:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/python-openstackclient.git/commit/?id=f54012cf8ea196eef2a68d0b5faa4684c48efe45'/>
<id>f54012cf8ea196eef2a68d0b5faa4684c48efe45</id>
<content type='text'>
Change-Id: Ib1bae16f996559c008fb1fe0b74f26b152854ea8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ib1bae16f996559c008fb1fe0b74f26b152854ea8
</pre>
</div>
</content>
</entry>
</feed>
