Code review comment for lp:~corey.bryant/charm-helpers/dfs-defaults

Revision history for this message
Corey Bryant (corey.bryant) wrote :

In order to deploy from source, the openstack charms have an openstack-origin-git config option, that currently only supports a YAML string that specifies the git repositories to deploy from.

This adds support for default openstack-origin-git values. The default values supported are: icehouse, kilo, liberty, mitaka, and master. For example: openstack-origin-git=master.

This will allow an openstack charm to deploy from the corresponding branch of the OpenStack repository on github.

« Back to merge proposal