osc plugin to count summits someone has attended
Go to file
OpenDev Sysadmins cbbe433392 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:00 +00:00
summit_counter add denver 2019 summit 2018-12-17 10:22:59 -05:00
.gitignore import into opendev infra 2018-12-17 10:20:04 -05:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:00 +00:00
.zuul.yaml import into opendev infra 2018-12-17 10:20:04 -05:00
LICENSE Initial commit 2018-03-16 16:37:20 -04:00
README.rst Add support for counting PTGs 2018-03-16 22:42:30 +01:00
requirements.txt first hacky version 2018-03-16 17:08:38 -04:00
setup.cfg Add support for counting PTGs 2018-03-16 22:42:30 +01:00
setup.py first hacky version 2018-03-16 17:08:38 -04:00
tox.ini import into opendev infra 2018-12-17 10:20:04 -05:00

README.rst

OpenStack Summit Counter

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     |
+-------+-------+