Commit Graph

5 Commits

Author SHA1 Message Date
Corey Bryant 90e0863923 Update git submodules
* Update charm-layer-openstack-principle from branch 'master'
  to 2541283a7f9c3fa923c0fccd7257e217e11dadcd
  - Add package-upgrade action
    
    The package-upgrade action is similar to the openstack-upgrade action
    except that it performs package upgrades within the current openstack
    release. If a new openstack release is available, the package-upgrade
    action will not perform any upgrades.
    
    Sync common files from release-tools, with modifications specific
    to this layer.
    
    Change-Id: I4eaee81e05d44d9649c37d397672d263bc2a1025
2022-01-28 16:17:22 +00:00
Alex Kavanagh 9e730b9f89 Update git submodules
* Update charm-layer-openstack-principle from branch 'master'
  to 8100de4b24ab361423363c75599124708169d871
  - Ensure that Endpoints are discovered for openstack-upgrade
    
    Charms that use the openstack-upgrade action have the option (by
    default in charms.openstack) to re-render their configuration files
    after the packages have been upgraded.  If that charm has interfaces
    that are based on the charms.reactive Endpoint class, then they need to
    be discovered by the charms.reactive framework so that they can be
    'found' by the from_flag() function when constructing an adapters
    instance for the render function in charms.openstack (and ultimately
    charm-helpers as a context).,  This involves running the
    hookenv._run_atstart() function.
    
    Closes-Bug: #1908267
    Change-Id: Idfeac39b6d9974bcbbe1891623ff09cc447d87bb
2020-12-22 15:39:19 +00:00
Ghanshyam Mann fd8752724a Update git submodules
* Update charm-layer-openstack-principle from branch 'master'
  - [ussuri][goal] Updates for python 2.7 drop
    
    OpenStack is dropping the py2.7 support in ussuri cycle.
    
    charm repos need few updates on either py2 drop or updating
    ussuri python template, tox.ini etc.
    
    Complete discussion & schedule can be found in
    - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
    - https://etherpad.openstack.org/p/drop-python2-support
    
    Ussuri Communtiy-wide goal:
    https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html
    
    Change-Id: I6549595dff4219b831680624315e36e95fccf2d2
2020-03-25 06:46:13 +00:00
Camille Rodriguez ac3dfed1d5 Update git submodules
* Update charm-layer-openstack-principle from branch 'master'
  - Avoid pollution and false positives with tox.ini
    
    - added mising test-requirements.txt file
    - updated testenv build to build in a tmp folder outside of src
    - removing sitepackages in tox.ini to avoid test env pollution
    - skip_missing_interpreters in tox.ini set to False to avoid false
    positives by skipping missing interpreters.
    
    Change-Id: I7985b07bb215ad43403a3e581197d5e139b603ac
    
  - OpenDev Migration Patch
    
    This commit was bulk generated and pushed by the OpenDev sysadmins
    as a part of the Git hosting and code review systems migration
    detailed in these mailing list posts:
    
    http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
    http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html
    
    Attempts have been made to correct repository namespaces and
    hostnames based on simple pattern matching, but it's possible some
    were updated incorrectly or missed entirely. Please reach out to us
    via the contact information listed at https://opendev.org/ with any
    questions you may have.
2019-08-29 15:08:19 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00