Comment 2 for bug 1517579

Revision history for this message
Gary Kotton (garyk) wrote :

The lines:
        namespace = parser.parse_args([])
        self.assertEqual('publicURL', namespace.os_endpoint_type)
Are what are problematic.

Consider checking if the namespace.os_endpoint_type is either 'public' or 'publicURL'