{ "info": { "author": "OpenStack", "author_email": "openstack-discuss@lists.openstack.org", "bugtrack_url": null, "classifiers": [ "Environment :: OpenStack", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "===================\nPowerVM Nova Driver\n===================\n\nThe IBM PowerVM hypervisor provides virtualization on POWER hardware. PowerVM\nadmins can see benefits in their environments by making use of OpenStack.\nThis driver (along with a Neutron ML2 compatible agent and Ceilometer agent)\nprovides the capability for operators of PowerVM to use OpenStack natively.\n\n\nProblem Description\n===================\n\nAs ecosystems continue to evolve around the POWER platform, a single OpenStack\ndriver does not meet all of the needs for the various hypervisors. The\nstandard libvirt driver provides support for KVM on POWER systems. This nova\ndriver provides PowerVM support to OpenStack environment.\n\nThis driver meets the following:\n\n* Built within the community\n\n* Fits the OpenStack model\n\n* Utilizes automated functional and unit tests\n\n* Enables use of PowerVM systems through the OpenStack APIs\n\n* Allows attachment of volumes from Cinder over supported protocols\n\n\nThis driver makes the following use cases available for PowerVM:\n\n* As a deployer, all of the standard lifecycle operations (start, stop,\n reboot, migrate, destroy, etc.) should be supported on a PowerVM based\n instance.\n\n* As a deployer, I should be able to capture an instance to an image.\n\n* VNC console to instances deployed.\n\n\nUsage\n=====\n\nTo use the driver, install the nova-powervm project on your NovaLink-based\nPowerVM system. The nova-powervm project has a minimal set of configuration.\nSee the configuration options section of the dev-ref for more information.\n\nIt is recommended that operators also make use of the networking-powervm\nproject. The project ensures that the network bridge supports the VLAN-based\nnetworks required for the workloads.\n\nThere is also a ceilometer-powervm project that can be included.\n\nFuture work will be done to include PowerVM into the various OpenStack\ndeployment models.\n\n\nOverview of Architecture\n========================\n\nThe driver enables the following:\n\n* Provide deployments that work with the OpenStack model.\n\n* Driver is implemented using a new version of the PowerVM REST API.\n\n* Ephemeral disks are supported either with Virtual I/O Server (VIOS)\n hosted local disks or via Shared Storage Pools (a PowerVM cluster file\n system).\n\n* Volume support is provided via Cinder through supported protocols for the\n Hypervisor (virtual SCSI and N-Port ID Virtualization).\n\n* Live migration support is available when using Shared Storage Pools or boot\n from volume.\n\n* Network integration is supported via the ML2 compatible Neutron Agent. This\n is the openstack/networking-powervm project.\n\n* Automated Functional Testing is provided to validate changes from the broader\n OpenStack community against the PowerVM driver.\n\n* Thorough unit, syntax, and style testing is provided and enforced for the\n driver.\n\nThe intention is that this driver follows the OpenStack Nova model.\n\nThe driver is being promoted into the nova core project in stages, the first of\nwhich is represented by blueprint `powervm-nova-compute-driver`_. The\ncoexistence of these two incarnations of the driver raises some `Upgrade\nConsiderations`_.\n\n.. _`powervm-nova-compute-driver`: https://blueprints.launchpad.net/nova/+spec/powervm-nova-compute-driver\n\n\nData Model Impact\n-----------------\n\n* The evacuate API is supported as part of the PowerVM driver. It optionally\n allows for the NVRAM data to be stored to a Swift database. However this\n does not impact the data model itself. It simply provides a location to\n optionally store the VM's NVRAM metadata in the event of a rebuild,\n evacuate, shelve, migration or resize.\n\n\nREST API Impact\n---------------\n\nNo REST API impacts.\n\n\nSecurity Impact\n---------------\n\nNo known security impacts.\n\n\nNotifications Impact\n--------------------\n\nNo new notifications. The driver does expect that the Neutron agent will\nreturn an event when the VIF plug has occurred, assuming that Neutron is\nthe network service.\n\n\nOther End User Impact\n---------------------\n\nThe administrator may notice new logging messages in the nova compute logs.\n\n\nPerformance Impact\n------------------\n\nThe driver has a similar deployment speed and agility to other hypervisors.\nIt has been tested with up to 10 concurrent deploys with several hundred VMs\non a given server.\n\nMost operations are comparable in speed. Deployment, attach/detach volumes,\nlifecycle, etc... are quick.\n\nDue to the nature of the project, any performance impacts are limited to the\nCompute Driver. The API processes for instance are not impacted.\n\n\nOther Deployer Impact\n---------------------\n\nThe cloud administrator will need to refer to documentation on how to\nconfigure OpenStack for use with a PowerVM hypervisor.\n\nA 'powervm' configuration group is used to contain all the PowerVM specific\nconfiguration settings. Existing configuration file attributes will be\nreused as much as possible (e.g. vif_plugging_timeout). This reduces the number\nof PowerVM specific items that will be needed.\n\nIt is the goal of the project to only require minimal additional attributes.\nThe deployer may specify additional attributes to fit their configuration.\n\n\nDeveloper Impact\n----------------\n\nThe code for this driver is currently contained within a powervm project.\nThe driver is within the /nova/virt/powervm_ext/ package and extends the\nnova.virt.driver.ComputeDriver class.\n\nThe code interacts with PowerVM through the pypowervm library. This python\nbinding is a wrapper to the PowerVM REST API. All hypervisor operations\ninteract with the PowerVM REST API via this binding. The driver is\nmaintained to support future revisions of the PowerVM REST API as needed.\n\nFor ephemeral disk support, either a Virtual I/O Server hosted local disk or a\nShared Storage Pool (a PowerVM clustered file system) is supported. For\nvolume attachments, the driver supports Cinder-based attachments via\nprotocols supported by the hypervisor (e.g. Fibre Channel).\n\nFor networking, the networking-powervm project provides Neutron ML2 Agents.\nThe agents provide the necessary configuration on the Virtual I/O Server for\nnetworking. The PowerVM Nova driver code creates the VIF for the client VM,\nbut the Neutron agent creates the VIF for VLANs.\n\nAutomated functional testing is provided through a third party continuous\nintegration system. It monitors for incoming Nova change sets, runs a set\nof functional tests (lifecycle operations) against the incoming change, and\nprovides a non-gating vote (+1 or -1).\n\nDevelopers should not be impacted by these changes unless they wish to try the\ndriver.\n\n\nCommunity Impact\n----------------\n\nThe intent of this project is to bring another driver to OpenStack that\naligns with the ideals and vision of the community. The intention is to\npromote this to core Nova.\n\n\nAlternatives\n------------\n\nNo alternatives appear viable to bring PowerVM support into the OpenStack\ncommunity.\n\n\nImplementation\n==============\n\nAssignee(s)\n-----------\n\nPrimary assignees:\n adreznec\n efried\n kyleh\n thorst\n\nOther contributors:\n multiple\n\n\nDependencies\n============\n\n* Utilizes the PowerVM REST API specification for management. Will\n utilize future versions of this specification as it becomes available:\n http://ibm.co/1lThV9R\n\n* Builds on top of the `pypowervm library`_. This is a prerequisite to\n utilizing the driver.\n\n.. _pypowervm library: https://github.com/powervm/pypowervm\n\n\nUpgrade Considerations\n======================\n\nPrior to Ocata, only the out-of-tree nova_powervm driver existed. The in-tree\ndriver is introduced in Ocata.\n\nNamespaces\n----------\n\nIn Liberty and Mitaka, the namespace of the out-of-tree driver is\n``nova_powervm.virt.powervm``. In Newton, it was moved to\n``nova.virt.powervm``. In Ocata, the new in-tree driver occupies the\n``nova.virt.powervm`` namespace, and the out-of-tree driver is moved to\n``nova.virt.powervm_ext``. Ocata consumers have the option of using the\nin-tree driver, which will provide limited functionality until it is fully\nintegrated; or the out-of-tree driver, which provides full functionality.\nRefer to the documentation for the ``nova.conf`` settings required to load\nthe desired driver.\n\nLive Migrate Data Object\n------------------------\n\nIn order to use live migration prior to Ocata, it was necessary to run the\ncustomized nova_powervm conductor to bring in the ``PowerVMLiveMigrateData``\nobject. In Ocata, this object is included in core nova, so no custom conductor\nis necessary.\n\n\nTesting\n=======\n\nTempest Tests\n-------------\n\nSince the tempest tests should be implementation agnostic, the existing\ntempest tests should be able to run against the PowerVM driver without issue.\n\nTempest tests that require function that the platform does not yet support\n(e.g. iSCSI or Floating IPs) will not pass. These should be ommitted from\nthe Tempest test suite.\n\nA `sample Tempest test configuration`_ for the PowerVM driver has been provided.\n\nThorough unit tests exist within the project to validate specific functions\nwithin this implementation.\n\n.. _`sample Tempest test configuration`: https://github.com/powervm/powervm-ci/tree/master/tempest\n\n\nFunctional Tests\n----------------\n\nA third party functional test environment has been created. It monitors\nfor incoming nova change sets. Once it detects a new change set, it will\nexecute the existing lifecycle API tests. A non-gating vote (+1 or -1) will\nbe provided with information provided (logs) based on the result.\n\n\nAPI Tests\n---------\n\nExisting APIs should be valid. All testing is planned within the functional\ntesting system and via unit tests.\n\n\nDocumentation Impact\n====================\n\nUser Documentation\n------------------\n\nSee the dev-ref for documentation on how to configure, contribute, use, etc.\nthis driver implementation.\n\n\nDeveloper Documentation\n-----------------------\n\nThe existing Nova developer documentation should typically suffice. However,\nuntil merge into Nova, we will maintain a subset of dev-ref documentation.\n\n\nReferences\n==========\n\n* PowerVM REST API Specification (may require newer versions as they\n become available): http://ibm.co/1lThV9R\n\n* PowerVM Virtualization Introduction and Configuration:\n http://www.redbooks.ibm.com/abstracts/sg247940.html\n\n* PowerVM Best Practices: http://www.redbooks.ibm.com/abstracts/sg248062.html\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://nova-powervm.readthedocs.io", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nova-powervm", "package_url": "https://pypi.org/project/nova-powervm/", "platform": "", "project_url": "https://pypi.org/project/nova-powervm/", "project_urls": { "Homepage": "https://nova-powervm.readthedocs.io" }, "release_url": "https://pypi.org/project/nova-powervm/9.0.0/", "requires_dist": [ "pbr (!=2.1.0,>=2.0.0)", "Babel (!=2.4.0,>=2.3.4)", "six (>=1.10.0)", "oslo.config (>=6.1.0)", "oslo.log (>=3.36.0)", "oslo.serialization (!=2.19.1,>=2.21.1)", "oslo.utils (>=3.37.0)", "os-resource-classes (>=0.1.0)", "pypowervm (>=1.1.20)", "python-swiftclient (>=3.2.0)", "taskflow (>=2.16.0)", "setuptools (!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0)", "sphinx (!=1.6.6,!=1.6.7,<2.0.0,>=1.6.2) ; (python_version=='2.7')", "sphinx (!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2) ; (python_version>='3.4')" ], "requires_python": "", "summary": "PowerVM driver for OpenStack Nova.", "version": "9.0.0" }, "last_serial": 5983031, "releases": { "0.1.0": [], "1.0.0": [ { "comment_text": "", "digests": { "md5": "54cbb2844e6602618cd26fbffc5c0e41", "sha256": "ff7867c3899e3f2543bbe4837ec1fda05b1e79b4a48e3d8a9340d6e1e3bd2332" }, "downloads": -1, "filename": "nova_powervm-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "54cbb2844e6602618cd26fbffc5c0e41", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 284679, "upload_time": "2016-01-11T22:46:01", "url": "https://files.pythonhosted.org/packages/17/9b/a72954e40514d9df250a29d9c9c9e60c51271600348228e2ce8123d71b5f/nova_powervm-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36aeaeeea5aea28ed67eede6f17cdcda", "sha256": "f62630d8131b84638de37a381a1002756c07244ca1184ea903e41d85a7ffacdd" }, "downloads": -1, "filename": "nova_powervm-1.0.0.tar.gz", "has_sig": false, "md5_digest": "36aeaeeea5aea28ed67eede6f17cdcda", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 210318, "upload_time": "2016-01-14T19:49:32", "url": "https://files.pythonhosted.org/packages/9c/a3/32d666c975468718322b6e58425567e86b8271b703b1912fb2889e2e9bc0/nova_powervm-1.0.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "7f2bb5562c05aa1bb9a1e5d8c87e5444", "sha256": "3670df0d5b08d0d13922f894b8f2d08db0b671c4829498d1362fce6727222375" }, "downloads": -1, "filename": "nova_powervm-2.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7f2bb5562c05aa1bb9a1e5d8c87e5444", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 331861, "upload_time": "2016-04-07T23:14:36", "url": "https://files.pythonhosted.org/packages/af/de/9e742cd738ef8c8b52afb1d01717d7fc4284af5665d7e644c5aa8c04f156/nova_powervm-2.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "52773e368ae9bbee10c8a1e98c9eedc6", "sha256": "0caceae2f4c6a17d45844a1ef7ece0c3e5d93ee8a9ec199e4a5dec29ac4a117f" }, "downloads": -1, "filename": "nova_powervm-2.0.0.tar.gz", "has_sig": false, "md5_digest": "52773e368ae9bbee10c8a1e98c9eedc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 250114, "upload_time": "2016-04-07T23:15:11", "url": "https://files.pythonhosted.org/packages/71/8b/c0db237d9bcfae5d6c1b1092832b8d2eccea3d4def8fb71a17ea91112f15/nova_powervm-2.0.0.tar.gz" } ], "2.0.0.0b3": [ { "comment_text": "", "digests": { "md5": "88da653518eeadc9a98f894f24c44e58", "sha256": "03ca844f0f72611a391049461daf0f48f2023091e55381f34c7844d34c8022bf" }, "downloads": -1, "filename": "nova_powervm-2.0.0.0b3-py2-none-any.whl", "has_sig": false, "md5_digest": "88da653518eeadc9a98f894f24c44e58", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 327015, "upload_time": "2016-03-11T20:41:31", "url": "https://files.pythonhosted.org/packages/3b/50/ad505d28e7af590cbd31bd2a23f5575e17e1d80dde474cd4a9b14bca9e0e/nova_powervm-2.0.0.0b3-py2-none-any.whl" } ], "2.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "b3ac47ebd4bb28edc3b6082523d0077c", "sha256": "f1e83acf852a2146c207982d07cea74471aac1704e11b2bcbae24d8f89fd42dd" }, "downloads": -1, "filename": "nova_powervm-2.0.0.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "b3ac47ebd4bb28edc3b6082523d0077c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 329063, "upload_time": "2016-03-29T05:38:30", "url": "https://files.pythonhosted.org/packages/e2/fb/eb9cdd7db9428cf1c1644f0e53be96467192baac15f521397bbb94fae669/nova_powervm-2.0.0.0rc1-py2-none-any.whl" } ], "2.0.1": [ { "comment_text": "", "digests": { "md5": "2362c2d9236abeca6e0749c2e0a94c0e", "sha256": "d30aac8abc4ad1b0ad53c31bbe089097696897f959675869bba6af37446d02f9" }, "downloads": -1, "filename": "nova_powervm-2.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "2362c2d9236abeca6e0749c2e0a94c0e", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 374695, "upload_time": "2016-05-19T18:56:23", "url": "https://files.pythonhosted.org/packages/ec/ec/0f6f975c18851981c988aea4197846f0e6608915e46faa9aadd073071c09/nova_powervm-2.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6501604667ca843faa0bd24300f424aa", "sha256": "85c3f39dcb6557dfa264f11c0fb77fa61a972303a88152b92e62e04d412f44c6" }, "downloads": -1, "filename": "nova_powervm-2.0.1.tar.gz", "has_sig": false, "md5_digest": "6501604667ca843faa0bd24300f424aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286212, "upload_time": "2016-05-19T18:56:56", "url": "https://files.pythonhosted.org/packages/ea/2d/e75d84a9f110f77da61e32c3ea1ca4b925b8645ec7c24b7a45f868706a2a/nova_powervm-2.0.1.tar.gz" } ], "2.0.2": [ { "comment_text": "", "digests": { "md5": "04c59e3dc194a3f449a9367d8603cd61", "sha256": "3f9f8c0dd85481c083dcebdc08f1879db46fe30adebab7716ef8e951996ae5c0" }, "downloads": -1, "filename": "nova_powervm-2.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "04c59e3dc194a3f449a9367d8603cd61", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 376319, "upload_time": "2016-06-03T18:55:30", "url": "https://files.pythonhosted.org/packages/ca/36/5a9bfb9e2c6e8755ac5a2c708ceb25d5d988501003e2fc120495cfa82377/nova_powervm-2.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37176dee18f2d70ac8067b7c7a734bee", "sha256": "a9497ff3732e2d8c192b08b66e93554f6ae23d4a40bffd1c50a3db47e1368ce4" }, "downloads": -1, "filename": "nova_powervm-2.0.2.tar.gz", "has_sig": false, "md5_digest": "37176dee18f2d70ac8067b7c7a734bee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 290258, "upload_time": "2016-06-03T18:55:43", "url": "https://files.pythonhosted.org/packages/6f/37/d28a3e317b0a77524933e4082589a2a8fcad4c7ee046ae9bdb9fafced124/nova_powervm-2.0.2.tar.gz" } ], "2.0.3": [ { "comment_text": "", "digests": { "md5": "19a6cc0cee9de91654f3dc9d98ad0eb7", "sha256": "f43e2e0c63010db308f5a961e4e303d9b39909ce57da4bc883a073917c2cb9ab" }, "downloads": -1, "filename": "nova_powervm-2.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "19a6cc0cee9de91654f3dc9d98ad0eb7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 378858, "upload_time": "2016-07-28T16:04:19", "url": "https://files.pythonhosted.org/packages/c3/47/99d46100cf1429116c8237642942387c7ba40eb4e804a082e89de68fbc7a/nova_powervm-2.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e713b4bd9c54dbd2c9a9fff3bd673c61", "sha256": "e9dc4dfa83a3a64439b58ef132d805860da8ca18829234edb9bb950a4a364a21" }, "downloads": -1, "filename": "nova_powervm-2.0.3.tar.gz", "has_sig": false, "md5_digest": "e713b4bd9c54dbd2c9a9fff3bd673c61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 289702, "upload_time": "2016-07-28T16:04:23", "url": "https://files.pythonhosted.org/packages/cf/af/6afa95ac6b1df07e6bbabd286122653f76ed90d1a43be4202b28fbf7c962/nova_powervm-2.0.3.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "8e20965dd6993b705a350cc87d398ff7", "sha256": "29b729511bdf16ae7706a6b07a9a6ffeaca4f1ef51c1b9ab6a926a1c507db3c0" }, "downloads": -1, "filename": "nova_powervm-3.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "8e20965dd6993b705a350cc87d398ff7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 395575, "upload_time": "2016-10-06T19:10:14", "url": "https://files.pythonhosted.org/packages/93/38/baf5820b0b8d370b938e3549f1610ae445187e86c265cd3fdb2a91ccc379/nova_powervm-3.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "baccd8d0e8f217baddea774752d78800", "sha256": "d321d979c9dac60de98277e3021b5a72ffa2fd3a3bcf16e10c7fa60aedf27f46" }, "downloads": -1, "filename": "nova_powervm-3.0.0.tar.gz", "has_sig": false, "md5_digest": "baccd8d0e8f217baddea774752d78800", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 321609, "upload_time": "2016-10-06T19:10:20", "url": "https://files.pythonhosted.org/packages/7e/38/f8937b8341dafc386e324c8fca4f2e7a1da6bb891aa5aff07ea4a20c8e25/nova_powervm-3.0.0.tar.gz" } ], "3.0.0.0b1": [ { "comment_text": "", "digests": { "md5": "4b2ca4fa96b3282120d6af8befe69f14", "sha256": "deeb127d3af34830fb14880fe015cd827d4493f6318254678232bff1d327309e" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0b1-py2-none-any.whl", "has_sig": false, "md5_digest": "4b2ca4fa96b3282120d6af8befe69f14", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 374314, "upload_time": "2016-06-06T13:37:49", "url": "https://files.pythonhosted.org/packages/82/fb/c98c922b3c659eb80028dd42a9d0755302d875cd40c8709431d4d9a99cf6/nova_powervm-3.0.0.0b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "66ec028f3ec97a4bde9b3fba5a15c17b", "sha256": "e6c844fb28b3ee4b7ff771e96d2eb77e12787b464209c1475de99ad055c10f09" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0b1.tar.gz", "has_sig": false, "md5_digest": "66ec028f3ec97a4bde9b3fba5a15c17b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 301612, "upload_time": "2016-06-06T13:37:54", "url": "https://files.pythonhosted.org/packages/e8/90/7839c923a8ecc7b9cef4be64fcba6dcf7ccbb59931ac20c08c307b423b5a/nova_powervm-3.0.0.0b1.tar.gz" } ], "3.0.0.0b2": [ { "comment_text": "", "digests": { "md5": "e9ac27a2dfb0be7667fe1e05eadd5ef1", "sha256": "49015631c1f081a81151b2a1ff8b22436ba6d9e9ff12b08a9ae638aa4128a8ec" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "e9ac27a2dfb0be7667fe1e05eadd5ef1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 371091, "upload_time": "2016-07-28T16:09:11", "url": "https://files.pythonhosted.org/packages/84/72/8b5eaa3e9bd0f4604cbcd0854a3f6e424a132848a539be45204bf231904e/nova_powervm-3.0.0.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e50b82b8a1219a32aa05c534d3ca2e8e", "sha256": "ba2b868dbe2fd6c5482b49e2f91e0520cb0fb17d8f02ffca40cdca0dea8aa409" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0b2.tar.gz", "has_sig": false, "md5_digest": "e50b82b8a1219a32aa05c534d3ca2e8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 305239, "upload_time": "2016-07-28T16:09:15", "url": "https://files.pythonhosted.org/packages/17/ef/dc9561c5325698fc74f3eda0a8826edaf9d39a1e4e7d05cca30ff9440c18/nova_powervm-3.0.0.0b2.tar.gz" } ], "3.0.0.0b3": [ { "comment_text": "", "digests": { "md5": "d8462475426c13807933e01f498c25ec", "sha256": "bfd20935e8a943be8684161564a59915f2f3799aea58c1126ebbb704782f0417" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0b3-py2-none-any.whl", "has_sig": false, "md5_digest": "d8462475426c13807933e01f498c25ec", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 386148, "upload_time": "2016-09-01T14:46:55", "url": "https://files.pythonhosted.org/packages/7a/12/fd72136545973a60e3f1f076c8fe40782068853bcd4d8ec5a49f9b52597f/nova_powervm-3.0.0.0b3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a0c8fee1b4ecad63acff3062be81a504", "sha256": "b4f1e0e96e78bd06f84cf395d77a00a46d7e439c3eefa568c5f36c3ef48f4921" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0b3.tar.gz", "has_sig": false, "md5_digest": "a0c8fee1b4ecad63acff3062be81a504", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 314688, "upload_time": "2016-09-01T14:46:58", "url": "https://files.pythonhosted.org/packages/53/67/8cda4d9b2114c4d4a4b2cf8d8f347eb46cb808908ee6f0c8fa03917b28c0/nova_powervm-3.0.0.0b3.tar.gz" } ], "3.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "e2c91e1c0c3027467684e4d09d0aaa42", "sha256": "8130f7b37422da93819b68c3ef9e19e8cd9b661b6f59cff00051006e99338c75" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "e2c91e1c0c3027467684e4d09d0aaa42", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 389023, "upload_time": "2016-09-16T19:29:22", "url": "https://files.pythonhosted.org/packages/15/a4/648127a9e3a2bcae902e191925a88843a36ebc102b04e9f9b36928bf3d66/nova_powervm-3.0.0.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b0951ab70f0e46dde14190afc41f90a", "sha256": "9000732726245408d43997b5ee3e248ee925c169ce784e0c4278095207844590" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "0b0951ab70f0e46dde14190afc41f90a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 316687, "upload_time": "2016-09-16T19:29:25", "url": "https://files.pythonhosted.org/packages/0f/db/77b5db3871c4100520e1fccecbd8e4f083747f2803f3982379e1cf01343b/nova_powervm-3.0.0.0rc1.tar.gz" } ], "3.0.0.0rc2": [ { "comment_text": "", "digests": { "md5": "6d479f821cd73f98fcfb317cbb1593d1", "sha256": "aa3933b4f34a892b1ffb36323557a3ed75737e0fd1ba913adb4bc8579fcac220" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0rc2-py2-none-any.whl", "has_sig": false, "md5_digest": "6d479f821cd73f98fcfb317cbb1593d1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 395178, "upload_time": "2016-10-02T23:14:58", "url": "https://files.pythonhosted.org/packages/5d/8d/1db90d76d9bfd95c382e19f48667efbe88a5e5fb4580bf854aa4dac2b533/nova_powervm-3.0.0.0rc2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ebcb65882f8e7ec6a1710de48a102c29", "sha256": "f77e19337be6a3b8410f27d00c4aeec1c4c69b396ff3a524c4ba16e50ecb46d3" }, "downloads": -1, "filename": "nova_powervm-3.0.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "ebcb65882f8e7ec6a1710de48a102c29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 313392, "upload_time": "2016-10-02T23:15:03", "url": "https://files.pythonhosted.org/packages/f3/76/0b01f7317197bb3f17a1abce91a16dab6d84bb77404a987e52ff63779cc8/nova_powervm-3.0.0.0rc2.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "23b9550729f602c8c01a1cf28f0174bb", "sha256": "c02a786c9a0e8c578dd3b0698ebcd65f70d739cd9b62a7813d6e612b55ab41a1" }, "downloads": -1, "filename": "nova_powervm-3.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "23b9550729f602c8c01a1cf28f0174bb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 406229, "upload_time": "2016-11-11T15:53:04", "url": "https://files.pythonhosted.org/packages/43/92/4b724e4da0a595e847f508167b8de8a94757bb5580b26677bd2c042a146d/nova_powervm-3.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1b767014cae61f376cc8f74f9caca444", "sha256": "a7e97e5a6daead4b79b0c071f940894f95cd922772d221590349be7dd8b1a907" }, "downloads": -1, "filename": "nova_powervm-3.0.1.tar.gz", "has_sig": false, "md5_digest": "1b767014cae61f376cc8f74f9caca444", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 328719, "upload_time": "2016-11-11T15:53:08", "url": "https://files.pythonhosted.org/packages/cf/18/041cf9900087636c5ecde200818b0d3eaa991823373326e0add68165bca5/nova_powervm-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "1c072ab48c07575d6805c0122920ff0c", "sha256": "a8a00dcd23d37c7880e4ef2be3a66a606d63c8a34d2d25f7f2c6616fa2815d2f" }, "downloads": -1, "filename": "nova_powervm-3.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "1c072ab48c07575d6805c0122920ff0c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 406468, "upload_time": "2016-11-25T17:57:25", "url": "https://files.pythonhosted.org/packages/87/99/f82ebfbf28193c84bc2ac9595aaf2f978da5325649b413a13d21439e9255/nova_powervm-3.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25ebf6790cf830143e114c6fadefcd58", "sha256": "e25034da8638ef767e292ebb927c6fbe55734b527d235fbb2b11204d6ff2ca08" }, "downloads": -1, "filename": "nova_powervm-3.0.2.tar.gz", "has_sig": false, "md5_digest": "25ebf6790cf830143e114c6fadefcd58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 328329, "upload_time": "2016-11-25T17:57:30", "url": "https://files.pythonhosted.org/packages/d6/e5/19879045db9ccbb55a5e5f41df4eb4c53d7c4e7b2b2244b2ca047f0c87dd/nova_powervm-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "861a7cf98db7cb80e053693d4f053bd9", "sha256": "8cafd6c48a57776fba9825cae786693d5b45ab6f7b4afcb7f12b70f814a487fd" }, "downloads": -1, "filename": "nova_powervm-3.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "861a7cf98db7cb80e053693d4f053bd9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 408163, "upload_time": "2017-02-20T22:34:43", "url": "https://files.pythonhosted.org/packages/5b/3b/6de9cc26434945c2e25c15f704e32a921256bfec85879b68fb1a5b4c540d/nova_powervm-3.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "36f47a4e36f27434050f210201da4e68", "sha256": "b3ea040ebc5eb8ab84e7809371ea93d779dee90db22f58928d7269dba5d1e58a" }, "downloads": -1, "filename": "nova_powervm-3.0.3.tar.gz", "has_sig": false, "md5_digest": "36f47a4e36f27434050f210201da4e68", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 327319, "upload_time": "2017-02-20T22:34:45", "url": "https://files.pythonhosted.org/packages/7a/17/18b3929c4e6649bc8a971b1dc8fa4cc1b4d866b1a4df6febad76a1926526/nova_powervm-3.0.3.tar.gz" } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "28419cf314d6583a0d5174acb59f42fd", "sha256": "587f65e42d4e7317fecc0bdad30841750dad57cf1abc283ccc84a86b5b3bd101" }, "downloads": -1, "filename": "nova_powervm-4.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "28419cf314d6583a0d5174acb59f42fd", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 415328, "upload_time": "2017-02-22T22:12:47", "url": "https://files.pythonhosted.org/packages/30/6e/e40cf9d1e943b7cc12ec3608cb42fd306579b9680b6f0a7ec2af4f5f663b/nova_powervm-4.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1cab23f58fbec10195de8eaf7de43fff", "sha256": "5febdb46bf840530ddda4007e9f39303be2dd1db0e7941a9ec031a2511f5331f" }, "downloads": -1, "filename": "nova_powervm-4.0.0.tar.gz", "has_sig": false, "md5_digest": "1cab23f58fbec10195de8eaf7de43fff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 339399, "upload_time": "2017-02-22T22:12:50", "url": "https://files.pythonhosted.org/packages/7e/84/9e91612ea32509e2a14beb345f54e65e0f0817f1ad81301c56fce01367f7/nova_powervm-4.0.0.tar.gz" } ], "4.0.0.0b2": [ { "comment_text": "", "digests": { "md5": "3cec171e820b21a6dbfdd20275371762", "sha256": "1a7c6fc9bd9e531c96c076d1d53ea95831352e798a44603c673c1bbc32cd20c3" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "3cec171e820b21a6dbfdd20275371762", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 403737, "upload_time": "2016-12-16T15:44:56", "url": "https://files.pythonhosted.org/packages/51/da/ea0eb179c8db3bb88cc4d4f3ffe9234d9472b4422c1a4ed5553eee61be16/nova_powervm-4.0.0.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "54f32bba5fe706dd3bd2a08389535adc", "sha256": "ecfd87a114b111d2f4b7d75ba919ab78d6361116866d7ddf9fb7d5623706d414" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0b2.tar.gz", "has_sig": false, "md5_digest": "54f32bba5fe706dd3bd2a08389535adc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 336031, "upload_time": "2016-12-16T15:44:59", "url": "https://files.pythonhosted.org/packages/6e/a9/3aec96b2984fa2a52a766704df44fda913481a6e92a55cee2d6282e5abf1/nova_powervm-4.0.0.0b2.tar.gz" } ], "4.0.0.0b3": [ { "comment_text": "", "digests": { "md5": "56d3b58d3eecb3e1508a0073d49d3a69", "sha256": "5bf63654e7e249e6f0f07a1fdff057db4aa6b1f8075571697ab46d9a874c07ee" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0b3-py2-none-any.whl", "has_sig": false, "md5_digest": "56d3b58d3eecb3e1508a0073d49d3a69", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 415352, "upload_time": "2017-01-27T00:12:14", "url": "https://files.pythonhosted.org/packages/50/6b/53027db73056013ea84bdff99aca51793587817d1d8a37b6cc75c7e1d6d7/nova_powervm-4.0.0.0b3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8a8c6c2ef5420677901f4b9e190b2a47", "sha256": "fdd1f7374b283ac5d5ed40e82908bca6e1a9067220ad6bf0ea1daac8439da5e6" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0b3.tar.gz", "has_sig": false, "md5_digest": "8a8c6c2ef5420677901f4b9e190b2a47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 344551, "upload_time": "2017-01-27T00:12:19", "url": "https://files.pythonhosted.org/packages/09/bd/cc1a1b9ab00bb4c491294145177c1747c0342cb237d16bda201d70c0fda4/nova_powervm-4.0.0.0b3.tar.gz" } ], "4.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "267262b2bdb3e6caf25ab84f93963bfa", "sha256": "e0346d1dfefdde1d5ae573c271af5a3fe3de5b7acdf5493c7e34086ed3328a5a" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "267262b2bdb3e6caf25ab84f93963bfa", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 415412, "upload_time": "2017-02-02T23:11:06", "url": "https://files.pythonhosted.org/packages/5e/7c/bcb2679a7d4e36d4595e23fe91a9d0c0e01985641b2f99d4794445db9dcb/nova_powervm-4.0.0.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a63442098720700965f14655777280a6", "sha256": "2c3adbe949f51c19636a03cb9e94af6fa50bd30da1153b4b6f3d7267129b2bc4" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "a63442098720700965f14655777280a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 344474, "upload_time": "2017-02-02T23:11:10", "url": "https://files.pythonhosted.org/packages/99/52/acaae1df007f895e3f2fa9fd1044e099875a07b4e8b5f963535d86b5415a/nova_powervm-4.0.0.0rc1.tar.gz" } ], "4.0.0.0rc2": [ { "comment_text": "", "digests": { "md5": "f5a46dc1f2fcfd55a9a9e6520b6e4dc2", "sha256": "3fa8af7f27236043fdcd63a9c6a45313841542a3459e197d97eb1389f6019f55" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0rc2-py2-none-any.whl", "has_sig": false, "md5_digest": "f5a46dc1f2fcfd55a9a9e6520b6e4dc2", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 415418, "upload_time": "2017-02-18T05:23:53", "url": "https://files.pythonhosted.org/packages/40/0f/2b5479efc6d911c9303c2545e6caa2085746f879c7fb75eab1345064eacb/nova_powervm-4.0.0.0rc2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c771037ab46fcad685c41efa07e6441", "sha256": "df7d921d83efa630596e2e51d460779fb82711f1e497473684e10ad7bd1718a0" }, "downloads": -1, "filename": "nova_powervm-4.0.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "3c771037ab46fcad685c41efa07e6441", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 342861, "upload_time": "2017-02-18T05:23:56", "url": "https://files.pythonhosted.org/packages/8c/59/68babc346f4b06688e486fa4d5993b7e0217cccff398d0797e618c1bc52e/nova_powervm-4.0.0.0rc2.tar.gz" } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "e79d1ef75896be13ff2f8a49a1c7f8e9", "sha256": "1130cb15f13eeb77c55a748c992c67feac66ba013987195fc7b42e64073238dc" }, "downloads": -1, "filename": "nova_powervm-4.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "e79d1ef75896be13ff2f8a49a1c7f8e9", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 422671, "upload_time": "2017-05-22T23:08:41", "url": "https://files.pythonhosted.org/packages/c0/88/5b1b28fac74fc8ea1b7ffbbaa18964d6886bcc69c9a932a5876b98675bf7/nova_powervm-4.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ca45596d4e3623a19da037ae70d750d4", "sha256": "7ac33d6e9219ac8e59abfc58ae987958361f36024d454c30d73abc7af2514069" }, "downloads": -1, "filename": "nova_powervm-4.0.1.tar.gz", "has_sig": false, "md5_digest": "ca45596d4e3623a19da037ae70d750d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 353137, "upload_time": "2017-05-22T23:08:44", "url": "https://files.pythonhosted.org/packages/b1/f6/ba21ef02bd12b8336943fb37b2da170fdee664871f1304447046a19c6544/nova_powervm-4.0.1.tar.gz" } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "00db5c66d5efd7bdbd754f59b3f32629", "sha256": "90daa402a96b6855033926a740102a0828133cd7ee0fd26dea7205e52310abca" }, "downloads": -1, "filename": "nova_powervm-5.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "00db5c66d5efd7bdbd754f59b3f32629", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 427962, "upload_time": "2017-08-30T20:03:46", "url": "https://files.pythonhosted.org/packages/bc/90/d4f285f64a9deb109b60885963296702ef7895b5f70797130f2843306060/nova_powervm-5.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6bd2a08ecf59021f26a3de89e0f79754", "sha256": "53826e36ce9677732b21c8d685e60f7de5cb51b95b3db614a4b12361781879c0" }, "downloads": -1, "filename": "nova_powervm-5.0.0.tar.gz", "has_sig": false, "md5_digest": "6bd2a08ecf59021f26a3de89e0f79754", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 353737, "upload_time": "2017-08-30T20:03:50", "url": "https://files.pythonhosted.org/packages/58/f1/e31227dc472607e336bcb0568c49d841e0c40adb59dd73f38377cc9da1fe/nova_powervm-5.0.0.tar.gz" } ], "5.0.0.0b1": [ { "comment_text": "", "digests": { "md5": "5d658db9924ac410e286fbce4ae3be17", "sha256": "6fcf7849b18b6b9e6d5dca3d15094e22c37dac099a41e07def633c5d626d74ca" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0b1-py2-none-any.whl", "has_sig": false, "md5_digest": "5d658db9924ac410e286fbce4ae3be17", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 420601, "upload_time": "2017-04-13T21:30:30", "url": "https://files.pythonhosted.org/packages/e3/dd/6013e0f54b6e600db0ae9fb46359243d1453817401c197f1e4bd3709a4b4/nova_powervm-5.0.0.0b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "63ed5b839d00c13d6064fa87ff1e6ecc", "sha256": "41ff1abb8e3538dd03173b3ccf851e0f2ecfcd0fca298af9f4b6fac35c4a01b3" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0b1.tar.gz", "has_sig": false, "md5_digest": "63ed5b839d00c13d6064fa87ff1e6ecc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 346279, "upload_time": "2017-04-13T21:30:33", "url": "https://files.pythonhosted.org/packages/68/8a/387440c7e523e9ff139c476a15033f80944314295ef8bfeba7425ddb0f9d/nova_powervm-5.0.0.0b1.tar.gz" } ], "5.0.0.0b2": [ { "comment_text": "", "digests": { "md5": "ee545260965f7cef43e8e2562a098150", "sha256": "1458314e9192ab41a971f01df0320049cece2b133abbfb5e31f85aee771892d5" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "ee545260965f7cef43e8e2562a098150", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 428903, "upload_time": "2017-06-09T13:45:48", "url": "https://files.pythonhosted.org/packages/77/d2/7261630c8b74950eae903a5a5c9ee469eb543455760379a5b836e7dfc2f3/nova_powervm-5.0.0.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "64185ad867f63b95f5bec6936ad30d0e", "sha256": "c99e53818c6217df862fd93bab9c7fa47716301c0ba1874d6d4a294d7742bf48" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0b2.tar.gz", "has_sig": false, "md5_digest": "64185ad867f63b95f5bec6936ad30d0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 355354, "upload_time": "2017-06-09T13:45:52", "url": "https://files.pythonhosted.org/packages/3c/02/f5a10e48fd226926dfa138ff4a2f8cb5eb12e981226af62d1e56ea93b488/nova_powervm-5.0.0.0b2.tar.gz" } ], "5.0.0.0b4": [ { "comment_text": "", "digests": { "md5": "c62b72300444a5a361a5e3acd068df05", "sha256": "31be46ed376886ced559c5c5bf7b0ece436444dc840610e81115a94e665a1d8f" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0b4-py2-none-any.whl", "has_sig": false, "md5_digest": "c62b72300444a5a361a5e3acd068df05", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 427977, "upload_time": "2017-07-28T13:43:52", "url": "https://files.pythonhosted.org/packages/a5/cc/23ddb5b483967df967b45d7ea42c7356cfc592d59977aa5e3ae1f29be7f3/nova_powervm-5.0.0.0b4-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "400e07a3edeb9dc1da3276e505ebef8d", "sha256": "3bb504629cfc0bc1e623f4cf6db5ab711594bf96577d6a185616f99cd4b96b3a" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0b4.tar.gz", "has_sig": false, "md5_digest": "400e07a3edeb9dc1da3276e505ebef8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 358693, "upload_time": "2017-07-28T13:43:59", "url": "https://files.pythonhosted.org/packages/58/17/fdf7daec5f09cfa9bb77b62de4da5fd82a94323bd38f30446c177d30e913/nova_powervm-5.0.0.0b4.tar.gz" } ], "5.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "ef7c5c78eeb44666ecddd7cf621473d7", "sha256": "769c1f838e1c8877d8873de5e70500ccc0c320f2aa7195f82e0b655e6b92a690" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "ef7c5c78eeb44666ecddd7cf621473d7", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 428060, "upload_time": "2017-08-10T20:21:30", "url": "https://files.pythonhosted.org/packages/fd/48/484421f5389383d168a46344cedb888d2faae0b0cfd0150e7ac576f45b13/nova_powervm-5.0.0.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "39314888fe7c32a906ca645140b3e55e", "sha256": "2f9d25324f0189265bdfa83303481aca514ef5ab391d146fe3401f30987fd4a1" }, "downloads": -1, "filename": "nova_powervm-5.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "39314888fe7c32a906ca645140b3e55e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 362617, "upload_time": "2017-08-10T20:21:34", "url": "https://files.pythonhosted.org/packages/d8/b6/1a208fd9cd58b2a631fe708ddb354c10b9efda82085fd026a822978ebe9d/nova_powervm-5.0.0.0rc1.tar.gz" } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "a73754979d0870356f65a844219a1179", "sha256": "e5cce6d6b656e56b5450b5a689a3f63a9006c613de20f9ce7f7059abdc7d73b9" }, "downloads": -1, "filename": "nova_powervm-5.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "a73754979d0870356f65a844219a1179", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 427988, "upload_time": "2017-10-13T16:53:16", "url": "https://files.pythonhosted.org/packages/c1/36/aff1cbb8a85c5213a4d12fdaa74e85b7c02c1e5063cd54d780d930a94ff9/nova_powervm-5.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ae8252e12f5bea3120d3443b4db2e995", "sha256": "a378ccf12610639740658e95780d348d042bd9cecc56d638855c08b4de736a8c" }, "downloads": -1, "filename": "nova_powervm-5.0.1.tar.gz", "has_sig": false, "md5_digest": "ae8252e12f5bea3120d3443b4db2e995", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 352933, "upload_time": "2017-10-13T16:53:19", "url": "https://files.pythonhosted.org/packages/e2/3b/44b189f2540638b7d0453df099d4711f8a4109aaed7f3606f306734be888/nova_powervm-5.0.1.tar.gz" } ], "5.0.2": [ { "comment_text": "", "digests": { "md5": "7e6931cef18d23564e7ed0548b5ebbd8", "sha256": "1f569fa6a34768271f390296891d45299a75ff1d70880775fba56118f602af69" }, "downloads": -1, "filename": "nova_powervm-5.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "7e6931cef18d23564e7ed0548b5ebbd8", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 309060, "upload_time": "2017-11-02T19:41:31", "url": "https://files.pythonhosted.org/packages/eb/33/79dffb544d961e3c18589ab8fc0a5042eb1ff5f566c85f2b6a5168e8a608/nova_powervm-5.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "117de49827ada752006226ac47bb2d29", "sha256": "f5d8ebdfc333271faa6ad6b3d1acdeab98f09ffdbeb4c6be21d05bf015c9610f" }, "downloads": -1, "filename": "nova_powervm-5.0.2.tar.gz", "has_sig": false, "md5_digest": "117de49827ada752006226ac47bb2d29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 265517, "upload_time": "2017-11-02T19:41:36", "url": "https://files.pythonhosted.org/packages/ea/5e/d4665146cf54529306df1cbc296803c7fb492b9974c1c549d1aeea946a32/nova_powervm-5.0.2.tar.gz" } ], "5.0.3": [ { "comment_text": "", "digests": { "md5": "086555dd823aacb1c834d29f8f39e91c", "sha256": "3fc4a9796acbb47b197c5083770206c70dac19c319ec50136dee4ebfef70259c" }, "downloads": -1, "filename": "nova_powervm-5.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "086555dd823aacb1c834d29f8f39e91c", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 309456, "upload_time": "2018-01-11T20:22:15", "url": "https://files.pythonhosted.org/packages/f9/a2/b3c676c9b3ce8cc9bdb7ed9630bc12a61c49caf16fe440ad6c1e39db01da/nova_powervm-5.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49921fff0ce50bc567bcfef2522516a3", "sha256": "cb98bd8acd7bd65e7bc5267a9205873d9633a1e9a355b6331e845b521b0e6d4d" }, "downloads": -1, "filename": "nova_powervm-5.0.3.tar.gz", "has_sig": false, "md5_digest": "49921fff0ce50bc567bcfef2522516a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 271224, "upload_time": "2018-01-11T20:22:21", "url": "https://files.pythonhosted.org/packages/bc/46/782393c2485debb4930d971836ecdb55e065f96f75b98c37697a162379f3/nova_powervm-5.0.3.tar.gz" } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "7cb4e4090a9f2207c55c7c72daacdeac", "sha256": "8d27cd9e77fc07c84290e0c2b441f00e6d1c1e26f80d0d5e3ef505cb03d980a9" }, "downloads": -1, "filename": "nova_powervm-6.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "7cb4e4090a9f2207c55c7c72daacdeac", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 313144, "upload_time": "2018-02-28T16:40:43", "url": "https://files.pythonhosted.org/packages/19/29/036623b91e3972545bac855a9ef8c619532bdc9a524363ee1d198ad6b655/nova_powervm-6.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f97206402125b9db2bfa6fd943c66b35", "sha256": "250d143d08c0810c18dba81c03eb69f0dd9b8e4e5c8735411991b634d7b8b44e" }, "downloads": -1, "filename": "nova_powervm-6.0.0.tar.gz", "has_sig": false, "md5_digest": "f97206402125b9db2bfa6fd943c66b35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272505, "upload_time": "2018-02-28T16:40:47", "url": "https://files.pythonhosted.org/packages/c4/a9/455ed66fc13e7d36a8f7a638b51376d11aba11ceeb935c47b151eb8ad241/nova_powervm-6.0.0.tar.gz" } ], "6.0.0.0b2": [ { "comment_text": "", "digests": { "md5": "26b1f6bb6ec441cdd23eb4a0e9ddbae1", "sha256": "5ae188c4fc3fb26e1f86ef996c6bb428d8f50cc3bf6d53b917d3cd7ab33bb1bf" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "26b1f6bb6ec441cdd23eb4a0e9ddbae1", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 313510, "upload_time": "2017-12-11T20:48:30", "url": "https://files.pythonhosted.org/packages/55/87/722bc9a4f58a30e7c7ae1454bb8f18dfba8206b8b387ce74bc9102823082/nova_powervm-6.0.0.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b36e076fa6bd850c69cbd34f046111c6", "sha256": "8f5f548e07780c261c88ba3b4c77dd858ff0e27d0e1e97da87c2e8f0cdedf3a8" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0b2.tar.gz", "has_sig": false, "md5_digest": "b36e076fa6bd850c69cbd34f046111c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 270872, "upload_time": "2017-12-11T20:48:35", "url": "https://files.pythonhosted.org/packages/3e/63/4d8329a8e2c1ea78d79e855b1e67f95e0bf2191a42510aa3c5fda90f9141/nova_powervm-6.0.0.0b2.tar.gz" } ], "6.0.0.0b3": [ { "comment_text": "", "digests": { "md5": "a6d124de703e03e3cded8dec63d0c91f", "sha256": "5728a5ec05e9ec937444e0c79d1e8cbf1f57dcd6d738346ab7801d8140ebc7d6" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0b3-py2-none-any.whl", "has_sig": false, "md5_digest": "a6d124de703e03e3cded8dec63d0c91f", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 313518, "upload_time": "2018-01-25T20:58:25", "url": "https://files.pythonhosted.org/packages/a3/9a/d32bb3551dcf7d70417ce6775b69ab23d667f687948f487c40c663541231/nova_powervm-6.0.0.0b3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "da8ae1c2ecd0e0569b7e5a95dd46b93f", "sha256": "24e7f175da5025d9566321a250424c4e646924c89335981d2dbea3c8291891bd" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0b3.tar.gz", "has_sig": false, "md5_digest": "da8ae1c2ecd0e0569b7e5a95dd46b93f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 275050, "upload_time": "2018-01-25T20:58:32", "url": "https://files.pythonhosted.org/packages/04/7a/ef513c65df7e808ebb0235381d6f26d190c6877a222afc4b1e61439826e1/nova_powervm-6.0.0.0b3.tar.gz" } ], "6.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "d38b9a3a309d2e6a59a806fe82fb5eba", "sha256": "91336bb06979a80505a5880ab0c4faca184668fa60bfa7064621d4c5dfe178a7" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0rc1-py2-none-any.whl", "has_sig": false, "md5_digest": "d38b9a3a309d2e6a59a806fe82fb5eba", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 313233, "upload_time": "2018-02-08T16:05:02", "url": "https://files.pythonhosted.org/packages/be/f8/385885e2ff9959d41541d57c5a1932ed885622f9c38b717c44e66ee8ffff/nova_powervm-6.0.0.0rc1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d286404f921a7e4562fd404e3494d45", "sha256": "dd90c32f732f65d1bd561959476de5fd75ef5ef80c58c505f4af983aaf18ac63" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "0d286404f921a7e4562fd404e3494d45", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 274339, "upload_time": "2018-02-08T16:05:06", "url": "https://files.pythonhosted.org/packages/04/9f/6bea72135317674fdc0dfbeded3d0fb3fb24ad53fb767e09228b26035bdb/nova_powervm-6.0.0.0rc1.tar.gz" } ], "6.0.0.0rc2": [ { "comment_text": "", "digests": { "md5": "65dc0ba1efba5063155696de01259ad6", "sha256": "81a0db381ab612b8f3d8e962977f5c8d13e3b37c88c40304d18dc4fdb39d88e1" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0rc2-py2-none-any.whl", "has_sig": false, "md5_digest": "65dc0ba1efba5063155696de01259ad6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 313235, "upload_time": "2018-02-22T16:09:23", "url": "https://files.pythonhosted.org/packages/3f/7f/94c1354e5c51d6088a61b9a0eca19cde25b846c80eea3ba11606eef8b5e2/nova_powervm-6.0.0.0rc2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "684d1ea98e6a0048300529b7b6154180", "sha256": "fec817bd3231f5eb9f29e759ce14b6b820c42eb1db99e25f66ee48f10c182063" }, "downloads": -1, "filename": "nova_powervm-6.0.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "684d1ea98e6a0048300529b7b6154180", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272708, "upload_time": "2018-02-22T16:09:28", "url": "https://files.pythonhosted.org/packages/82/cb/99c4bfea986cd39f4f599615e51c88f6cb15d7b9a38fc377b48f646d89c4/nova_powervm-6.0.0.0rc2.tar.gz" } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "896b83b09085b8e5884b2456d985f879", "sha256": "a08007e812d93413f4d0838612ab684c48f62d6522d31f75ca0e0d48ec9e750b" }, "downloads": -1, "filename": "nova_powervm-6.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "896b83b09085b8e5884b2456d985f879", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 310871, "upload_time": "2018-04-18T23:10:29", "url": "https://files.pythonhosted.org/packages/9c/b3/b31a1275fa5c14344646169107f23baf7486539955847acfdfa1e5ead94d/nova_powervm-6.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e97874e4cc5a26265d9c795403e6f88b", "sha256": "cbc5eed385522fd9e20fdb6b77543cda070d5288ed78d34287718fdf895d8adf" }, "downloads": -1, "filename": "nova_powervm-6.0.1.tar.gz", "has_sig": false, "md5_digest": "e97874e4cc5a26265d9c795403e6f88b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272134, "upload_time": "2018-04-18T23:10:32", "url": "https://files.pythonhosted.org/packages/60/7a/b5c8fe4f5c2ebfd4637a7332cf378bd26962e466a5513de6a93c9f580cdc/nova_powervm-6.0.1.tar.gz" } ], "6.0.2": [ { "comment_text": "", "digests": { "md5": "04c3b815d5bf0a42f5b3160dd246fa59", "sha256": "71133ed8d5bbf24563fb2e4da75f1e9de088493eb66782bb3f97916f73eb192d" }, "downloads": -1, "filename": "nova_powervm-6.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "04c3b815d5bf0a42f5b3160dd246fa59", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 311658, "upload_time": "2018-08-24T19:32:20", "url": "https://files.pythonhosted.org/packages/76/da/e8e3d98f19af5191abbe033f37fca7f952c6cece0b88274980234cadade2/nova_powervm-6.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8df9aea078c569cda07d89ff76e8c16", "sha256": "cd0171cd460d539fcce36a92258d1618a44677d84e899e22965fef27f81b9454" }, "downloads": -1, "filename": "nova_powervm-6.0.2.tar.gz", "has_sig": false, "md5_digest": "b8df9aea078c569cda07d89ff76e8c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 272140, "upload_time": "2018-08-24T19:32:24", "url": "https://files.pythonhosted.org/packages/e3/2d/eec8664ff2419a6347b73c9b43575ea5d0fcab01c80a9a33834ae225d74d/nova_powervm-6.0.2.tar.gz" } ], "7.0.0": [ { "comment_text": "", "digests": { "md5": "db82137a2fe54272d1cb4a37e51ca175", "sha256": "b1ddc12bb844593da9be77cfb0f3c6fc78a62ee93a4b8c285ea1375af148eb4b" }, "downloads": -1, "filename": "nova_powervm-7.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "db82137a2fe54272d1cb4a37e51ca175", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 316213, "upload_time": "2018-08-30T14:24:40", "url": "https://files.pythonhosted.org/packages/af/1f/fe265a72f5c363d1453e8c1a99d823708f27615597d9fe263130dc60ea62/nova_powervm-7.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c100d65619e6a294e30db3992b4fb348", "sha256": "a115a8fcc732b6e59131d40a8b5cf3a39a4b1a90382112c3aeeaaa03343929fe" }, "downloads": -1, "filename": "nova_powervm-7.0.0.tar.gz", "has_sig": false, "md5_digest": "c100d65619e6a294e30db3992b4fb348", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280428, "upload_time": "2018-08-30T14:24:45", "url": "https://files.pythonhosted.org/packages/c2/39/b2ddaf5784249dfc4e256794835919f7f546300c0638d35dab2c72477d99/nova_powervm-7.0.0.tar.gz" } ], "7.0.0.0b1": [ { "comment_text": "", "digests": { "md5": "44e4dd23321f97ef361a37192ea2d7b4", "sha256": "81a3def971ae0c9d1214ab37c6a6d8f693d17233db92b8e38fb84e5d0f26cf51" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0b1-py2-none-any.whl", "has_sig": false, "md5_digest": "44e4dd23321f97ef361a37192ea2d7b4", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 313981, "upload_time": "2018-04-19T17:42:27", "url": "https://files.pythonhosted.org/packages/f5/51/61cde11991871cc6f3192c44921c91cba5b0e03d07e5b34b6460703e030f/nova_powervm-7.0.0.0b1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0542b3b143a146875400be6bb0b45873", "sha256": "b0a291cbff1f2d8b91fde23c297aee130054921dcc80a4540708a6d4252ea982" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0b1.tar.gz", "has_sig": false, "md5_digest": "0542b3b143a146875400be6bb0b45873", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278370, "upload_time": "2018-04-19T17:42:33", "url": "https://files.pythonhosted.org/packages/c6/90/b717bb652aafac1fce92b0edab1619d7bda512724da4ee9ab9dbf3298910/nova_powervm-7.0.0.0b1.tar.gz" } ], "7.0.0.0b2": [ { "comment_text": "", "digests": { "md5": "029812230e8663985da855f554e1ddf0", "sha256": "28086bd1c63d89482f00bef66bae7519ebbcd72341a6ac59f6b1c99f9644a840" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0b2-py2-none-any.whl", "has_sig": false, "md5_digest": "029812230e8663985da855f554e1ddf0", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 314402, "upload_time": "2018-06-07T19:47:38", "url": "https://files.pythonhosted.org/packages/a6/f7/25a1643e80b25e780c37a2ba8268cc10de93f2b6d3e5c5012689658521f9/nova_powervm-7.0.0.0b2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "30eec2b20a21ca2712fb8a610430caf8", "sha256": "28bc3f0718e0cd5fd964ea38636f685894d85b83562deb0ea2d7b5bbba9e9bde" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0b2.tar.gz", "has_sig": false, "md5_digest": "30eec2b20a21ca2712fb8a610430caf8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 277697, "upload_time": "2018-06-07T19:47:42", "url": "https://files.pythonhosted.org/packages/d6/a2/12a8f164adbec9d73b57aa47e2d268227ee93348af73d7b53f7e347365f3/nova_powervm-7.0.0.0b2.tar.gz" } ], "7.0.0.0b3": [ { "comment_text": "", "digests": { "md5": "f081dfdbe24ae7a2b678660933a95da2", "sha256": "2648da12ec5a2184f6f3d44e57af202275784cba1b415313957993e59c51c3e7" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0b3-py3-none-any.whl", "has_sig": false, "md5_digest": "f081dfdbe24ae7a2b678660933a95da2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 315958, "upload_time": "2018-07-26T22:12:08", "url": "https://files.pythonhosted.org/packages/62/3f/9f826653dbd8da35497c9a750cfbd0b9d60e80b4ea1bd6180fef8f2a9744/nova_powervm-7.0.0.0b3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "79d46863b4e9991df5e7427b94584687", "sha256": "af52e36424e12c914de2dcf6f804cecf01a3166113bb729cb75511245712e28f" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0b3.tar.gz", "has_sig": false, "md5_digest": "79d46863b4e9991df5e7427b94584687", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 280134, "upload_time": "2018-07-26T22:12:12", "url": "https://files.pythonhosted.org/packages/ef/c6/7a7a81ee99b58a7a9fc2fe166cc11b3a6eeeda1aa8e323ed61e6a3de4321/nova_powervm-7.0.0.0b3.tar.gz" } ], "7.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "679b90d9d9a948b369248e1bed9551d2", "sha256": "d45db94ce7b03be38551e8e1509559ad6e9dbad3e32218dd33e67a6acf16b507" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0rc1-py3-none-any.whl", "has_sig": false, "md5_digest": "679b90d9d9a948b369248e1bed9551d2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 315963, "upload_time": "2018-08-09T21:50:06", "url": "https://files.pythonhosted.org/packages/5b/ae/279482b052805c32ed9110f20f627154b66cfdb7600eb424b78b2667eab6/nova_powervm-7.0.0.0rc1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "12c3b995db566c90f91fef2b02ab5eea", "sha256": "11b65ff960495faddf0677ccadd9a14befa835b91de79b00bb51104cfd263f05" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "12c3b995db566c90f91fef2b02ab5eea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 283838, "upload_time": "2018-08-09T21:50:11", "url": "https://files.pythonhosted.org/packages/42/30/6affd895a95dab9d1eb10d9d83e23f5632a2694da2024d134932141e5e7d/nova_powervm-7.0.0.0rc1.tar.gz" } ], "7.0.0.0rc2": [ { "comment_text": "", "digests": { "md5": "26d3e9c4f0e6df914ab1b9f810134a54", "sha256": "dd05cb9ca6322ab1212ab74954ea1a86e17787a0115257e52406e6ae456c9c9d" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0rc2-py3-none-any.whl", "has_sig": false, "md5_digest": "26d3e9c4f0e6df914ab1b9f810134a54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 316278, "upload_time": "2018-08-24T14:51:31", "url": "https://files.pythonhosted.org/packages/fb/88/069baa76926d861378f20e2106ad9dd0abdaca5b7fa0a9e362fe70a56ac9/nova_powervm-7.0.0.0rc2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d583416a56b912066470280b1a4db4e4", "sha256": "e991fcd7f57ccf297b285c65cf195d8679cd0507f95f404b8153eebf991981f2" }, "downloads": -1, "filename": "nova_powervm-7.0.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "d583416a56b912066470280b1a4db4e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 278031, "upload_time": "2018-08-24T14:51:35", "url": "https://files.pythonhosted.org/packages/64/45/7be2874d6650836e7cbbb4d77743c2ceff73c09ae1b767e18417a8c07126/nova_powervm-7.0.0.0rc2.tar.gz" } ], "8.0.0": [ { "comment_text": "", "digests": { "md5": "095f44cb09d5a45a1ac541033f1d149a", "sha256": "6a1c354a12c0341b703c030ace64cf56faf05aa8eb55b7a1fa4091246cb13bc5" }, "downloads": -1, "filename": "nova_powervm-8.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "095f44cb09d5a45a1ac541033f1d149a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 323497, "upload_time": "2019-04-10T12:21:53", "url": "https://files.pythonhosted.org/packages/4b/49/87dc16163f2fa2b2e7fad608792ce987e53dcdd9fc83bf45ae34d57ea36d/nova_powervm-8.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e043d2aef86dc921d8e5055c4843483e", "sha256": "bc519e77f450227661866804a0ce637e84a79ba90593be595817491f0138d656" }, "downloads": -1, "filename": "nova_powervm-8.0.0.tar.gz", "has_sig": false, "md5_digest": "e043d2aef86dc921d8e5055c4843483e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 285834, "upload_time": "2019-04-10T12:22:00", "url": "https://files.pythonhosted.org/packages/97/b7/7895c5429ac20f274e1df22ee17f1278fd46c9ad725392a3cea45ae3308c/nova_powervm-8.0.0.tar.gz" } ], "8.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "d6c0b48482d8a0d6f66e490327e25d4b", "sha256": "e8fb21aa5f14ca8960c751392e9d61e6f1d2136bc7fb0deb3f430593143a39fd" }, "downloads": -1, "filename": "nova_powervm-8.0.0.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d6c0b48482d8a0d6f66e490327e25d4b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 323464, "upload_time": "2019-03-21T17:34:01", "url": "https://files.pythonhosted.org/packages/1a/ca/debb6108b037e7f6c578abb874e7678b7b0c5d68a95ca6624bd373dbd0a0/nova_powervm-8.0.0.0rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "899ca3d22fa61092c768d198d474c75b", "sha256": "4f64074e6f84fec4e10f3d38512cc6e2eb6449214e34cdcac491257edd81a858" }, "downloads": -1, "filename": "nova_powervm-8.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "899ca3d22fa61092c768d198d474c75b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282374, "upload_time": "2019-03-21T17:34:05", "url": "https://files.pythonhosted.org/packages/18/ec/f9ca07d23e1a3f31d28f54f46c79e11da549b74ff47ab164425b60ffaf32/nova_powervm-8.0.0.0rc1.tar.gz" } ], "8.0.0.0rc2": [ { "comment_text": "", "digests": { "md5": "7ee353b7e7f9114fe9b49f1cfc1c9104", "sha256": "d7662fb82c020379a0229642eb2cf7aeafa09fbc90144d9c74c2e986db546d50" }, "downloads": -1, "filename": "nova_powervm-8.0.0.0rc2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "7ee353b7e7f9114fe9b49f1cfc1c9104", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 323583, "upload_time": "2019-04-03T20:13:05", "url": "https://files.pythonhosted.org/packages/b0/98/9cc01238090c34f58bbda8c7dae634dd9c92124f8424282e237b93bc58d4/nova_powervm-8.0.0.0rc2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a535a332f2991aac790976861b2a822e", "sha256": "ebb5bd87b609b8c7aa22f5912b8ba760b9b73b999dcca0717e8d63f86007f77d" }, "downloads": -1, "filename": "nova_powervm-8.0.0.0rc2.tar.gz", "has_sig": false, "md5_digest": "a535a332f2991aac790976861b2a822e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 287652, "upload_time": "2019-04-03T20:13:10", "url": "https://files.pythonhosted.org/packages/6c/5b/0cfbd80096abbec8d62d2b4d4ab203592e51f03933b09b544451325438a1/nova_powervm-8.0.0.0rc2.tar.gz" } ], "9.0.0": [ { "comment_text": "", "digests": { "md5": "705810e8f4d989dfdd48246781ff9ac0", "sha256": "26b33f46af6360b3a16aa2f7255f230b84403e27ee31f09c31c3811984066ed3" }, "downloads": -1, "filename": "nova_powervm-9.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "705810e8f4d989dfdd48246781ff9ac0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 323735, "upload_time": "2019-10-16T12:43:51", "url": "https://files.pythonhosted.org/packages/c0/c4/4ec5b781a6bba3bafc18e4ea1e6a853abf03de4b12028bcdc24791651790/nova_powervm-9.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a923caffc15d266f0413dc4542da0c5b", "sha256": "a92a514c03d3ffaaec47384cd4e1c66d173869dbe25a9cb9385c6459faf07365" }, "downloads": -1, "filename": "nova_powervm-9.0.0.tar.gz", "has_sig": false, "md5_digest": "a923caffc15d266f0413dc4542da0c5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282935, "upload_time": "2019-10-16T12:43:56", "url": "https://files.pythonhosted.org/packages/0a/db/596ebab4ae43c5cdcb6569846e1bc57ea58b09c913980b3d90696e50e2af/nova_powervm-9.0.0.tar.gz" } ], "9.0.0.0rc1": [ { "comment_text": "", "digests": { "md5": "38ff307c233121cb0bdd4d4b9870d8c2", "sha256": "d924b7d9b56cc98e4b5f9839e2e2fd1f3ef5b2fbe5412f790f9cb6203676e2c4" }, "downloads": -1, "filename": "nova_powervm-9.0.0.0rc1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "38ff307c233121cb0bdd4d4b9870d8c2", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 323824, "upload_time": "2019-09-26T09:40:49", "url": "https://files.pythonhosted.org/packages/2a/f0/6d20e19cc27691700e2c6e27fae07b17d6ba6b60dec0d69001f5df4e49e2/nova_powervm-9.0.0.0rc1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "87e5970745c72b1b70084553f9afbb1b", "sha256": "03949895c1fdbbd5a6a144a3373e38d0f5af2ca7af93835dd4014239a813fba0" }, "downloads": -1, "filename": "nova_powervm-9.0.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "87e5970745c72b1b70084553f9afbb1b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 286888, "upload_time": "2019-09-26T09:40:54", "url": "https://files.pythonhosted.org/packages/35/7b/b574201e90cdc6acf8399b492bc4d59586671c772e7b5285a4b0f939d091/nova_powervm-9.0.0.0rc1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "705810e8f4d989dfdd48246781ff9ac0", "sha256": "26b33f46af6360b3a16aa2f7255f230b84403e27ee31f09c31c3811984066ed3" }, "downloads": -1, "filename": "nova_powervm-9.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "705810e8f4d989dfdd48246781ff9ac0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 323735, "upload_time": "2019-10-16T12:43:51", "url": "https://files.pythonhosted.org/packages/c0/c4/4ec5b781a6bba3bafc18e4ea1e6a853abf03de4b12028bcdc24791651790/nova_powervm-9.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a923caffc15d266f0413dc4542da0c5b", "sha256": "a92a514c03d3ffaaec47384cd4e1c66d173869dbe25a9cb9385c6459faf07365" }, "downloads": -1, "filename": "nova_powervm-9.0.0.tar.gz", "has_sig": false, "md5_digest": "a923caffc15d266f0413dc4542da0c5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 282935, "upload_time": "2019-10-16T12:43:56", "url": "https://files.pythonhosted.org/packages/0a/db/596ebab4ae43c5cdcb6569846e1bc57ea58b09c913980b3d90696e50e2af/nova_powervm-9.0.0.tar.gz" } ] }