<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/python-neutronclient.git/doc/source, branch 7.3.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>remove unicode from code</title>
<updated>2021-01-03T08:58:30+00:00</updated>
<author>
<name>zhangboye</name>
<email>zhangboye@inspur.com</email>
</author>
<published>2021-01-03T08:57:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=4963c7ae14743d2542c8334e3175b7827750bb3d'/>
<id>4963c7ae14743d2542c8334e3175b7827750bb3d</id>
<content type='text'>
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2521c2ba836b6a332883134112b6f99d996cc4e4
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to newer openstackdocstheme and reno versions</title>
<updated>2020-05-18T20:09:17+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-05-18T20:08:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=85ef7b7108ffe491749b52f9ffccade1e2a66164'/>
<id>85ef7b7108ffe491749b52f9ffccade1e2a66164</id>
<content type='text'>
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

Set openstackdocs_auto_name to use 'project' as name.

Depends-On: https://review.opendev.org/728938
Change-Id: I9e1dcc5c8861ac9d800ed7425b3e3193dd13c546
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to openstackdocstheme 2.2.0 and reno 3.1.0 versions. Using
these versions will allow especially:
* Linking from HTML to PDF document
* Allow parallel building of documents
* Fix some rendering problems

Update Sphinx version as well.

Remove docs requirements from lower-constraints, they are not needed
during install or test but only for docs building.

openstackdocstheme renames some variables, so follow the renames
before the next release removes them. A couple of variables are also
not needed anymore, remove them.

Set openstackdocs_pdf_link to link to PDF file. Note that
the link to the published document only works on docs.openstack.org
where the PDF file is placed in the top-level html directory. The
site-preview places the PDF in a pdf directory.

Set openstackdocs_auto_name to use 'project' as name.

Depends-On: https://review.opendev.org/728938
Change-Id: I9e1dcc5c8861ac9d800ed7425b3e3193dd13c546
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup py27 support</title>
<updated>2020-04-04T15:06:45+00:00</updated>
<author>
<name>Andreas Jaeger</name>
<email>aj@suse.com</email>
</author>
<published>2020-04-04T15:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=ac04e5d415c03f8594e1d3344c51bfe6c9d3a49d'/>
<id>ac04e5d415c03f8594e1d3344c51bfe6c9d3a49d</id>
<content type='text'>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I66d7b502349de38bc2b646ed99cf5a41471d81bf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python &gt;= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers
- Update requirements, no need for python_version anymore
- Remove html_last_updated_fmt from conf.py, this is not needed with
  openstackdocstheme anymore; update openstackdocstheme requirement

Change-Id: I66d7b502349de38bc2b646ed99cf5a41471d81bf
</pre>
</div>
</content>
</entry>
<entry>
<title>PDF documentation build</title>
<updated>2019-09-05T12:27:30+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2019-08-27T07:27:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=d6c78a5d3995c36f4641d462009902c32b70795f'/>
<id>d6c78a5d3995c36f4641d462009902c32b70795f</id>
<content type='text'>
Change-Id: I0abc5df1dfde23756bc2fd78631141ba685dc6fe
Story: 2006099
Task: 35139
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I0abc5df1dfde23756bc2fd78631141ba685dc6fe
Story: 2006099
Task: 35139
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Remove prompt from python binding examples</title>
<updated>2019-05-10T02:00:42+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2019-05-10T01:54:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=dc10f44128b26e7c964957c5e9c8d00ff91a3c0e'/>
<id>dc10f44128b26e7c964957c5e9c8d00ff91a3c0e</id>
<content type='text'>
The current python binding examples have prompts of python
interactive mode, but these prompts make it difficult to
copy-and-paste the examples. This commit removes them.

Change-Id: Ia5d35fbb585ed0d0d11c8d035196981e9dd46785
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current python binding examples have prompts of python
interactive mode, but these prompts make it difficult to
copy-and-paste the examples. This commit removes them.

