Bug 1660110 - [OSP14] cannot delete Overcloud using 'opentack overcloud delete command'
Summary: [OSP14] cannot delete Overcloud using 'opentack overcloud delete command'
Keywords:
Status: CLOSED DUPLICATE of bug 1644861
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: python-tripleoclient
Version: 14.0 (Rocky)
Hardware: x86_64
OS: Linux
high
high
Target Milestone: ga
: ---
Assignee: RHOS Maint
QA Contact: Gurenko Alex
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-12-17 14:10 UTC by Artem Hrechanychenko
Modified: 2018-12-17 17:43 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-12-17 14:51:24 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 619583 0 None None None 2018-12-17 17:43:19 UTC
OpenStack gerrit 625675 0 None None None 2018-12-17 17:43:19 UTC

Description Artem Hrechanychenko 2018-12-17 14:10:14 UTC
Description of problem:
2018-12-14.1 - RHOSP14 puddle 

[stack@undercloud-0 ~]$ heat stack-list
WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead
/usr/lib/python2.7/site-packages/urllib3/connection.py:344: SubjectAltNameWarning: Certificate for 192.168.24.2 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
/usr/lib/python2.7/site-packages/urllib3/connection.py:344: SubjectAltNameWarning: Certificate for 192.168.24.2 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
+--------------------------------------+------------+-----------------+----------------------+--------------+----------------------------------+
| id                                   | stack_name | stack_status    | creation_time        | updated_time | project                          |
+--------------------------------------+------------+-----------------+----------------------+--------------+----------------------------------+
| 5028f067-f237-4d09-8bc9-a26c8f742c47 | overcloud  | CREATE_COMPLETE | 2018-12-17T12:10:10Z | None         | 1ccfe42c345b428081c7b8c1a0519b49 |
+--------------------------------------+------------+-----------------+----------------------+--------------+----------------------------------+


(undercloud) [stack@undercloud-0 ~]$ openstack overcloud status
None
+-----------+---------------------+---------------------+-------------------+
| Plan Name |       Created       |       Updated       | Deployment Status |
+-----------+---------------------+---------------------+-------------------+
| overcloud | 2018-12-17 12:28:16 | 2018-12-17 12:28:16 |   DEPLOY_SUCCESS  |
+-----------+---------------------+---------------------+-------------------+

(undercloud) [stack@undercloud-0 ~]$ openstack overcloud delete overcloud
Are you sure you want to delete this overcloud [y/N]? y
Undeploying stack overcloud...
Error occurred during stack delete name


(undercloud) [stack@undercloud-0 ~]$ heat stack-list
WARNING (shell) "heat stack-list" is deprecated, please use "openstack stack list" instead
/usr/lib/python2.7/site-packages/urllib3/connection.py:344: SubjectAltNameWarning: Certificate for 192.168.24.2 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
/usr/lib/python2.7/site-packages/urllib3/connection.py:344: SubjectAltNameWarning: Certificate for 192.168.24.2 has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SubjectAltNameWarning
+--------------------------------------+------------+-----------------+----------------------+--------------+----------------------------------+
| id                                   | stack_name | stack_status    | creation_time        | updated_time | project                          |
+--------------------------------------+------------+-----------------+----------------------+--------------+----------------------------------+
| 5028f067-f237-4d09-8bc9-a26c8f742c47 | overcloud  | CREATE_COMPLETE | 2018-12-17T12:10:10Z | None         | 1ccfe42c345b428081c7b8c1a0519b49 |
+--------------------------------------+------------+-----------------+----------------------+--------------+----------------------------------+

(undercloud) [stack@undercloud-0 ~]$ openstack overcloud status
None
+-----------+---------------------+---------------------+-------------------+
| Plan Name |       Created       |       Updated       | Deployment Status |
+-----------+---------------------+---------------------+-------------------+
| overcloud | 2018-12-17 12:28:16 | 2018-12-17 12:28:16 |   DEPLOY_SUCCESS  |
+-----------+---------------------+---------------------+-------------------+

Version-Release number of selected component (if applicable):
python-tripleoclient-10.6.1-0.20181010222412.8c8f259.el7ost.noarch

How reproducible:
always

Steps to Reproduce:
1.Deploy Overcloud
2.try to delete Overcloud using 'openstack overcloud delete overcloud'

Actual results:
Deleting process wasn't start

Expected results:
Deleting process was start

Additional info:

Comment 2 Beth White 2018-12-17 14:51:24 UTC

*** This bug has been marked as a duplicate of bug 1644861 ***


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