Commit Graph

8 Commits

Author SHA1 Message Date
Hervé Beraud 94fa3c2280 Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  to 3fba729d3e2856a9cab4de71c1252388213b9844
  - Use unittest.mock instead of mock
    
    The mock third party library was needed for mock support in py2
    runtimes. Since we now only support py36 and later, we can use the
    standard lib unittest.mock module instead.
    
    Note that https://github.com/openstack/charms.openstack is used during tests
    and he need `mock`, unfortunatelly it doesn't declare `mock` in its
    requirements so it retrieve mock from other charm project (cross dependency).
    So we depend on charms.openstack first and when
    Ib1ed5b598a52375e29e247db9ab4786df5b6d142 will be merged then CI
    will pass without errors.
    
    Depends-On: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
    Change-Id: Id390874b58b796fe6b8b6c9f03d8aa61381e00d5
2021-12-16 09:35:12 +00:00
Liam Young c819781b9b Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  to 677f1a666ad8935c31fa5c0cb228c46aa5b80ea1
  - Reuse existing metadata secret if present
    
    If there is an existing metadata secret stored on the filesystem
    then reuse it to ensure a smooth transition from the old provider
    to the new.
    
    Closes-Bug: #1916609
    Change-Id: I74f889f0fc13f0bde2677054f7acaed63a46aea6
2021-05-12 05:50:15 +00:00
Alex Kavanagh 724e73a088 Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  to 6b39be106b51b676a370752104df5d895171e699
  - Migrate unit tests fully to stestr
    
    Change-Id: Ifbeadf1df3aaa69197b77d422eda8fe36f79411f
2021-02-18 14:07:26 +00:00
Frode Nordahl bed3294464 Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  - Implement generation of shared secret for metadata
    
    The ``nova-compute`` charm gates enablement of the local Nova
    metadata service on presence of the ``metadata-shared-secret``
    key in the relation data in the subordinate relation with
    ``neutron-plugin`` interface.  This is implemented in the classic
    ``neutron-openvswitch`` charm today.
    
    Add the bits necessary for a reactive charm to participate in this
    part of the relation.
    
    Also adds units tests to the interface.
    
    Change-Id: I358e60c40a7f7c0cd33b31f2b7a8c58d6cb83326
2019-10-08 08:06:37 +00:00
Frode Nordahl b60be66fd6 Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  - Add ``host`` attribute on requires side
    
    Commit 6dca7338b2fa8181342a0a6c49bc582a141c3972 added the attribute
    on the wrong side of the interface.
    
    Change-Id: I6d561617805280caebfe6e408d74ceaccefa1f08
    Closes-Bug: #1845303
2019-10-02 06:29:34 +00:00
Frode Nordahl e3e373d561 Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  - Add auto accessor for ``host`` attribute
    
    Depends-On: I75cbc5eb97cf3603ffa5a9a49670411288d90520
    Change-Id: I3b11eec3f1c4b8a673ccb6f9e6320d79dbde8f7a
    Closes-Bug: #1845303
2019-10-01 16:05:21 +00:00
Camille Rodriguez 627d020dfe Update git submodules
* Update charm-interface-neutron-plugin from branch 'master'
  - Avoid pollution and false positives with tox.ini
    
    - 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: Ie250e8d9cb5063955140cfc8275ff91865334053
    
  - 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:06:47 +00:00
Monty Taylor aa262b7a44
Update git submodules based on new script
Change-Id: Ia578b55e3e07b4ea90f034805625caf82e9e674e
2019-01-04 14:13:17 +00:00