<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/nova.git/api-ref/source/limits.inc, branch master</title>
<subtitle>opendev.org: openstack/nova.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/'/>
<entry>
<title>api-ref: sort parameters for limits, quotas and quota classes</title>
<updated>2017-12-18T18:40:13+00:00</updated>
<author>
<name>Matt Riedemann</name>
<email>mriedem.os@gmail.com</email>
</author>
<published>2017-12-18T18:40:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=e851c13d49de03e25ec929041340a6a17e694c1d'/>
<id>e851c13d49de03e25ec929041340a6a17e694c1d</id>
<content type='text'>
The limits, quotas and quota classes parameters tables are
getting a bit confusing now after several deprecation microversions.

This change sorts the parameters for those APIs such that the
deprecated parameters are pushed to the end of the parameter table,
sorted by microversion in ascending order and alphabetical within
the same microversion.

Change-Id: Icedabe222ed7e1ce9a5665e3aaeefb520b16cf83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The limits, quotas and quota classes parameters tables are
getting a bit confusing now after several deprecation microversions.

This change sorts the parameters for those APIs such that the
deprecated parameters are pushed to the end of the parameter table,
sorted by microversion in ascending order and alphabetical within
the same microversion.

Change-Id: Icedabe222ed7e1ce9a5665e3aaeefb520b16cf83
</pre>
</div>
</content>
</entry>
<entry>
<title>api-ref: Add missing parameters in limits.inc</title>
<updated>2017-07-10T14:02:28+00:00</updated>
<author>
<name>Takashi NATSUME</name>
<email>natsume.takashi@lab.ntt.co.jp</email>
</author>
<published>2017-06-20T03:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=247aa223553f28662fa0e3210bbd7fe56eedc6b2'/>
<id>247aa223553f28662fa0e3210bbd7fe56eedc6b2</id>
<content type='text'>
Add missing parameters in limits.inc.
Fix inconsistency in the description ('instance' and 'server').

Change-Id: I9e361471024fd9618a7b6a7b49a1aeca810e6f05
Implements: blueprint api-ref-in-rst-pike
Closes-Bug: #1654316
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add missing parameters in limits.inc.
Fix inconsistency in the description ('instance' and 'server').

Change-Id: I9e361471024fd9618a7b6a7b49a1aeca810e6f05
Implements: blueprint api-ref-in-rst-pike
Closes-Bug: #1654316
</pre>
</div>
</content>
</entry>
<entry>
<title>api-ref: Fix deprecated proxy API parameters</title>
<updated>2017-02-14T23:41:46+00:00</updated>
<author>
<name>Takashi NATSUME</name>
<email>natsume.takashi@lab.ntt.co.jp</email>
</author>
<published>2017-01-05T06:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=10919158045226d236206b67bb2bf5d88fa94a97'/>
<id>10919158045226d236206b67bb2bf5d88fa94a97</id>
<content type='text'>
All the network proxy APIs were deprecated in Newton.
The related quotas have been filtered out in quotas APIs
since I7311ad726f5ca50f5648a539b03c00e712235834.
And they have also been filtered out in limits API
since I00bad055847adbbe26fe2f9225a4adde18f546b8.

But the API reference has not been updated yet.
So fix it.

Change-Id: Ie06585ab572cf6278a580bd3fdb1e86cbd0bcb7a
Closes-Bug: #1654167
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All the network proxy APIs were deprecated in Newton.
The related quotas have been filtered out in quotas APIs
since I7311ad726f5ca50f5648a539b03c00e712235834.
And they have also been filtered out in limits API
since I00bad055847adbbe26fe2f9225a4adde18f546b8.

But the API reference has not been updated yet.
So fix it.

Change-Id: Ie06585ab572cf6278a580bd3fdb1e86cbd0bcb7a
Closes-Bug: #1654167
</pre>
</div>
</content>
</entry>
<entry>
<title>[proxy-api] microversion 2.39 deprecates image-metadata proxy API</title>
<updated>2016-12-07T16:22:43+00:00</updated>
<author>
<name>Pavel Kholkin</name>
<email>pkholkin@mirantis.com</email>
</author>
<published>2016-12-01T15:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=df6e2d37f2c4b4c4dcccf870bc236ca5adc7770e'/>
<id>df6e2d37f2c4b4c4dcccf870bc236ca5adc7770e</id>
<content type='text'>
Almost all proxy APIs were deprecated in microversion 2.36.
But the sub-resource image-metadata of image was forgotten to deprecate.
This patch deprecates the image-metdata API from 2.39.

Implements blueprint deprecate-image-meta-proxy-api
Closes-bug: #1614578

Change-Id: I5507337ab6fe4a377f66dec3fe275d75618cd7b4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Almost all proxy APIs were deprecated in microversion 2.36.
But the sub-resource image-metadata of image was forgotten to deprecate.
This patch deprecates the image-metdata API from 2.39.

Implements blueprint deprecate-image-meta-proxy-api
Closes-bug: #1614578

Change-Id: I5507337ab6fe4a377f66dec3fe275d75618cd7b4
</pre>
</div>
</content>
</entry>
<entry>
<title>api-ref: verfiy limits body</title>
<updated>2016-05-01T17:54:38+00:00</updated>
<author>
<name>jichenjc</name>
<email>jichenjc@cn.ibm.com</email>
</author>
<published>2016-05-01T17:54:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=ebfe33f587459b5556b1d00dfbfb08ab856b73b5'/>
<id>ebfe33f587459b5556b1d00dfbfb08ab856b73b5</id>
<content type='text'>
This verify the limits.inc by only a small wording change

