Launchpad

"openstack network list" fails with "An SSL error occurred."

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- openstackclient version 2.1.0 and newer.

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- openstackclient version 2.0.0:

$ openstack --version
openstack 2.0.0
$ openstack server list >/dev/null # Works
$ openstack network list >/dev/null # Works
$

Read the original on bugs.launchpad.net ↗