GitXplorerGitXplorer
d

openstack-summit-counter

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
4ee2a3b40a9059e838e807dc137544ef4d833bdd

Update README.rst

ddhellmann committed 5 years ago
Verified
232b79c77f96a9698d184b379f1d4766a8c65ebc

Merge pull request #2 from cmurphy/stein

ddhellmann committed 6 years ago
Unverified
059816538b2f4c7c04e5a82d95649a0db54ad5db

Add events for the Stein cycle

ccmurphy committed 6 years ago
Verified
7a3d73e16ac9284668c3160261f0667575bcd03b

Merge pull request #1 from cmurphy/ptg

ddhellmann committed 7 years ago
Unverified
d7795a938fc8c2d0712b30f12c87b09a7dec640d

Add support for counting PTGs

ccmurphy committed 7 years ago
Unverified
2ba9ffca513e8eb297962e7e886f97315f2eaa1c

update readme

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