Previous topic

The nova.api.ec2.inst_state Module

Next topic

The nova.api.metadata.base Module

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.manager Module

class MetadataManager(*args, **kwargs)

Bases: nova.manager.Manager

Metadata Manager.

This class manages the Metadata API service initialization. Currently, it just adds an iptables filter rule for the metadata service.

init_host()

Perform any initialization.

Currently, we only add an iptables filter rule for the metadata service.