rcbops / rpc_differ

Find differences between Rackspace Private Cloud releases
Apache License 2.0
1 stars 7 forks source link

rpc-differ

Find changes between RPC-OpenStack releases.

Licensed under Apache 2.0.

Installation

The easiest method is to install via pip:

.. code-block:: console

pip install rpc_differ

To get the latest development version, install via the git repository:

.. code-block:: console

pip install git+https://github.com/rcbops/rpc_differ

Usage

The rpc_differ script takes the same arguments and options as the osa_differ script. For full usage specifications, please refer to the documentation for osa_differ:

Found a bug? Have a pull request?

Feel free to open issues here in GitHub or send over a pull request.

-- Major