openstacksdk/openstack/compute/__init__.py
Terry Howe f54ee50656 Full flavor CRUD
Flavor CRUD v2

To use the low level api for the resource:

    from openstack.compute.v2 import flavor
    resp = flavor.Flavor.get_data_by_id(sess, '102')

The resp will be a dictionary.

Change-Id: I3a835e4e7ea5dd6e62cdd91748589edf54c0dcf9
2014-07-09 06:46:50 -06:00

0 lines
Python