<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ceilometerclient.git/ceilometerclient/tests/v2/test_shell.py, branch 1.0.7</title>
<subtitle>opendev.org: openstack/python-ceilometerclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/'/>
<entry>
<title>Merge "Allow alarm-threshold-update to upate generic attributes"</title>
<updated>2013-11-28T00:20:24+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2013-11-28T00:20:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=2950b30089ab7f38b70a9dd6b40cf0823d4ade3a'/>
<id>2950b30089ab7f38b70a9dd6b40cf0823d4ade3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow alarm-threshold-update to upate generic attributes</title>
<updated>2013-11-22T11:40:47+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-11-22T11:18:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=08b476d2c9edeff7d025038467922f3d1cda6f19'/>
<id>08b476d2c9edeff7d025038467922f3d1cda6f19</id>
<content type='text'>
Fixes bug 1253989

Previously, generic (i.e. non-threshold-related) alarm attributes could
not be updated with the alarm-threshold-update command. An attempt to
do so failed semi-silently when a non-existent dict key was referenced.

Now, all alarm attributes can be updated with this command.

Change-Id: Iba3f21de879fb853575dcec1730de7873eab8afd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1253989

Previously, generic (i.e. non-threshold-related) alarm attributes could
not be updated with the alarm-threshold-update command. An attempt to
do so failed semi-silently when a non-existent dict key was referenced.

Now, all alarm attributes can be updated with this command.

Change-Id: Iba3f21de879fb853575dcec1730de7873eab8afd
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable pep8 E128 checking</title>
<updated>2013-11-22T03:03:42+00:00</updated>
<author>
<name>Lianhao Lu</name>
<email>lianhao.lu@intel.com</email>
</author>
<published>2013-11-22T02:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=f80b29a6c3cd2326d0e721701dfa7449c07267f8'/>
<id>f80b29a6c3cd2326d0e721701dfa7449c07267f8</id>
<content type='text'>
Change-Id: I31dc17f0faaae1c32e5106873fd13158376367f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I31dc17f0faaae1c32e5106873fd13158376367f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid reset of repeat_actions attribute on alarm update</title>
<updated>2013-11-21T13:47:33+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-11-20T09:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7a5cbc14a5ff0679e2797569f9de8ef82068f510'/>
<id>7a5cbc14a5ff0679e2797569f9de8ef82068f510</id>
<content type='text'>
Fixes bug 1253057

Previously, when an unrelated alarm attribute was updated via the CLI,
the repeat_actions attribute was also set to False as an unwanted side-effect.

Now, we only set this attribute in the update call if explicitly specified
as a CLI arg. Otherwise the value provided in the PUT request body reflects
the pre-existing value for this attribute.

Change-Id: I94468ff649dd4367848c74e94a3feb08494bb223
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1253057

Previously, when an unrelated alarm attribute was updated via the CLI,
the repeat_actions attribute was also set to False as an unwanted side-effect.

Now, we only set this attribute in the update call if explicitly specified
as a CLI arg. Otherwise the value provided in the PUT request body reflects
the pre-existing value for this attribute.

Change-Id: I94468ff649dd4367848c74e94a3feb08494bb223
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds the 'limit' parameter to sample list command in V2 API</title>
<updated>2013-10-28T10:43:47+00:00</updated>
<author>
<name>Nejc Saje</name>
<email>nejc.saje@xlab.si</email>
</author>
<published>2013-10-24T11:15:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=03a567f9f44843ac146e058a3c9bfc933b375180'/>
<id>03a567f9f44843ac146e058a3c9bfc933b375180</id>
<content type='text'>
Change-Id: I338590fcd75f39c3419e7e138023f6918f206ae2
Fixes: bug #1244172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I338590fcd75f39c3419e7e138023f6918f206ae2
Fixes: bug #1244172
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix order of sample list</title>
<updated>2013-10-28T00:08:40+00:00</updated>
<author>
<name>fujioka yuuichi</name>
<email>fujioka-yuuichi@zx.mxh.nes.nec.co.jp</email>
</author>
<published>2013-10-28T00:05:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=1b0f94f20580a55bea52ba468bdeeca3dd4552bd'/>
<id>1b0f94f20580a55bea52ba468bdeeca3dd4552bd</id>
<content type='text'>
Samples of "ceilometer sample-list" are sorted by Resource ID and
Volume.
Expected order is Timestamp.

