Metadata-Version: 1.1
Name: onaphpadriver
Version: 1.0
Summary: HPA discovery package for stevedore
Home-page: https://opendev.org/openstack/stevedore
Author: Haibin Huang
Author-email: haibin.huang@intel.com
License: UNKNOWN
Description: # 1. compile hpa plugin
        cd hpa
        python setup.py compile
        
        # 2. install hpa plugin
        cd hpa
        python setup.py install
        
        # 3. test hpa plugin
        cd hpa/test
        # 3.1 test cloud extra info with dpdk
        python test.py -f "dpdk"
        # 3.2 test without cloud extra info
        python test.py -t "windriver"
        python test.py -t "starlingx"
        python test.py -t "pike"
        
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Provides: hpa
