Updates for stable branch creation
Set default branch for git review/gerrit. Switch amulet tests to stable. Switch to using stable charm-helpers branch. Change-Id: I8d2a141b3ce4cc4f24e2809c24cbfc33183f7e2f
This commit is contained in:
parent
b5c36ecd5e
commit
201b7bfb93
@ -2,3 +2,5 @@
|
||||
host=review.openstack.org
|
||||
port=29418
|
||||
project=openstack/charm-glance.git
|
||||
|
||||
defaultbranch=stable/19.04
|
||||
|
@ -1,4 +1,4 @@
|
||||
repo: https://github.com/juju/charm-helpers
|
||||
repo: https://github.com/juju/charm-helpers@stable/19.04
|
||||
destination: charmhelpers
|
||||
include:
|
||||
- core
|
||||
|
@ -41,7 +41,7 @@ class GlanceBasicDeployment(OpenStackAmuletDeployment):
|
||||
delete new image."""
|
||||
|
||||
def __init__(self, series=None, openstack=None, source=None,
|
||||
stable=False):
|
||||
stable=True):
|
||||
"""Deploy the entire test environment."""
|
||||
super(GlanceBasicDeployment, self).__init__(series, openstack,
|
||||
source, stable)
|
||||
|
Loading…
Reference in New Issue
Block a user