├── .gitreview ├── .zuul.yaml └── README.md /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=review.opendev.org 3 | port=29418 4 | project=openstack/charm-interface-odl-controller-api.git 5 | -------------------------------------------------------------------------------- /.zuul.yaml: -------------------------------------------------------------------------------- 1 | - project: 2 | templates: 3 | - noop-jobs 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | This project is no longer maintained. 2 | 3 | The contents of this repository are still available in the Git 4 | source code management system. To see the contents of this 5 | repository before it reached its end of life, please check out the 6 | previous commit with "git checkout HEAD^1". 7 | --------------------------------------------------------------------------------