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

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

Open
jeffreyluo0428 opened this issue Mar 4, 2020 · 0 comments

Comments

@jeffreyluo0428
Copy link

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,

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant