Hide Forgot
Fixed by https://review.openstack.org/#/c/508903/
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 ~]$
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