<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-openstackclient.git/openstackclient/compute/v2/service.py, branch 1.9.0</title>
<subtitle>opendev.org: openstack/python-openstackclient
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/'/>
<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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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://trove.baserock.org/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>
<entry>
<title>Added compute service support.</title>
<updated>2013-03-05T16:30:36+00:00</updated>
<author>
<name>Josh Kearney</name>
<email>josh@jk0.org</email>
</author>
<published>2013-03-05T16:30:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/openstack/python-openstackclient.git/commit/?id=7266c695b3bc592558a1170bd00e5904fa3dd303'/>
<id>7266c695b3bc592558a1170bd00e5904fa3dd303</id>
<content type='text'>
Change-Id: I548e35396534b5498f31a45c752984f6d33357c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I548e35396534b5498f31a45c752984f6d33357c3
</pre>
</div>
</content>
</entry>
</feed>