This pache fixes this problem.

Change-Id: I338014e5868b2176a3afd549e13d0dd6118b3ac1
Closes-Bug: #1227495
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Samples of "ceilometer sample-list" are sorted by Resource ID and
Volume.
Expected order is Timestamp.

This pache fixes this problem.

Change-Id: I338014e5868b2176a3afd549e13d0dd6118b3ac1
Closes-Bug: #1227495
</pre>
</div>
</content>
</entry>
<entry>
<title>Import six.StringIO</title>
<updated>2013-10-14T09:15:47+00:00</updated>
<author>
<name>Kui Shi</name>
<email>skuicloud@gmail.com</email>
</author>
<published>2013-10-14T08:52:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=eaae72edc92940b0e46b7d7b955e2bfbe94542c5'/>
<id>eaae72edc92940b0e46b7d7b955e2bfbe94542c5</id>
<content type='text'>
six.StringIO
This is an fake file object for textual data. It is an alias for
StringIO.StringIO in Python 2 and io.StringIO in Python 3.

Partial Implement: blueprint py33-support

Change-Id: I76c05041565614241eea7b7595e4503c88211ee8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
six.StringIO
This is an fake file object for textual data. It is an alias for
StringIO.StringIO in Python 2 and io.StringIO in Python 3.

Partial Implement: blueprint py33-support

Change-Id: I76c05041565614241eea7b7595e4503c88211ee8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for new alarm-history command</title>
<updated>2013-10-03T14:51:29+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-10-02T16:18:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=c3283ec1e861f29a53c59c1a09f2a1bc21a713e4'/>
<id>c3283ec1e861f29a53c59c1a09f2a1bc21a713e4</id>
<content type='text'>
Expose the new alarm history API via the CLI.

Change-Id: I5757d309dd7143dfab83985fb51ee6d320478e3b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Expose the new alarm history API via the CLI.

Change-Id: I5757d309dd7143dfab83985fb51ee6d320478e3b
</pre>
</div>
</content>
</entry>
<entry>
<title>Use standard CLI object-verb ordering for alarm-{g|s}set-state</title>
<updated>2013-10-02T16:15:43+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-10-02T09:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=fc201b3805dda16fad66d7c0d0e47b1e32612874'/>
<id>fc201b3805dda16fad66d7c0d0e47b1e32612874</id>
<content type='text'>
The openstack CLIs all use an object-followed-by-verb ordering
convention when construct command names.

Follow a similar convention for commands to get and set alarm
state.

Change-Id: I34e0f450019556c80476df782d4c86dca08bdc9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The openstack CLIs all use an object-followed-by-verb ordering
convention when construct command names.

Follow a similar convention for commands to get and set alarm
state.

Change-Id: I34e0f450019556c80476df782d4c86dca08bdc9d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix shell.do_alarm_get_state to get as opposed to set</title>
<updated>2013-10-02T16:15:43+00:00</updated>
<author>
<name>Eoghan Glynn</name>
<email>eglynn@redhat.com</email>
</author>
<published>2013-10-02T09:30:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ceilometerclient.git/commit/?id=7c8a676b43e9f82276041afbae15d739dc2c1ab4'/>
<id>7c8a676b43e9f82276041afbae15d739dc2c1ab4</id>
<content type='text'>
Otherwise the CLI fails when attempting to set a state arg that
doesn't exist.

(Simple copy'n'paste error in the original code).

Change-Id: Iab117177805449ddec9d03656a95a0cbbbbd58bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise the CLI fails when attempting to set a state arg that
doesn't exist.

(Simple copy'n'paste error in the original code).

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