Comment 2 for bug 1564928

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to puppet-nova (master)

Reviewed: https://review.openstack.org/305463
Committed: https://git.openstack.org/cgit/openstack/puppet-nova/commit/?id=0986087729380e309be0d2bbed7bba5fba4c8d46
Submitter: Jenkins
Branch: master

commit 0986087729380e309be0d2bbed7bba5fba4c8d46
Author: Trevor McCasland <email address hidden>
Date: Thu Apr 14 11:01:01 2016 -0500

    Add nova flavor provider

    Nova is not including flavors by default anymore so there needs to be
    a way to create flavors with puppet. This change adds a nova_flavor
    provider for adding and removing flavors. Additionally the provider can
    be used to manage properties on flavors. Since flavor information cannot
    be updated after creation time, only the properties can be managed after
    creation via the nova_flavor provider.

    Change-Id: Ic370ac65990d0b3a360340632ada4016231c8a93
    Related-Bug: #1564928
    Co-Authored-By: Alex Schultz <email address hidden>