<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/.gitignore, branch 7.0.0</title>
<subtitle>opendev.org: openstack/python-neutronclient.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/'/>
<entry>
<title>Switch to stestr</title>
<updated>2018-09-05T23:09:28+00:00</updated>
<author>
<name>Vu Cong Tuan</name>
<email>tuanvc@vn.fujitsu.com</email>
</author>
<published>2018-07-10T06:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=259c386d424370160c861748ccd18f0c08452d3c'/>
<id>259c386d424370160c861748ccd18f0c08452d3c</id>
<content type='text'>
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ib58745d5c0d98fb79eb3cf7278c2cbfb5160efcd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to Openstack summit session [1],
stestr is maintained project to which all Openstack projects should migrate.
Let's switch to stestr as other projects have already moved to it.

[1] https://etherpad.openstack.org/p/YVR-python-pti

Change-Id: Ib58745d5c0d98fb79eb3cf7278c2cbfb5160efcd
</pre>
</div>
</content>
</entry>
<entry>
<title>Add reno for release notes management</title>
<updated>2015-11-23T22:39:23+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>motoki@da.jp.nec.com</email>
</author>
<published>2015-11-23T22:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=66b03a8167eb40c14c1c441ee56b313c348e7a88'/>
<id>66b03a8167eb40c14c1c441ee56b313c348e7a88</id>
<content type='text'>
In addition to the convention of releasenotes/source directory
which used in most OpenStack project, we have the release notes
in our developer documents.

Change-Id: Ied07af5ee5c8929e639e17a34b559cebfe419dc4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition to the convention of releasenotes/source directory
which used in most OpenStack project, we have the release notes
in our developer documents.

Change-Id: Ied07af5ee5c8929e639e17a34b559cebfe419dc4
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates .gitignore</title>
<updated>2013-11-28T14:31:43+00:00</updated>
<author>
<name>Zhenguo Niu</name>
<email>Niu.ZGlinux@gmail.com</email>
</author>
<published>2013-11-28T14:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=c3e01a7e4604948122355dbf9b9317160bc22eab'/>
<id>c3e01a7e4604948122355dbf9b9317160bc22eab</id>
<content type='text'>
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: I9384015efdd1bc2a9bbfe6f25552cd909b155998
Closes-Bug: #1255876
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To ignore swap files from getting into repository
currently the implemented ignore is *.swp
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: I9384015efdd1bc2a9bbfe6f25552cd909b155998
Closes-Bug: #1255876
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignores swap files generated during file editing</title>
<updated>2013-11-27T11:33:28+00:00</updated>
<author>
<name>Sushil Kumar</name>
<email>sushil.kumar2@globallogic.com</email>
</author>
<published>2013-11-27T10:25:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9a2754c766eea54945c5882a28f3080a0d15c096'/>
<id>9a2754c766eea54945c5882a28f3080a0d15c096</id>
<content type='text'>
Closes-Bug: #1255475

Change-Id: I22b6fa351dd3a991943f432c01785c706eff8397
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes-Bug: #1255475

Change-Id: I22b6fa351dd3a991943f432c01785c706eff8397
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename quantumclient to neutronclient</title>
<updated>2013-07-03T15:56:44+00:00</updated>
<author>
<name>Mark McClain</name>
<email>mark.mcclain@dreamhost.com</email>
</author>
<published>2013-07-02T22:44:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc'/>
<id>93ac15bfeb51ee6a097d878e4eeef69cd2b3a6bc</id>
<content type='text'>
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements Blueprint: remove-use-of-quantum

Change-Id: Idebe92d56d277435ffd23f292984f9b8b8fdb2df
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to pbr.</title>
<updated>2013-05-24T20:08:00+00:00</updated>
<author>
<name>Clark Boylan</name>
<email>clark.boylan@gmail.com</email>
</author>
<published>2013-05-11T19:38:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=898acc30f76b2629aa740976103b99f10801d593'/>
<id>898acc30f76b2629aa740976103b99f10801d593</id>
<content type='text'>
Fixes bug 1179007

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

Change-Id: I6d7a6b7c85361e1568719ad11035158f4f6d9b35
</pre>
</div>
</content>
</entry>
<entry>
<title>Add AUTHOR and .testrepository to .gitignore</title>
<updated>2013-03-27T11:06:57+00:00</updated>
<author>
<name>Akihiro MOTOKI</name>
<email>motoki@da.jp.nec.com</email>
</author>
<published>2013-03-27T11:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=a629883e79ec63e4a1277dde60c5ac9055103717'/>
<id>a629883e79ec63e4a1277dde60c5ac9055103717</id>
<content type='text'>
Also sort the entries in .gitignore in alphabetical order.

Change-Id: I25e6355b16ef490d056f0fc02ed085db5c321e8e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also sort the entries in .gitignore in alphabetical order.

Change-Id: I25e6355b16ef490d056f0fc02ed085db5c321e8e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add file 'ChangeLog' to MANIFEST.in</title>
<updated>2012-12-19T14:10:17+00:00</updated>
<author>
<name>Sascha Peilicke</name>
<email>saschpe@suse.de</email>
</author>
<published>2012-12-19T14:10:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=76066de98abdfad55dd685941dbe9683f7abbbc3'/>
<id>76066de98abdfad55dd685941dbe9683f7abbbc3</id>
<content type='text'>
The file is missing from tarballs released at tarballs.openstack.org.

Change-Id: Id782305495033948b05ee66da3d0ee2ff1933c20
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The file is missing from tarballs released at tarballs.openstack.org.

Change-Id: Id782305495033948b05ee66da3d0ee2ff1933c20
</pre>
</div>
</content>
</entry>
<entry>
<title>Add post-tag versioning.</title>
<updated>2012-06-27T02:18:29+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-25T16:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d955740671000b2b915c8c6717d12a5e52f3b89e'/>
<id>d955740671000b2b915c8c6717d12a5e52f3b89e</id>
<content type='text'>
Change-Id: I0667c7b72c36a20827730dd829a12430954b666e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0667c7b72c36a20827730dd829a12430954b666e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial docs.</title>
<updated>2012-06-14T22:04:52+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2012-06-13T20:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f7086ed40a9cf7b978a906179fd9d883c00e5eff'/>
<id>f7086ed40a9cf7b978a906179fd9d883c00e5eff</id>
<content type='text'>
Change-Id: I846eec12e800c15a545946604fe77a0a6b83fb46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I846eec12e800c15a545946604fe77a0a6b83fb46
</pre>
</div>
</content>
</entry>
</feed>
