Metadata-Version: 2.1
Name: ip_associations_python_novaclient_ext
Version: 0.2
Summary: Adds Rackspace ip_associations support to python-novaclient
Home-page: https://github.com/rackerlabs/ip_associations_python_novaclient_ext
Author: Rackspace
Author-email: neutron-requests@lists.rackspace.com
License: Apache License, Version 2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Environment :: OpenStack
Classifier: Programming Language :: Python
Requires-Dist: python-novaclient

=====================================
ip_associations_python_novaclient_ext
=====================================

Adds IP association extension support to python-novaclient.

Install
=======

::

   pip install ip_associations_python_novaclient_ext


Usage
=====

This extension is autodiscovered once installed.

::

    nova ip-association              Show an IP association
    nova ip-association-create       Create an IP association
    nova ip-association-delete       Delete an IP association
    nova ip-association-list         List IP associations
    nova ip-association-show         Show an IP association
