<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-ironicclient.git/tools, branch 1.3.0</title>
<subtitle>opendev.org: openstack/python-ironicclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/'/>
<entry>
<title>Allow functional tests to work with Keystone v3</title>
<updated>2016-02-01T13:56:43+00:00</updated>
<author>
<name>Vladyslav Drok</name>
<email>vdrok@mirantis.com</email>
</author>
<published>2016-01-29T17:35:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=1e69e448355b17bb477ecea0abdc599d6bcc5e36'/>
<id>1e69e448355b17bb477ecea0abdc599d6bcc5e36</id>
<content type='text'>
Closes-bug: #1540287

Change-Id: Ia8f1d41c828dd922559bf8fbcd1b331b0247faf1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-bug: #1540287

Change-Id: Ia8f1d41c828dd922559bf8fbcd1b331b0247faf1
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop explicit Python 2.6 support</title>
<updated>2015-11-18T02:06:00+00:00</updated>
<author>
<name>Jim Rollenhagen</name>
<email>jim@jimrollenhagen.com</email>
</author>
<published>2015-11-17T17:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=4757e69c13b1399aca96bbda4cf0d585ce334448'/>
<id>4757e69c13b1399aca96bbda4cf0d585ce334448</id>
<content type='text'>
Removes py26 env from tox.ini and other 2.6 references.

Change-Id: I2060047d3bc29c25c500086ab7d9c0e827486654
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes py26 env from tox.ini and other 2.6 references.

Change-Id: I2060047d3bc29c25c500086ab7d9c0e827486654
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert: requirement files in alphabetical order</title>
<updated>2015-07-13T23:53:46+00:00</updated>
<author>
<name>Ruby Loo</name>
<email>rloo@yahoo-inc.com</email>
</author>
<published>2015-07-13T23:53:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=6060c1875d5cb21e5478b7f5aef21923c9e1f3e7'/>
<id>6060c1875d5cb21e5478b7f5aef21923c9e1f3e7</id>
<content type='text'>
This manually reverts commit 07827ed717f94ed05027787cc0c875e0a2e18844
which sorted the requirement files in alphabetical order and added a
test to ensure that they were sorted.

The requirement files should not be sorted:
http://lists.openstack.org/pipermail/openstack-dev/2014-September/044736.html

Change-Id: I8917b85ad1d8571dc36ecda7570ee53c4e5da72d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This manually reverts commit 07827ed717f94ed05027787cc0c875e0a2e18844
which sorted the requirement files in alphabetical order and added a
test to ensure that they were sorted.

The requirement files should not be sorted:
http://lists.openstack.org/pipermail/openstack-dev/2014-September/044736.html

Change-Id: I8917b85ad1d8571dc36ecda7570ee53c4e5da72d
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove unneeded 'utf-8' coding lines</title>
<updated>2015-04-21T16:44:47+00:00</updated>
<author>
<name>John L. Villalovos</name>
<email>john.l.villalovos@intel.com</email>
</author>
<published>2015-04-20T18:49:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=2df670cf3045c2c430eaaac6f48919d6d1586afc'/>
<id>2df670cf3045c2c430eaaac6f48919d6d1586afc</id>
<content type='text'>
This is basically a revert of commit:
  af741ec2236619880fa902d68aef4a6ae6cef534

It was decided that only files that need to have the line:
  # -*- coding: utf-8 -*-
Should have the line[1] as a general principle

This patch removes the 'utf-8' coding line from files that consist
entirely of ASCII characters.

[1]
http://eavesdrop.openstack.org/meetings/ironic/2015/ironic.2015-04-20-17.00.html

Partial-bug: #1325193
Change-Id: I88c1c37f7b580aa805eae9d4a1e66d33302a325f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is basically a revert of commit:
  af741ec2236619880fa902d68aef4a6ae6cef534

It was decided that only files that need to have the line:
  # -*- coding: utf-8 -*-
Should have the line[1] as a general principle

This patch removes the 'utf-8' coding line from files that consist
entirely of ASCII characters.

[1]
http://eavesdrop.openstack.org/meetings/ironic/2015/ironic.2015-04-20-17.00.html

Partial-bug: #1325193
Change-Id: I88c1c37f7b580aa805eae9d4a1e66d33302a325f
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds basic ironicclient functional testing</title>
<updated>2015-03-09T20:45:20+00:00</updated>
<author>
<name>Adam Gandelman</name>
<email>adamg@ubuntu.com</email>
</author>
<published>2015-03-06T01:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=d76862b1869ea529da1e149f4e3a00cc5fb9eda6'/>
<id>d76862b1869ea529da1e149f4e3a00cc5fb9eda6</id>
<content type='text'>
This moves unit tests to ironicclient/tests/unit and adds a new test
directory at ironicclient/tests/functional.  These are meant to be
functional tests that are run against a living cloud (presumably deployed
by devstack as part of a gating job).  They depend on a test.conf to exist
that contains admin user credentials for said cloud.  This includes a simple
run_functional.sh script that is meant to create that and serve as the entry
point for running the tests from a devstack post_test_hook.

