Bug 1334483 - Cinder quotas fail with https:// keystone URL.
Summary: Cinder quotas fail with https:// keystone URL.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-cinder
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: async
: 8.0 (Liberty)
Assignee: Tom Barron
QA Contact: lkuchlan
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-09 18:19 UTC by david.costakos
Modified: 2016-08-31 17:39 UTC (History)
4 users (show)

Fixed In Version: openstack-cinder-7.0.2-3.el7ost
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-31 17:39:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1537783 0 None None None 2016-05-09 18:19:23 UTC
Red Hat Product Errata RHBA-2016:1788 0 normal SHIPPED_LIVE openstack-cinder bug fix advisory 2016-08-31 21:35:53 UTC

Description david.costakos 2016-05-09 18:19:23 UTC
Description of problem:
See https://bugs.launchpad.net/cinder/+bug/1537783

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 6 lkuchlan 2016-08-22 08:59:22 UTC
Tested using:
python-cinderclient-1.5.0-1.el7ost.noarch
openstack-cinder-7.0.2-3.el7ost.noarch
python-cinder-7.0.2-3.el7ost.noarch

Verification flow:

[root@dhcp163-102 ~(keystone_admin)]# cinder quota-defaults admin
+----------------------+-------+
|       Property       | Value |
+----------------------+-------+
|   backup_gigabytes   |  1000 |
|       backups        |   10  |
|      gigabytes       |  1000 |
|   gigabytes_iscsi    |   -1  |
| per_volume_gigabytes |   -1  |
|      snapshots       |   10  |
|   snapshots_iscsi    |   -1  |
|       volumes        |   10  |
|    volumes_iscsi     |   -1  |
+----------------------+-------+
[root@dhcp163-102 ~(keystone_admin)]# cinder quota-show admin
+----------------------+-------+
|       Property       | Value |
+----------------------+-------+
|   backup_gigabytes   |  1000 |
|       backups        |   10  |
|      gigabytes       |  1000 |
|   gigabytes_iscsi    |   -1  |
| per_volume_gigabytes |   -1  |
|      snapshots       |   10  |
|   snapshots_iscsi    |   -1  |
|       volumes        |   10  |
|    volumes_iscsi     |   -1  |
+----------------------+-------+
[root@dhcp163-102 ~(keystone_admin)]# cinder quota-update --volumes 20 admin
+----------------------+-------+
|       Property       | Value |
+----------------------+-------+
|   backup_gigabytes   |  1000 |
|       backups        |   10  |
|      gigabytes       |  1000 |
|   gigabytes_iscsi    |   -1  |
| per_volume_gigabytes |   -1  |
|      snapshots       |   10  |
|   snapshots_iscsi    |   -1  |
|       volumes        |   20  |
|    volumes_iscsi     |   -1  |
+----------------------+-------+
[root@dhcp163-102 ~(keystone_admin)]# cinder quota-show admin
+----------------------+-------+
|       Property       | Value |
+----------------------+-------+
|   backup_gigabytes   |  1000 |
|       backups        |   10  |
|      gigabytes       |  1000 |
|   gigabytes_iscsi    |   -1  |
| per_volume_gigabytes |   -1  |
|      snapshots       |   10  |
|   snapshots_iscsi    |   -1  |
|       volumes        |   20  |
|    volumes_iscsi     |   -1  |
+----------------------+-------+

Comment 8 errata-xmlrpc 2016-08-31 17:39:07 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHBA-2016-1788.html


Note You need to log in before you can comment on or make changes to this bug.