The nova.volume.encryptors.nop Module

class NoOpEncryptor(connection_info, **kwargs)

Bases: nova.volume.encryptors.base.VolumeEncryptor

A VolumeEncryptor that does nothing.

This class exists solely to wrap regular (i.e., unencrypted) volumes so that they do not require special handling with respect to an encrypted volume. This implementation performs no action when a volume is attached or detached.

attach_volume(context)
detach_volume()

Previous topic

The nova.volume.encryptors.luks Module

Next topic

The nova.weights Module

Project Source

This Page