"openstack network list" fails with "An SSL error occurred."
Bug #1560157 reported by
Svend Sorensen
This bug affects 6 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Mirantis OpenStack |
Invalid
|
Undecided
|
Unassigned | ||
| python-openstackclient |
Fix Released
|
Medium
|
Richard Theis | ||
Bug Description
Running "openstack network list" fails with "An SSL error occurred" with python-
Other commands, like "openstack server list" work with the same version.
$ openstack --version
openstack 2.1.0
$ openstack server list >/dev/null # Works
$ openstack network list >/dev/null # Fails
An SSL error occurred.
Running "openstack network list" works with python-
$ openstack --version
openstack 2.0.0
$ openstack server list >/dev/null # Works
$ openstack network list >/dev/null # Works
$
| Changed in python-openstackclient: | |
| status: | New → Confirmed |
| importance: | Undecided → Medium |
| Changed in python-openstackclient: | |
| assignee: | nobody → Richard Theis (rtheis) |
| Changed in mos: | |
| status: | New → Confirmed |
To post a comment you must log in.
Kindly attach the logs you get when this command is run ::
openstack --debug network list