Change-Id: I11570c3e22e4f80b94d0643dca6ed8231217c877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This moves unit tests to ironicclient/tests/unit and adds a new test
directory at ironicclient/tests/functional.  These are meant to be
functional tests that are run against a living cloud (presumably deployed
by devstack as part of a gating job).  They depend on a test.conf to exist
that contains admin user credentials for said cloud.  This includes a simple
run_functional.sh script that is meant to create that and serve as the entry
point for running the tests from a devstack post_test_hook.

Change-Id: I11570c3e22e4f80b94d0643dca6ed8231217c877
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add bash completion support for ironic cli"</title>
<updated>2014-07-15T18:58:11+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-07-15T18:58:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=25befcb5f9e02f7edca6ca156c980aca68bb3840'/>
<id>25befcb5f9e02f7edca6ca156c980aca68bb3840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bash completion support for ironic cli</title>
<updated>2014-07-09T17:20:12+00:00</updated>
<author>
<name>Ramakrishnan G</name>
<email>rameshg87@gmail.com</email>
</author>
<published>2014-06-22T18:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=1155530941ddeb1b948939fa400ba722ed5ccd0f'/>
<id>1155530941ddeb1b948939fa400ba722ed5ccd0f</id>
<content type='text'>
This commit adds the 'bash-completion' option to
ironic cli which prints all sub-commands and
options, and bash_completion scripts for bash
auto completion.

Change-Id: Ide5b29e262b4217046f124d86902cd0abfdab1b6
Closes-Bug: 1332408
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit adds the 'bash-completion' option to
ironic cli which prints all sub-commands and
options, and bash_completion scripts for bash
auto completion.

Change-Id: Ide5b29e262b4217046f124d86902cd0abfdab1b6
Closes-Bug: 1332408
</pre>
</div>
</content>
</entry>
<entry>
<title>Add UTF-8 coding lines to all Python files</title>
<updated>2014-05-31T11:22:44+00:00</updated>
<author>
<name>Martin Geisler</name>
<email>martin@geisler.net</email>
</author>
<published>2014-05-28T09:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=af741ec2236619880fa902d68aef4a6ae6cef534'/>
<id>af741ec2236619880fa902d68aef4a6ae6cef534</id>
<content type='text'>
While not strictly necessary for files containing only ASCII
characters, adding a line with "coding: utf-8" can guard against
future SyntaxError's in case someone inserts a Unicode literal.

This commit adds such lines to all .py files. The syntax used by this
commit works with Python (of course). It also works with Emacs, which
will recognize the special "-*-" marker and use the "coding" variable
to correctly decode the file, even in an environment where UTF-8 is
not the default file encoding.

Existing coding lines were normalized to match the new lines added.

Partial-bug: #1325193
Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While not strictly necessary for files containing only ASCII
characters, adding a line with "coding: utf-8" can guard against
future SyntaxError's in case someone inserts a Unicode literal.

This commit adds such lines to all .py files. The syntax used by this
commit works with Python (of course). It also works with Emacs, which
will recognize the special "-*-" marker and use the "coding" variable
to correctly decode the file, even in an environment where UTF-8 is
not the default file encoding.

Existing coding lines were normalized to match the new lines added.

Partial-bug: #1325193
Change-Id: I58bf93fea711fd25890356a397e594bd820c99e3
</pre>
</div>
</content>
</entry>
<entry>
<title>Sort requirement files in alphabetical order</title>
<updated>2014-02-27T11:35:56+00:00</updated>
<author>
<name>ChenZheng</name>
<email>chen.zheng@easystack.cn</email>
</author>
<published>2014-02-27T11:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=07827ed717f94ed05027787cc0c875e0a2e18844'/>
<id>07827ed717f94ed05027787cc0c875e0a2e18844</id>
<content type='text'>
This makes code more readable, and can check whether specific library
in the requirement files easily. We also enforce the check in pep8.

Change-Id: I138b332102a94557f153f8982ec00d493e2472b0
Closes-Bug: #1285478
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes code more readable, and can check whether specific library
in the requirement files easily. We also enforce the check in pep8.

Change-Id: I138b332102a94557f153f8982ec00d493e2472b0
Closes-Bug: #1285478
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove vim header</title>
<updated>2014-02-13T07:11:42+00:00</updated>
<author>
<name>He Yongli</name>
<email>yongli.he@intel.com</email>
</author>
<published>2014-02-13T06:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-ironicclient.git/commit/?id=3622dfa2fb4c66fd8cbb76bc8a730195f4c32305'/>
<id>3622dfa2fb4c66fd8cbb76bc8a730195f4c32305</id>
<content type='text'>
No need to set tabstop tons of times, this can be set in your vimrc
file instead.

More disucssion:
http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html

Change-Id: Iff0d2e4725355800f923a04a1bfcac3003a6abd2
Close-bug: #1229324
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
No need to set tabstop tons of times, this can be set in your vimrc
file instead.

More disucssion:
http://openstack.10931.n7.nabble.com/Remove-vim-modelines-td21780.html

Change-Id: Iff0d2e4725355800f923a04a1bfcac3003a6abd2
Close-bug: #1229324
</pre>
</div>
</content>
</entry>
</feed>
