test-cloud-provider-openstack:master

Last commit made on 2019-05-14
Get this branch:
git clone -b master https://git.launchpad.net/test-cloud-provider-openstack

Branch merges

Branch information

Name:
master
Repository:
lp:test-cloud-provider-openstack

Recent commits

11d854a... by Imran Haider <email address hidden>

Don't replace cloud config with place holder (#607)

Update the documentation to instruct the user to remove the place-holder
cloud config if it's already applied. If this place-holder cloud config
is not removed, it will replace the valid cloud config when
manifests/cinder-csi-plugin is applied.

20b7744... by Anusha Ramineni <email address hidden>

Get real device path (#595)

This commit is to get the real device path from the node and not
to trust the device path returned by cinder.

175cb3d... by aditi sharma

Add release procedure (#604)

726b7e0... by aditi sharma

Add CSI sanity target in Make (#598)

Add test-csi-sanity target in Makefile

068975c... by aditi sharma

Update CSI Doc as per New yamls (#600)

1b68bd8... by Lingxian Kong

Improve k8s-keystone-auth authorization policy (#587)

28b6969... by aditi sharma

Consolidate CSI Yamls (#596)

Consolidate CSI yamls to node and controller plugin.

4756e0a... by Mike Wilson <email address hidden>

Adding support for CA specfication (#575)

* Adding support for CA specfication

Handled the same way that client cert and key are handled.

* Moving clientCAPath up to be with his friends.

* Changing to use certutil instead of x509 directly.

* Ran hacks/update-gofmt.sh to fix import ordering

5d687b5... by aditi sharma

Add Support for Running CSI Sanity Tests (#513)

This commit adds support for running csi sanity tests, from
kubernetes-csi/sanity, It adds a package sanity which
provides fake cloud provider, fake metadata and fake mount
and instantiate cinder csi driver for running sanity tests.

146b27a... by jichenjc

upgrade CSI to 1.1.0 (#523)