Bug 1611672
| Summary: | Add blockstorage version for Openstack for OpenShift 3.7 | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Eduardo Minguez <eminguez> |
| Component: | Installer | Assignee: | Tomas Sedovic <tsedovic> |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.7.1 | CC: | aos-bugs, jokerman, mmccomas, scuppett |
| Target Milestone: | --- | ||
| Target Release: | 3.7.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-09-24 05:18:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Eduardo Minguez
2018-08-02 15:19:47 UTC
This is already merged. Verify this bug with openshift-ansible-3.7.63-1.git.0.6ae9a27.el7.noarch.rpm. Add the following options to enable ocp with openstack cloudprovider openshift_cloudprovider_kind=openstack openshift_cloudprovider_openstack_auth_url=https://x.x.x.com:13000/v2.0/ openshift_cloudprovider_openstack_username=xxx openshift_cloudprovider_openstack_password=xxx openshift_cloudprovider_openstack_tenant_id=xxx openshift_cloudprovider_openstack_region=xxx openshift_cloudprovider_openstack_blockstorage_version=v2 After installation, check cloudprovider config [root@host-172-16-122-69 ~]# cat /etc/origin/cloudprovider/openstack.conf [Global] auth-url = https://x.x.x.com:13000/v2.0/ username = xxx password = xxx tenant-id = xxx region = xxx [BlockStorage] bs-version=v2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:2656 |