Change-Id: Ia5d35fbb585ed0d0d11c8d035196981e9dd46785
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace git.openstack.org URLs with opendev.org URLs</title>
<updated>2019-04-28T06:25:39+00:00</updated>
<author>
<name>jacky06</name>
<email>zhang.min@99cloud.net</email>
</author>
<published>2019-04-23T05:44:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=9a91b4ad38ac5ff3ab2e2cdc0dd63727f0e90691'/>
<id>9a91b4ad38ac5ff3ab2e2cdc0dd63727f0e90691</id>
<content type='text'>
Change-Id: I3cc418bd8219a3d4f3ab5c018adf06b66ef36b46
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3cc418bd8219a3d4f3ab5c018adf06b66ef36b46
</pre>
</div>
</content>
</entry>
<entry>
<title>Add subnet onboard CLI</title>
<updated>2019-02-27T14:39:40+00:00</updated>
<author>
<name>Ryan Tidwell</name>
<email>rtidwell@suse.com</email>
</author>
<published>2019-02-05T16:59:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=680b417111dbbda9e318700286c4efd9055f1af3'/>
<id>680b417111dbbda9e318700286c4efd9055f1af3</id>
<content type='text'>
This is the implementation of the "onboard network subnets" CLI.
This enables the subnet onboard feature of neutron to be driven via
CLI.

Depends-On: https://review.openstack.org/348080
Change-Id: Ic637ed689b0d3806d2c33faa419c3a98a310effa
Implements: blueprint subnet-onboard
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the implementation of the "onboard network subnets" CLI.
This enables the subnet onboard feature of neutron to be driven via
CLI.

Depends-On: https://review.openstack.org/348080
Change-Id: Ic637ed689b0d3806d2c33faa419c3a98a310effa
Implements: blueprint subnet-onboard
</pre>
</div>
</content>
</entry>
<entry>
<title>Update links in README</title>
<updated>2018-06-12T08:19:33+00:00</updated>
<author>
<name>XiaojueGuan</name>
<email>guanalbertjone@gmail.com</email>
</author>
<published>2018-06-12T08:17:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=5a6b75655d1ea88a63fae55daa64abcf2e3376a9'/>
<id>5a6b75655d1ea88a63fae55daa64abcf2e3376a9</id>
<content type='text'>
 Change the outdated links to the latest links in README

Change-Id: I70fbe513066b9375344e80308c646e56bf927db0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Change the outdated links to the latest links in README

Change-Id: I70fbe513066b9375344e80308c646e56bf927db0
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename python-openstacksdk to openstacksdk</title>
<updated>2018-03-23T14:00:46+00:00</updated>
<author>
<name>Monty Taylor</name>
<email>mordred@inaugust.com</email>
</author>
<published>2018-03-23T14:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=f54ba792c9677c0a7ae41c7fbafc24ab127422de'/>
<id>f54ba792c9677c0a7ae41c7fbafc24ab127422de</id>
<content type='text'>
Change-Id: If61a78de8b16f62586988f5fdeab2146f67fa3f7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If61a78de8b16f62586988f5fdeab2146f67fa3f7
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop neutronclient-specific cliff sphinx extension</title>
<updated>2018-01-29T02:08:43+00:00</updated>
<author>
<name>Akihiro Motoki</name>
<email>amotoki@gmail.com</email>
</author>
<published>2018-01-16T05:43:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/python-neutronclient.git/commit/?id=1791ce65400315baf075dbade52cdbaef7da0436'/>
<id>1791ce65400315baf075dbade52cdbaef7da0436</id>
<content type='text'>
Previously neutronclient has its own variant of cliff sphinx
extension to support cliff app autodocument (cliff-app directive).
The feature has been implemented in cliff 2.10.0.
This patch switches to the cliff official version.

The cliff official version also contains several nice fixes
around the sphinx extension.

Change-Id: If542fdf88ef57ec3ce8ecc017127b5dc194e6c9a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously neutronclient has its own variant of cliff sphinx
extension to support cliff app autodocument (cliff-app directive).
The feature has been implemented in cliff 2.10.0.
This patch switches to the cliff official version.

The cliff official version also contains several nice fixes
around the sphinx extension.

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