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