Skip to content
This repository was archived by the owner on Apr 7, 2022. It is now read-only.
This repository was archived by the owner on Apr 7, 2022. It is now read-only.

Create openstack provider missing "Region" attribute in integration_test framework #9969

@jeffreyluo0428

Description

@jeffreyluo0428

cfme_data.yaml contains the following OpenStack Provider info:

    powervc:
        name: powervc
        type: openstack
        version: 14
        default_name: powervc
        endpoints:
            default:
                credentials: powervc
                hostname: xxxxxxx
                security_protocol: SSL without validation
                api_port: 5000
        hostname: xxxxxxxxx
        credentials: powervc
        api_version: Keystone v3
        port: 5000
        server_zone: default
        domain_id: default
        tenant_mapping: yes
        tag:
           - default     

From https://github.com/ManageIQ/integration_tests/blob/master/cfme/cloud/provider/openstack.py#L88", it does not have the attribute "Region" that is the optional field in Cloudform for creating Openstack Provider..

We need to add "Region" attribute in the framework,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions