Bug 1492647 - No default profiles available for tagging in UI
Summary: No default profiles available for tagging in UI
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-ui
Version: 12.0 (Pike)
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: beta
: 12.0 (Pike)
Assignee: Jiri Tomasek
QA Contact: Ola Pavlenko
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-18 11:57 UTC by Ola Pavlenko
Modified: 2018-02-05 19:15 UTC (History)
9 users (show)

Fixed In Version: openstack-tripleo-ui-7.4.3-0.20171023133305.8616195.el7ost
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-13 22:10:20 UTC
Target Upstream Version:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1717364 0 None None None 2017-10-05 11:33:42 UTC
OpenStack gerrit 508903 0 None None None 2017-10-02 15:07:05 UTC
OpenStack gerrit 512956 0 None None None 2017-10-18 07:49:22 UTC
Red Hat Product Errata RHEA-2017:3462 0 normal SHIPPED_LIVE Red Hat OpenStack Platform 12.0 Enhancement Advisory 2018-02-16 01:43:25 UTC

Comment 1 Jiri Tomasek 2017-10-02 15:07:06 UTC
Fixed by https://review.openstack.org/#/c/508903/

Comment 3 Dan Trainor 2017-11-06 21:11:23 UTC
Verified that flavor list is persistent across deleted the default plan and creating a new plan:

(undercloud) [stack@undercloud ~]$ openstack flavor list
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
| ID                                   | Name          |  RAM | Disk | Ephemeral | VCPUs | Is Public |
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
| 37bcc477-f219-45d2-a8a7-07c1f230235f | control       | 4096 |   40 |         0 |     1 | True      |
| 3fe87b96-92bf-460c-9ddc-00e90591a0f1 | swift-storage | 4096 |   40 |         0 |     1 | True      |
| 6be1be27-1cb8-4c36-8d39-f89366812d35 | baremetal     | 4096 |   40 |         0 |     1 | True      |
| bdadf67a-b96f-4f20-b3ea-1a44590115bd | ceph-storage  | 4096 |   40 |         0 |     1 | True      |
| ddd3b0b0-e74b-42f4-a303-d637b3ed6830 | block-storage | 4096 |   40 |         0 |     1 | True      |
| eaa3aca3-8702-44c6-bc51-9e13b9040e3f | compute       | 4096 |   40 |         0 |     1 | True      |
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
(undercloud) [stack@undercloud ~]$ # deleted default plan named 'overcloud'
(undercloud) [stack@undercloud ~]$ openstack flavor list
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
| ID                                   | Name          |  RAM | Disk | Ephemeral | VCPUs | Is Public |
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
| 37bcc477-f219-45d2-a8a7-07c1f230235f | control       | 4096 |   40 |         0 |     1 | True      |
| 3fe87b96-92bf-460c-9ddc-00e90591a0f1 | swift-storage | 4096 |   40 |         0 |     1 | True      |
| 6be1be27-1cb8-4c36-8d39-f89366812d35 | baremetal     | 4096 |   40 |         0 |     1 | True      |
| bdadf67a-b96f-4f20-b3ea-1a44590115bd | ceph-storage  | 4096 |   40 |         0 |     1 | True      |
| ddd3b0b0-e74b-42f4-a303-d637b3ed6830 | block-storage | 4096 |   40 |         0 |     1 | True      |
| eaa3aca3-8702-44c6-bc51-9e13b9040e3f | compute       | 4096 |   40 |         0 |     1 | True      |
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
(undercloud) [stack@undercloud ~]$ # imported new plan named 'overcloud1'
(undercloud) [stack@undercloud ~]$ openstack flavor list
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
| ID                                   | Name          |  RAM | Disk | Ephemeral | VCPUs | Is Public |
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
| 37bcc477-f219-45d2-a8a7-07c1f230235f | control       | 4096 |   40 |         0 |     1 | True      |
| 3fe87b96-92bf-460c-9ddc-00e90591a0f1 | swift-storage | 4096 |   40 |         0 |     1 | True      |
| 6be1be27-1cb8-4c36-8d39-f89366812d35 | baremetal     | 4096 |   40 |         0 |     1 | True      |
| bdadf67a-b96f-4f20-b3ea-1a44590115bd | ceph-storage  | 4096 |   40 |         0 |     1 | True      |
| ddd3b0b0-e74b-42f4-a303-d637b3ed6830 | block-storage | 4096 |   40 |         0 |     1 | True      |
| eaa3aca3-8702-44c6-bc51-9e13b9040e3f | compute       | 4096 |   40 |         0 |     1 | True      |
+--------------------------------------+---------------+------+------+-----------+-------+-----------+
(undercloud) [stack@undercloud ~]$

Comment 7 errata-xmlrpc 2017-12-13 22:10:20 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://access.redhat.com/errata/RHEA-2017:3462


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