Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svilgelm/backporting-global-request-id
Backporting of global-request-id
https://github.com/svilgelm/backporting-global-request-id
Last synced: 4 days ago
JSON representation
Backporting of global-request-id
- Host: GitHub
- URL: https://github.com/svilgelm/backporting-global-request-id
- Owner: SVilgelm
- License: apache-2.0
- Created: 2017-07-25T17:10:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-19T18:42:06.000Z (about 7 years ago)
- Last Synced: 2024-12-24T08:16:12.496Z (11 days ago)
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**Backporting the Global Reques ID feature to the old versions of OpenStack**
Links
=====
* [Spec](https://specs.openstack.org/openstack/oslo-specs/specs/pike/global-req-id.html)
* [List of patches on review.openstack.org](https://review.openstack.org/#/q/topic:global_request_id+OR+topic:request_id+OR+topic:global-request-id+OR+topic:request-id)
* [OpenStack-dev mailing list](http://lists.openstack.org/pipermail/openstack-dev/2017-June/117924.html)Usage
=====
Copy all patches onto controller and compute hosts:
```bash
scp fuel/*.diff [email protected]:/usr/lib/python2.7/dist-packages/grid_patches/
```
Apply patches on the hosts:
```bash
cd /usr/lib/python2.7/dist-packages
cat grid_patches/*.diff | patch -p1
```