part of bp:api-ref-in-rst

Change-Id: I1f0ffbf913fc9db344d8cdf66bc3aa4339a2a75b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This verify the limits.inc by only a small wording change

part of bp:api-ref-in-rst

Change-Id: I1f0ffbf913fc9db344d8cdf66bc3aa4339a2a75b
</pre>
</div>
</content>
</entry>
<entry>
<title>remove /v2.1/{tenant_id} from all urls</title>
<updated>2016-06-03T12:47:33+00:00</updated>
<author>
<name>Sean Dague</name>
<email>sean@dague.net</email>
</author>
<published>2016-06-02T12:50:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=c9f5ad3bcf06d22661fd73dc8f98bf752784abff'/>
<id>c9f5ad3bcf06d22661fd73dc8f98bf752784abff</id>
<content type='text'>
As discussed at summit, the version part of the URL is not really
relevant, or a thing a user should be filling out themselves, this
should instead be set by the service catalog and extracted from the
token.

This removes it's reference in all documented REST urls, and adds a
new section describing how one gets the base URL for all calls.

Change-Id: I4306b8c3de0225e54f3909dd8a1fb293c4e5944c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As discussed at summit, the version part of the URL is not really
relevant, or a thing a user should be filling out themselves, this
should instead be set by the service catalog and extracted from the
token.

This removes it's reference in all documented REST urls, and adds a
new section describing how one gets the base URL for all calls.

Change-Id: I4306b8c3de0225e54f3909dd8a1fb293c4e5944c
</pre>
</div>
</content>
</entry>
<entry>
<title>limits.inc example verification</title>
<updated>2016-05-24T23:17:02+00:00</updated>
<author>
<name>Augustina Ragwitz</name>
<email>auggy@cpan.org</email>
</author>
<published>2016-05-12T18:31:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=09875f6752408850128c7affda6815a24db184c5'/>
<id>09875f6752408850128c7affda6815a24db184c5</id>
<content type='text'>
Part of bp:api-ref-in-rst

Change-Id: I0004a2c95b01e87ebfea1ed70e35219c7a468af0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of bp:api-ref-in-rst

Change-Id: I0004a2c95b01e87ebfea1ed70e35219c7a468af0
</pre>
</div>
</content>
</entry>
<entry>
<title>api-ref: limits.inc validate parameters</title>
<updated>2016-05-23T13:05:11+00:00</updated>
<author>
<name>Augustina Ragwitz</name>
<email>auggy@cpan.org</email>
</author>
<published>2016-05-11T18:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=8e0d8b7f9fbb741878af2b002bbe444b2e683dac'/>
<id>8e0d8b7f9fbb741878af2b002bbe444b2e683dac</id>
<content type='text'>
Part of blueprint api-ref-in-rst

Change-Id: I1b39ef719aa9dfcaec83b0d444baf41bb27ee813
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of blueprint api-ref-in-rst

Change-Id: I1b39ef719aa9dfcaec83b0d444baf41bb27ee813
</pre>
</div>
</content>
</entry>
<entry>
<title>Complet Method Verification of limits</title>
<updated>2016-04-22T00:06:28+00:00</updated>
<author>
<name>jichenjc</name>
<email>jichenjc@cn.ibm.com</email>
</author>
<published>2016-04-22T00:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=918560396e8512a14c5530e03860d7f222262fb0'/>
<id>918560396e8512a14c5530e03860d7f222262fb0</id>
<content type='text'>
This complete the Method Verification of limits,
as this is the only method supported.
http://paste.openstack.org/show/495202/
has the method call and return sample value.

also, clean and correct some error return code.

Part of bp:api-ref-in-rst

Change-Id: Ic1dca126d1acef3eaa8a56ef764f3ddefcb28ba4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This complete the Method Verification of limits,
as this is the only method supported.
http://paste.openstack.org/show/495202/
has the method call and return sample value.

also, clean and correct some error return code.

Part of bp:api-ref-in-rst

Change-Id: Ic1dca126d1acef3eaa8a56ef764f3ddefcb28ba4
</pre>
</div>
</content>
</entry>
<entry>
<title>add tags to files for the content verification phase</title>
<updated>2016-04-20T20:21:58+00:00</updated>
<author>
<name>Sean Dague</name>
<email>sean@dague.net</email>
</author>
<published>2016-04-20T20:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/nova.git/commit/?id=d929b9fc7666d601894771c8f39f95c04d79fbd1'/>
<id>d929b9fc7666d601894771c8f39f95c04d79fbd1</id>
<content type='text'>
This adds a set of tags in comments to the beginning of files so that
we can process them according to the documentation here:
https://wiki.openstack.org/wiki/NovaAPIRef

Part of bp:api-ref-in-rst

Change-Id: I17cf584dafb5bd969c12f51b7e7185d92365bf93
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a set of tags in comments to the beginning of files so that
we can process them according to the documentation here:
https://wiki.openstack.org/wiki/NovaAPIRef

Part of bp:api-ref-in-rst

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