Previous topic

The cinder.rootwrap.filters Module

Next topic

The cinder.scheduler.chance Module

This Page

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

The cinder.rootwrap.wrapper Module

build_filter(class_name, *args)

Returns a filter object of class class_name

load_filters(filters_path)

Load filters from a list of directories

match_filter(filters, userargs)

Checks user command and arguments through command filters and returns the first matching filter, or None is none matched.