├── .gitreview └── README.rst /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=review.opendev.org 3 | port=29418 4 | project=openstack/networking-powervm.git 5 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 1 | The contents of this repository are still available in the Git source 2 | code management system. To see the contents of this repository before it 3 | reached its end of life, please check out the previous commit with 4 | "git checkout HEAD^1". 5 | 6 | For any further questions, please email 7 | openstack-discuss@lists.openstack.org or join #openstack-dev on OFTC. 8 | --------------------------------------------------------------------------------