GitXplorerGitXplorer
d

openstack-summit-counter

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a38d86865a37af7f36ea932721f75e09e8cc146d

first hacky version

ddhellmann committed 7 years ago
Verified
9f2ac10edb58aa309a274b4272c83e446bc90dac

Initial commit

ddhellmann committed 7 years ago

README

The README file for this repository.

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