[Yahoo-eng-team] [Bug 1373337] Re: Updating quotas path issue

2022-10-19 Thread Rodolfo Alonso
** Changed in: neutron
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1373337

Title:
  Updating quotas path issue

Status in neutron:
  Invalid
Status in openstack-api-site:
  Fix Released

Bug description:
  In the docs (http://developer.openstack.org/api-ref-
  networking-v2.html#quotas-ext), it clearly says that to update quota
  values, the request should be:

  PUT /v2.0/quotas

  But I'm getting a 404 when you do this. If you do this instead:

  PUT /v2.0/quotas/foo

  it works as expected, where "foo" can literally be anything. I looked
  at how the python-neutronclient handles this, and they seem to append
  the tenant_id to the end - which is completely undocumented. So:

  1. Is this a bug with the Neutron API or with the Neutron docs?
  2. Why does any arbitrary string get accepted?

  I'm using Neutron on devstack, Icehouse release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1373337/+subscriptions


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1373337] Re: Updating quotas path issue

2015-11-30 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/245230
Committed: 
https://git.openstack.org/cgit/openstack/api-site/commit/?id=256610411a7826f67bd9ed79438b6da0529eae41
Submitter: Jenkins
Branch:master

commit 256610411a7826f67bd9ed79438b6da0529eae41
Author: Diane Fleming 
Date:   Fri Nov 13 10:56:51 2015 -0600

Update quotas extension

Add current code samples
Update descriptions for clarity

Change-Id: Ibafb2a49ca8c680ef6d29f20ba9e2f23fcbe61c1
Closes-Bug: #1373337


** Changed in: openstack-api-site
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1373337

Title:
  Updating quotas path issue

Status in neutron:
  Incomplete
Status in openstack-api-site:
  Fix Released

Bug description:
  In the docs (http://developer.openstack.org/api-ref-networking-v2.html
  #quotas-ext), it clearly says that to update quota values, the request
  should be:

  PUT /v2.0/quotas

  But I'm getting a 404 when you do this. If you do this instead:

  PUT /v2.0/quotas/foo

  it works as expected, where "foo" can literally be anything. I looked
  at how the python-neutronclient handles this, and they seem to append
  the tenant_id to the end - which is completely undocumented. So:

  1. Is this a bug with the Neutron API or with the Neutron docs?
  2. Why does any arbitrary string get accepted?

  I'm using Neutron on devstack, Icehouse release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1373337/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1373337] Re: Updating quotas path issue

2014-11-06 Thread Anne Gentle
** Changed in: openstack-manuals
   Status: New = Confirmed

** Also affects: openstack-api-site
   Importance: Undecided
   Status: New

** No longer affects: openstack-manuals

** Changed in: openstack-api-site
   Status: New = Confirmed

** Changed in: openstack-api-site
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1373337

Title:
  Updating quotas path issue

Status in OpenStack Neutron (virtual network service):
  Incomplete
Status in OpenStack API documentation site:
  Confirmed

Bug description:
  In the docs (http://developer.openstack.org/api-ref-networking-v2.html
  #quotas-ext), it clearly says that to update quota values, the request
  should be:

  PUT /v2.0/quotas

  But I'm getting a 404 when you do this. If you do this instead:

  PUT /v2.0/quotas/foo

  it works as expected, where foo can literally be anything. I looked
  at how the python-neutronclient handles this, and they seem to append
  the tenant_id to the end - which is completely undocumented. So:

  1. Is this a bug with the Neutron API or with the Neutron docs?
  2. Why does any arbitrary string get accepted?

  I'm using Neutron on devstack, Icehouse release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1373337/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1373337] Re: Updating quotas path issue

2014-09-24 Thread Armando Migliaccio
Testing on master, I was unable to verify 2: this must be the tenant
uuid. Bear in mind that this is an admin only operation.

As for 1. I believe this should be rectified in the documentation.

** Changed in: neutron
   Status: New = Incomplete

** Also affects: openstack-manuals
   Importance: Undecided
   Status: New

** Tags added: icehouse-backport-potential

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1373337

Title:
  Updating quotas path issue

Status in OpenStack Neutron (virtual network service):
  Incomplete
Status in OpenStack Manuals:
  New

Bug description:
  In the docs (http://developer.openstack.org/api-ref-networking-v2.html
  #quotas-ext), it clearly says that to update quota values, the request
  should be:

  PUT /v2.0/quotas

  But I'm getting a 404 when you do this. If you do this instead:

  PUT /v2.0/quotas/foo

  it works as expected, where foo can literally be anything. I looked
  at how the python-neutronclient handles this, and they seem to append
  the tenant_id to the end - which is completely undocumented. So:

  1. Is this a bug with the Neutron API or with the Neutron docs?
  2. Why does any arbitrary string get accepted?

  I'm using Neutron on devstack, Icehouse release.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1373337/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp