osc plugin to count summits someone has attended
Go to file
Doug Hellmann 2ba9ffca51 update readme 2018-03-16 17:09:46 -04:00
summit_counter first hacky version 2018-03-16 17:08:38 -04:00
.gitignore first hacky version 2018-03-16 17:08:38 -04:00
LICENSE Initial commit 2018-03-16 16:37:20 -04:00
README.rst update readme 2018-03-16 17:09:46 -04:00
requirements.txt first hacky version 2018-03-16 17:08:38 -04:00
setup.cfg first hacky version 2018-03-16 17:08:38 -04:00
setup.py first hacky version 2018-03-16 17:08:38 -04: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    |
+---------+-------+