This Page

Psst... hey. You're reading the latest content, but it might be out of sync with code. You can read Nova 2011.2 docs or all OpenStack docs too.

The nova.api.openstack.views.versions Module

class nova.api.openstack.views.versions.ViewBuilder(base_url)

Bases: object

build_choices(VERSIONS, req)
build_version(version)
build_versions(versions)
generate_href(version_number, path=None)

Create an url that refers to a specific version_number.

nova.api.openstack.views.versions.get_view_builder(req)