pycloudlib

Clouds

  • Azure
  • EC2
  • GCE
  • IBM
  • IBM Classic
  • LXD
  • OCI
  • Openstack
  • QEMU
  • VMWare

Code Examples

  • Azure
  • EC2
  • GCE
  • IBM
  • LXD
  • OCI

Other

  • Configuration
  • SSH Key Setup
  • Images
  • Resource Cleanup

External

  • File a bug
  • PyPI

Developers

  • Contributing
  • Maintainer Notes
  • Design
  • API
    • pycloudlib
      • pycloudlib package
        • Azure
        • EC2
        • GCE
        • IBM
        • IBMClassic
        • LXD
        • LXDContainer
        • LXDVirtualMachine
        • OCI
        • Openstack
        • Qemu
        • VMWare
        • Subpackages
        • Submodules
Index
pycloudlib
  • API
  • pycloudlib
  • pycloudlib package
  • pycloudlib.openstack package
  • View page source

pycloudlib.openstack package

OpenStack handling code for pycloudlib.

Submodules

  • pycloudlib.openstack.cloud module
    • Openstack
      • Openstack.__init__()
      • Openstack.daily_image()
      • Openstack.delete_image()
      • Openstack.get_instance()
      • Openstack.image_serial()
      • Openstack.launch()
      • Openstack.released_image()
      • Openstack.snapshot()
      • Openstack.use_key()
  • pycloudlib.openstack.errors module
    • OpenStackError
    • OpenStackFlavorNotFound
  • pycloudlib.openstack.instance module
    • OpenstackInstance
      • OpenstackInstance.__init__()
      • OpenstackInstance.add_network_interface()
      • OpenstackInstance.console_log()
      • OpenstackInstance.delete()
      • OpenstackInstance.id
      • OpenstackInstance.ip
      • OpenstackInstance.name
      • OpenstackInstance.remove_network_interface()
      • OpenstackInstance.shutdown()
      • OpenstackInstance.start()
      • OpenstackInstance.wait_for_delete()
      • OpenstackInstance.wait_for_stop()
Previous Next

© Copyright 2018, Joshua Powers.

Built with Sphinx using a theme provided by Read the Docs.