Metadata-Version: 1.1
Name: placeload
Version: 0.2.1
Summary: Async create many resource providers
Home-page: https://github.com/cdent/placeload
Author: Chris Dent
Author-email: cdent@anticdent.org
License: Apache-2
Description: placeload
        ---------
        
        A script to create a set of resource providers with simple inventory
        and membership in some aggregates in `placement service`_, so that
        subsequent requests can be made (with ``curl`` or whatever works)
        to test the service.
        
        Uses asyncio to create them quickly.
        
        Call it like::
        
            placeload <placement service url> [count]
        
        
        * **count** is the number of resource providers to create
        
        It can be used with a `placedock`_ `container`_ if you need a quick
        way to start a placement.
        
        .. _placement service: https://developer.openstack.org/api-ref/placement/
        .. _placedock: https://github.com/cdent/placedock
        .. _container: https://hub.docker.com/r/cdent/placedock/
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
