├── .gitreview └── README.rst /.gitreview: -------------------------------------------------------------------------------- 1 | [gerrit] 2 | host=review.opendev.org 3 | port=29418 4 | project=openstack/openstack-specs.git 5 | -------------------------------------------------------------------------------- /README.rst: -------------------------------------------------------------------------------- 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 | 8 | The OpenStack Cross-Project specification process has been deprecated 9 | in favor of `OpenStack-wide Goals `__ 10 | , `OpenStack SIGs `__ , and 11 | `OpenStack Popup-teams `__. 12 | 13 | For any further questions, please email 14 | openstack-discuss@lists.openstack.org or join #openstack-dev on 15 | OFTC. 16 | --------------------------------------------------------------------------------