]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
A native Swift container resource type.
authorSteve Baker <sbaker@redhat.com>
Mon, 21 Jan 2013 23:10:15 +0000 (12:10 +1300)
committerSteve Baker <sbaker@redhat.com>
Wed, 23 Jan 2013 23:32:20 +0000 (12:32 +1300)
commit5d46ab040dbccf004adcebe67854a267e9240653
treea06dc2126303bfec95d8b50f15bf940b02cfbd5a
parentbf02c9263fc3dda59ed3900ac4b655644ee08db5
A native Swift container resource type.

Implements blueprint swift-resource-type

The properties schema maps to the swift headers
that are set during container creation.

The schema allows any arbitrary X-Container-Meta-* header to
be set in the template, which will be useful for users who
store arbitrary header keys.

This will be used during the presentation demo at LCA
next week.

Change-Id: I35e594cbe3cc251d5b48b41ea78ed2edda8aa807
heat/engine/resources/swift.py [new file with mode: 0644]
heat/tests/test_swift.py [new file with mode: 0644]
templates/Swift.template [new file with mode: 0644]