https://github.com/dhellmann/openstack-summit-counter
Tool to help me figure out how many summits I've attended.
https://github.com/dhellmann/openstack-summit-counter
Last synced: over 1 year ago
JSON representation
Tool to help me figure out how many summits I've attended.
- Host: GitHub
- URL: https://github.com/dhellmann/openstack-summit-counter
- Owner: dhellmann
- License: apache-2.0
- Created: 2018-03-16T20:37:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T14:34:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-04T22:35:28.935Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
========================
OpenStack Summit Counter
========================
**DEVELOPMENT HAS MOVED** to https://opendev.org/x/osc-summit-counter and the bug/feature tracker to https://storyboard.openstack.org/#!/project/1100
The ``summit count`` plugin for python-openstackclient helps the user
determine the number of summits they have attended since the beginning
of their interaction with OpenStack.
Installing
==========
::
$ pip install openstack-summit-counter
Using
=====
::
$ openstack summit count $first [$current]
For example, if your first summit was for the "Folsom" series and the
next summit is for "Rocky"::
$ openstack summit count folsom rocky
+---------+-------+
| Field | Value |
+---------+-------+
| Summits | 13 |
+---------+-------+
Can also be used for counting PTGs. For example::
$ openstack ptg count pike rocky
+-------+-------+
| Field | Value |
+-------+-------+
| PTGs | 3 |
+-------+-------+