Repository tracking all OpenStack repositories as submodules
Go to file
Zuul 9030ef654b Update git submodules
* Update neutron-vpnaas from branch 'master'
  - Merge "Increment versioning with pbr instruction"
  - Merge "Change openstack-dev to openstack-discuss"
  - Increment versioning with pbr instruction
    
    With moving away from required milestone releases, the version numbers
    calculated by PBR on the master branch will not work for those testing
    upgrades from the last stable release. More details can be found in the
    mailing list post here:
    
        http://lists.openstack.org/pipermail/openstack-dev/2018-October/135706.html
    
    This is an empty commit that will cause PBR to increment its calculated
    version to get around this.
    
    PBR will see the following which will cause it to increment the version:
    
    Sem-Ver: feature
    
    Please merge this patch as soon as possible to support those testing
    upgrades.
    
    Change-Id: I718bc2b9db7f2199369e1d85ddb49ebd9774439d
    Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
    
  - Fix and skip gate failures
    
    lower-constraints.txt is updated.
    - ryu 4.24
    - pecan 1.3.2
    
    neutron-vpnaas-tempest-libreswan-centos is now non-voting
    because Cinder DB migration fails on CentOS 7.
    
    This patch also includes the changes from [1] as without them the tests
    fail.
    
    [1] https://review.openstack.org/#/c/599034/
    
    Related-Bug: 1808709
    
    Change-Id: Id6a2eadfacb3983cfc05142860a827d3233561dd
    
  - Change openstack-dev to openstack-discuss
    
    Mailinglists have been updated. Openstack-discuss replaces openstack-dev.
    
    Change-Id: I0ad0b5143d3b1e72868e6b7035b367d40f7a720a
    
  - Merge "Update min tox version to 2.3.2"
  - Merge "remove external_network_bridge option"
  - Update min tox version to 2.3.2
    
    After latest changes on tox.ini, the minimum
    version of tox need to be changed to 2.3.2.
    
    https://bugs.launchpad.net/neutron/+bug/1695888
    I458cf0d5e8927cf11a44b49ecfb5178a228aafaf
    
    Change-Id: I62991679465a52710b8c24af80fdb311c1e26969
    
  - Merge "use payloads for SUBNET BEFORE_DELETE events"
  - remove external_network_bridge option
    
    The external_network_bridge option is deprecated/legacy and being
    removed from neutron [1]. This patch removes the external_network_bridge
    option from neutron-vpnaas.
    
    [1] https://review.openstack.org/#/c/567369/
    
    Change-Id: Ib9965247dbec10a83bacdff5b852b8c888c23ad5
    
  - Merge "fix tox python3 overrides"
  - use payloads for SUBNET BEFORE_DELETE events
    
    This patch switches over to the payload style of callbacks for the
    BEFORE_DELETE events of SUBNET resources in prep for the depends on
    patch listed below.
    
    Change-Id: Ia4a3f8074d9c2e879ead97957b2f962ddd0a161f
    Depends-On: https://review.openstack.org/#/c/597561/
    
  - fix tox python3 overrides
    
    We want to default to running all tox environments under python 3, so
    set the basepython value in each environment.
    
    We do not want to specify a minor version number, because we do not
    want to have to update the file every time we upgrade python.
    
    We do not want to set the override once in testenv, because that
    breaks the more specific versions used in default environments like
    py35 and py36.
    
    Change-Id: Iccd8b6a73946d841a383ac9558fec3ae031373cd
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - use common rpc and exceptions from neutron-lib
    
    The neutron.common.rpc and exceptions were rehomed into neutron-lib and
    are currently shimmed in neutron [1]
    
    This patch consumes those modules from neutron-lib by using lib's
    modules rather than neutrons.
    
    [1] https://review.openstack.org/#/c/586525/
    
    Change-Id: Ic2839a32ec742bf25c9414650c24f17b91ae44c3
    
  - add local pep8 tox target
    
    This patch adds the pep8-dev tox target for running pep8 locally as per
    [1]. In addition it updates the pylint version to work with python 3.x
    and addresses some pylint errors in the code.
    
    [1] https://etherpad.openstack.org/p/neutron-sibling-setup
    
    Change-Id: I7bd4d8e75601a7291692d6256925f46fb4fa5464
    
  - opt in for neutron-lib consumption patches
    
    As part of the Denver PTG [1] we decided networking related projects
    that are "current" and want to receive neutron-lib consumption patches
    on an on-going basis should indicate such with a well defined comment
    in their requirements.txt. This allows us to easily find the list of
    project to receive neutron-lib consumption patches [2] by searching for
    the string.
    
    In addition, projects opting-in for these patches are also attesting
    they will stay up to date with TC and infra initiatives to ensure
    consumption patches can flow freely.
    
    This patch adds the "neutron-lib-current" string to requirements.txt
    opting in for neutron-lib consumption patches.
    
    [1] https://etherpad.openstack.org/p/neutron-stein-ptg
    [2] https://docs.openstack.org/neutron-lib/latest/contributor/contributing.html#phase-4-consume
    
    Change-Id: Id641165b9e556e26ddd483b3a5b37e90d6956e94
    
  - Merge "Match IPSEC SA established state"
  - Merge "Add dummy ipsec driver for unit tests"
  - Merge "Show team and repo badges on README"
  - add python 3.6 unit test job
    
    This is a mechanically generated patch to add a unit test job running
    under Python 3.6 as part of the python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I7f39dd0e4a77abd294ab61cba97c7d8f8f04a4f6
    Story: #2002586
    Task: #24314
    
  - switch documentation job to new PTI
    
    This is a mechanically generated patch to switch the documentation
    jobs to use the new PTI versions of the jobs as part of the
    python3-first goal.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Fix tox.ini html files in right place.
    
    Change-Id: I8493a3ef704b1da458153a8da3f9b26145f5bff2
    Story: #2002586
    Task: #24314
    
  - Use templates for cover and lower-constraints
    
    Use openstack-tox-cover template, this runs the cover job
    in the check queue only.
    
    Use openstack-lower-constraints-jobs template, remove the
    definition of neutron-vpnaas-tox-lower-constraints, the neutron
    template does this correctly.
    
    Remove jobs that are part of the templates.
    
    Change-Id: I7e39bc8e3348883b06a8f38a503dd5db14d20c5d
    
  - import zuul job settings from project-config
    
    This is a mechanically generated patch to complete step 1 of moving
    the zuul job settings out of project-config and into each project
    repository.
    
    Because there will be a separate patch on each branch, the branch
    specifiers for branch-specific jobs have been removed.
    
    Because this patch is generated by a script, there may be some
    cosmetic changes to the layout of the YAML file(s) as the contents are
    normalized.
    
    See the python3-first goal document for details:
    https://governance.openstack.org/tc/goals/stein/python3-first.html
    
    Change-Id: I5c06bc35d0ff9e68743b1d44cbba2541268b88ec
    Story: #2002586
    Task: #24314
    
  - use setup_extension in unit tests
    
    This patch switches usages of _setUpExtension over to setup_extension to
    phase out the unused attr map parameter. For more details see
    https://review.openstack.org/#/c/561305/
    
    Change-Id: I44bfd349dc2e130b87275d15b72c3a02dc89145f
    
  - Match IPSEC SA established state
    
    While using IKE policy with version v2,
    the IPsec siteconnection status always down.
    From librewan wiki[1], the "phase2" in IKEv2 mistakenly
    calls itself a PARENT SA which same as "phase1",
    This is a known bug for some versions of libreswan.
    
    For the newer versions of libreswan(3.20+),
    the "IPsec SA established" will successful output if
    phase2 state established.
    
    Here we match the "established" and "newest IPSEC" for
    an established IPSEC SA.
    
    [1] https://libreswan.org/wiki/How_to_read_status_output
    
    Change-Id: Iffff7d00f48e69fbc53bb45df17d6a5be6760a6d
    Closes-Bug: #1781354
    
  - Update reno for stable/rocky
    
    Change-Id: Iba448e28ad2969dc451e67ac1d40ebbeb0b59318
    
  - Show team and repo badges on README
    
    This patch adds the team's and repository's badges to the README file.
    The motivation behind this is to communicate the project status and
    features at first glance.
    
    For more information about this effort, please read this email thread:
    
    http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html
    
    To see an example of how this would look like check:
    
    https://gist.github.com/1c8b7ec0a4a119dc5e39e8a4ffde8a33
    
    Change-Id: Ieb221468c7efa8b3343c6e6c809ffe246c0ce9c1
    
  - Function argument name not used correctly
    
    This will cause an error when generating docs
    with python3.
    
    Change-Id: I613f7670f10c0a176757907181dd687d18632edd
    
  - use callback payloads for ROUTER/ROUTER_GATEWAY BEFORE_DELETE events
    
    This patch switches ROUTER/ROUTER_GATEWAY BEFORE_DELETE events to use
    payload style args. It also factors vpn_callback into a
    separate callback specifically for ROUTER BEFORE_DELETE events to
    support both styles; the TODO in the code can be cleaned up later.
    
    Change-Id: I68fe5583426d6fa844a2a25a21256f842e587dff
    Depends-On: https://review.openstack.org/#/c/562762
    
  - add py3-dev tox target and update lower constraints zuul job
    
    This patch adds a py3-dev tox target for running py3 UTs locally.
    It also updates the local .zuul.yaml for a neutron-vpnaas specific
    lower constraints job that ensure neutron/master is installed.
    
    Change-Id: Iab9f134b17b56d765d5ac523d9b5a4b4d4e00fb7
    Partial-Bug: #1779335
    
  - Add dummy ipsec driver for unit tests
    
    This patch intends to add a dummy ipsec driver in order to verify
    multiple drivers can work together.
    
    Change-Id: I441321e20468b82fe280b10b295c1fd62910b53d
    
  - update requirements for neutron-lib 1.18.0
    
    Neutron-lib 1.18.0 is our Rocky RC and is already being used by neutron
    [1]. This patch updates the neutron-lib required version to match
    neutron [1] in prep for the Rocky release.
    
    [1] https://review.openstack.org/#/c/583671/
    
    To work with neutron-lib 1.18.0, we need Rocky version of neutron,
    so the minimum version of neutron is bumped to 13.0.0.0b2 (Rocky-2).
    
    We also need to bump the minimum version of SQLAlchemy. Rocky neutron
    depends on pending_to_persistent ORM event in SQLAlchemy which was added
    in SQLAlchemy 1.1. Rocky neutron now requires SqlAlchemy>=1.2.0,
    so the min version of SQLAlchemy is bumped to 1.2.0.
    
    Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
    Change-Id: I7c8c6c1b28e9dd85e192ec8d44e324e135419cbd
    
  - Switch to stestr
    
    According to Openstack summit session [1] stestr is
    maintained project to which all Openstack projects
    should migrate.
    Let's switch it then.
    
    [1] https://etherpad.openstack.org/p/YVR-python-pti
    
    Change-Id: Ia4c71631e4c51ec814bcefc115d4f5690c11e37b
    
  - Merge "Fix lower-constraints.txt"
  - Make libreswan driver work with recent versions
    
    LibreSwan 3.19 introduces a new commandline argument '--nssdir' for
    pluto which defaults to '/etc/ipsec.d'. As older versions don't
    understand such an option, we cannot just add it to the commandline.
    
    The commandline arguments of LibreSwan are not stable enough to rely on.
    For example, in 3.19, 'ipsec initnss' has the new argument '--nssdir',
    and in 3.20, 'ipsec pluto' also gets this new argument '--nssdir', then
    in 3.22, the argument '--ctlbase' is phased out.
    
    In this commit, instead of trying new options and then fallback to old
    ones for older versions, the bind-mount method used in StrongSwan driver
    is adopted. With /etc and /var/run bind mounted, all the commandline
    arguments related to configuration file places can be removed. This
    ensures that changes of such arguments between different versions won't
    bother as the default places are always used.
    
    This commit also replaces 'auth=' by 'phase2=' in the configuration
    template as the former is for a long time an alias of the latter and
    removed in LibreSwan 3.19.
    
    The virtual-private argument of 'ipsec pluto' has been put into the
    configuration file to avoid commas(,) in the commandline so that the
    netns_wrapper can work well.
    
    A new tempest job for running LibreSwan as the device driver on CentOS 7
    is also added to avoid regression.
    
    This commit has been simply tested on CentOS 7.4 with the following
    versions of LibreSwan provided by the CentOS repo:
    
      - libreswan-3.12-5.el7.x86_64.rpm
      - libreswan-3.12-10.1.el7_1.x86_64.rpm
      - libreswan-3.15-5.el7_1.x86_64.rpm
      - libreswan-3.15-8.el7.x86_64.rpm
      - libreswan-3.20-3.el7.x86_64.rpm
      - libreswan-3.20-5.el7_4.x86_64.rpm
    
    and different versions of LibreSwan provided by libreswan.org[1]:
    
    [1] https://download.libreswan.org/binaries/rhel/7/x86_64/
    
    Change-Id: Iacb6f13187b49cf771f0c24662d6af9217c211b8
    Closes-Bug: #1711456
    
  - Merge "Avoid using non-ASCII characters when generating config files"
  - Fix lower-constraints.txt
    
    During the change https://review.openstack.org/#/c/573216/,
    neutron-vpnaas lower-constraints.txt looks out-of-date.
    This commit fixes lower-constraints.txt.
    
    Change-Id: Ie15722a60d4be5dc326ce16466610d7c6308884c
    
  - Merge "Fix flavors plugin not found error"
  - Merge "Remove unmaintained drivers"
  - Fix functional tests gate
    
    With commit 88f5e11d8bf[1], neutron plugs new ports as dead vlan. During
    functional tests all the ports are untagged. So such tag should be
    removed during functional testing.
    
    Closes-Bug: #1777673
    
    [1] I024bbbdf7059835b2f23c264b48478c71633a43c
    
    Change-Id: I7b472b4a4f51fea473635fbd731a897e46af5eee
    
  - Fix flavors plugin not found error
    
    Upon the initialization of the vpnaas plugin, it gets the flavors plugin
    only once. This is not working well because if the vpnaas plugin gets
    loaded before the flavors service plugin, it will fail to find the
    flavors service plugin.
    
    Closes-Bug: #1773282
    
    Change-Id: Ib4e11c8eef7831513f0fae2a45120ec396cfe3f5
    
  - Avoid using non-ASCII characters when generating config files
    
    The name of a VPN service and the PSK of an IPsec site connection may
    contain non-ASCII characters. Outputing plain texts of these contents
    may lead to UnicodeEncodeError.
    
    As *swan can support base64 encoded PSKs. With this commit, we
      1. use VPN service id instead of the name in configuration files, and
      2. encode IPsec site connection PSK with base64
    to make sure that generated configuration files will only contain ASCII
    characters.
    
    Closes-Bug: #1652909
    
    Change-Id: Ie7edf080fc44537a74c57262bd9943c5e4337428
    
  - Merge "Switch tempest zuul job to zuul v3 native"
  - Switch tempest zuul job to zuul v3 native
    
    Change-Id: Ifa5678c2dace916c5fa0937a1c3d541c537c3cf3
    
  - Remove unmaintained drivers
    
    After the announcement on mailing list [1] but there is no response.
    This patch intends to remove the following drivers that are unmaintained:
    - CiscoCsrIPsecDriver
    - FedoraStrongSwanDriver
    - VyattaIPsecDriver
    
    [1] http://lists.openstack.org/pipermail/openstack-dev/2017-July/120264.html
    
    Change-Id: I984a41b9a9b5c154c4be7f5bcef621fe8c5677ac
    
  - use rpc Connection rather than create_connection
    
    The create_connection function in neutron.common.rpc is just an alias to
    Connection. This patch switches to the later so we can remove the former
    in: https://review.openstack.org/#/c/560130
    
    Change-Id: Ibba7148351e0978ddf6db27348e7cf7f19762f21
    
  - use plugin names from neutron-lib plugin constants
    
    Switch usage of plugin names from neutron_lib.constants over to
    neutron_lib.plugins.constants in prep for
    https://review.openstack.org/#/c/531857/
    
    Change-Id: I86e0cdff4802874644262a7aaa699792f4080451
    
  - Fix pep8 errors
    
    Pep8 job is broken due to recent pep8 upgrade and corresponding
    pycodestyle update.
    
    This commit fixes the following errors:
      - E731 do not assign a lambda expression, use a def
      - W503 line break before binary operator
      - E402 module level import not at top of file
    
    Change-Id: Ib357336eb165cf642f6793ff6cdde7d53075b158
    
  - Change back to using vpn_agent.ini
    
    After https://review.openstack.org/#/c/555167/ merged
    downstream packaging jobs broke due to the filename
    change to l3_agent.ini.  Change it back to vpn_agent.ini
    since it could cause an upgrade issue.
    
    Also, since l3_agent.ini is already used in the neutron
    tree, having a file with the same name could cause some
    confusion, so it's better to use something unique.
    
    Change-Id: I39cf2c0d1c54e7c292dcdf71831c1a3cbc67284a
    
  - Merge "remove unused plugin.get_plugin_name()"
  - Merge "Improve docs to follow the standard structure"
  - remove unused plugin.get_plugin_name()
    
    This method does not seem to be used anymore:
    
    http://codesearch.openstack.org/?q=get_plugin_name&i=nope&files=&repos=neutron,neutron-lib
    
    Change-Id: I3a70bf296c849485194dd7df8f06ccc60dccbedc
    
  - Improve docs to follow the standard structure
    
    neutron-vpnaas documentation needed to be updated to the document
    structure recommended by the docs team.
    This commits add several sections and reorganizes the existing docs.
    
    Change-Id: Iae2704f3d0653e00c18cf1fccdbcb8b926a5b15c
    
  - Fix patterns of unit test files in irrelevant-files
    
    'neutron_vpnaas' is the correct module name.
    Previously it was 'neutron-vpnaas' and as a result tempest and
    functional tests are run unexpectedly.
    
    Change-Id: I2e691dfcc10ebc7e28d2c546b171006601ea17d5
    
  - test: Register L3 option in L3 ext tests
    
    After https://review.openstack.org/#/c/524406/ landed,
    we need to register L3 opts before initializing router info.
    
    Change-Id: I2017be0e9ca069abfdd1c5250bc06b3b4109fa83
    Closes-Bug: #1760320
    
  - Merge "Ensure to install latest neutron from master"
  - Merge "Updated from global requirements"
  - Merge "add lower-constraints job"
  - Updated from global requirements
    
    Change-Id: Ide5e371c2761fb4fe2282e4ee6e34316e3a5fc7a
    
  - Updated from global requirements
    
    Change-Id: Id3f794271da9803539ad874bdcc5798d24d692a9
    
  - add lower-constraints job
    
    Create a tox environment for running the unit tests against the lower
    bounds of the dependencies.
    
    Create a lower-constraints.txt to be used to enforce the lower bounds
    in those tests.
    
    Add openstack-tox-lower-constraints job to the zuul configuration.
    
    See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html
    for more details.
    
    Change-Id: I312f591a68fa30636502eadb563de5656faca3e9
    Depends-On: https://review.openstack.org/555034
    Signed-off-by: Doug Hellmann <doug@doughellmann.com>
    
  - Ensure to install latest neutron from master
    
    neutron-vpnaas-dsvm-functional-sswan job requires neutron master branch
    but after neutron was added to g-r neutron queens is installed.
    Ideally this can be handled by tox-siblings with zuulv3 native job,
    but it requires several efforts. This commit tries a work-around
    just to pass the current broken func test.
    
    Change-Id: I91fa5222031ad129f7fdfba5bf1bcb09c6d196ac
    
  - Updated from global requirements
    
    Change-Id: Ieef7032525380ba55ab7ead1584f00e1a7272501
    
  - Merge "use plugin common utils from neutron-lib"
  - Merge "Updated from global requirements"
  - Avoid tox-install.sh
    
    Instead of using tox-install.sh, we can install horizon and neutron
    now directly from pypi - or use the current branch in CI system using
    tox-siblings.
    
    Update tox.ini for this change and add neutron to requirements file.
    
    Change-Id: I435297ada6cdeb53a9bd8da8b88714f2c6a838a2
    
  - use plugin common utils from neutron-lib
    
    The public APIs that are part of neutron.plugins.common.utils were
    rehomed into neutron-lib with Iabb155b5d2d0ec6104ebee5dd42cf292bdf3ec61
    and will removed in neutron with commit
    I1d63cbea463e92e1d2e053f8e1a564ed52cb84f8
    
    This patch consumes the common plugin utils from neutron-lib
    
    Change-Id: I422a3a6588e967ef57af4b20175a268e4d5bf4c9
    
  - Updated from global requirements
    
    Change-Id: I5f351b5c4ec9704c540abf4789a70ea539dab21f
    
  - Updated from global requirements
    
    Change-Id: I8b871e8f0fd9fd4702dc857cec0347bee2443211
    
  - Merge "Ignore unnecessary changes for tempest job"
  - Merge "Update home-page url"
  - Ignore unnecessary changes for tempest job
    
    We don't need to run tempest job for unrelevant change
    in the project.
    
    Change-Id: Ica73aa077e2986b6dff5c3605c387aa009b2054d
    
  - Rearrange doc structure to standard layout
    
    * The document is no longer only for developers, so the title of
      the top page is updated.
    * In the current document standard, docs for contributors are
      placed under contributor/.
    * Title levels are rearranged to be shown appropriately
      with openstackdocsthems.
    * Fixes many sphinx code-block for better rendering.
    
    Change-Id: I36fc80d1c1e5382597099b86df3bbf009ce06902
    
  - Merge "Add Hunt Xu to list of driver maintainers"
  - Merge "Add IPv6 VPNaaS scenario tests"
  - Merge "Clean imports in code"
  - Update home-page url
    
    The url of home-page is out of date. We need update it.
    
    Change-Id: I237bb6078e94b76708b55384149ea2f3b2be6864
    
  - Clean imports in code
    
    In some part in the code we import objects. In the Openstack style guidelines
    they recommend to import only modules. [1]: "Do not import objects, only modules".
    
    [1] https://docs.openstack.org/hacking/0.10.3/
    
    Change-Id: Ia9132cfbe3997d9fc54cf4864f42a7cdec055641
    
  - Merge "Enable sha384/sha512 auth algorithms for *Swan drivers"
  - Add Hunt Xu to list of driver maintainers
    
    I would like to add Hunt Xu as a maintainer for libreswan driver
    as He is currently focusing and active on it.
    
    Change-Id: I6f6ae79a79f8f426226af900027c8038ca537213
    
  - Merge "Update reno for stable/queens"
  - Merge "API tempest: get tenant id from client"
  - Merge "Drop the root requirement for LibreSwanDriver"
  - Merge "Remove ikelifetime in %default section of ipsec.conf templates"
  - Add IPv6 VPNaaS scenario tests
    
    Change-Id: Ic96f31dce81ecf4db2daa2e9cba649eaff8f81d6
    Closes-Bug: #1692130
    
  - Update reno for stable/queens
    
    Change-Id: I91cf8893ab0d2439b4eee3e7b72cfb772b2becda
    
  - Merge "Zuul: Remove project name"
  - Enable sha384/sha512 auth algorithms for *Swan drivers
    
    Closes-Bug: #1747654
    Change-Id: I84d3ac6379bc0b6d483b557f38f3a462f0f1f1bf
    
  - Remove ikelifetime in %default section of ipsec.conf templates
    
    Nowadays connections always override the ikelifetime setting in their
    own sections. The setting in the %default section is no longer used. So
    this commit removes that from the templates as a cleanup.
    
    TrivialFix
    Change-Id: I49961cd53d12792486d0b8b0c45ab0e3c6c72484
    
  - Zuul: Remove project name
    
    Zuul no longer requires the project-name for in-repo configuration.
    Omitting it makes forking or renaming projects easier.
    
    Change-Id: I90fbc26626e172dd29e8c3812e45bbaf9151f196
    
  - API tempest: get tenant id from client
    
    Change-Id: I55b02b9f0c6804ce28a07c5288190e50e836ca97
    
  - Merge "Remove the redundant word"
  - Merge "Updated from global requirements"
  - Zuul: Remove project name
    
    Zuul no longer requires the project-name for in-repo configuration.
    Omitting it makes forking or renaming projects easier.
    
    Change-Id: I3407a96dd5f4fce5683386ffd9784118a2d7e6aa
    
  - Updated from global requirements
    
    Change-Id: If46cb3d425fee2da95100103e58cbbc11a674916
    
  - Remove the redundant word
    
    Removed redundant 'the' in test_vpnaas.py
    
    Change-Id: I61fb0425a9d8aaf9d7d85820052be8145706ed20
    
  - Drop the root requirement for LibreSwanDriver
    
    Change-Id: I880ef5dad6723de06da5dd8a424f7158d65b5a35
    Closes-Bug: #1644517
    
  - Switch to neutron-tempest-plugin for tempest tests
    
    * https://review.openstack.org/519310 syncs the code from neutron
      project to neutron-tempest-plugin repo and it is better to depend
      on new one inorder to avoid the breakage.
    
    Change-Id: Icf3ec7c186f45e86d602d5bc8754b91ddab47732
    
  - Merge "[doc] Add testing VPNaaS with devstack"
  - Merge "Move legacy jobs to project"
  - Merge "devstack: adapt to lib/neutron"
  - Merge "[doc] add more info to contributor guide"
  - [doc] Add testing VPNaaS with devstack
    
    This patch adds doc for how to test VPNaaS with devstack
    in order to help developers, operators and users easy to
    understand VPNaaS as fast as possible.
    
    This patch addresses the gap and improves docs as
    discussed in Boston summit.
    
    The content of this patch is basic inheritted from wiki page [1]
    [1] https://wiki.openstack.org/wiki/Neutron/VPNaaS/HowToInstall
    
    Change-Id: I8465cb90645af0fc3ea8cda554b0477b15f01fbe
    Related-bug: 1692131
    
  - devstack: adapt to lib/neutron
    
    Change-Id: I9b2780e1e1e6dc8b733348e0aad2024304e11ebb
    
  - [doc] add more info to contributor guide
    
    This patch adds more info to contributor guide to let
    new contributors know how to contribute to vpnaas actively.
    
    Change-Id: I62baaa077393009d8fa23d36413a3059bc2c4a0c
    Related-bug: 1692131
    
  - Move legacy jobs to project
    
    This patch implements first step in zuulv3 migration guide [1]:
    
    Move jobs to neutron-vpnaas repo
    
    [1] https://docs.openstack.org/infra/manual/zuulv3.html#legacy-job-migration-details
    
    Needed-By: I6feeb874eedbb7e7278923c4f6f4e526f1def24c
    Needed-By: I9ee5756c15ab6c8a393dd77680d6277fb35a7ee2
    
    Co-Authored-By: Cao Xuan Hoang <hoangcx@vn.fujitsu.com>
    Change-Id: If66846aa7bfc2afd42b9ffd077cdb179563f5995
2019-01-07 04:32:41 +00:00
adjutant@8e2b734398 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
adjutant-ui@baeb8879a2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
afsmon@618e1833e1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-config_template@d97279293d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-hardening@4648d7576d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-chrony@550aa62372 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-container-registry@61760f2fc1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-cinder@2fb45a6ba9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-cookiecutter@67000fca3c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-glance@0d189c220a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-keystone@474ead8340 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-mariadb@c8f32372de Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-rabbitmq@8805081c10 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-k8s-tripleo@6729652e86 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-openstack-operations@0868b36e57 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-puppet@98b7ea710b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-python_venv_build@5a31e77fb4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-qdrouterd@5490543352 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-redhat-subscription@1b3e473520 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-systemd_mount@78fac0354b Update git submodules 2019-01-04 20:43:00 +00:00
ansible-role-systemd_networkd@c72988c4ce Update git submodules 2019-01-04 20:42:30 +00:00
ansible-role-systemd_service@7c8ebdcff1 Update git submodules 2019-01-04 20:46:55 +00:00
ansible-role-tripleo-aodh@721f32e559 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-barbican@225a1ec179 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ceilometer@44a1feba8c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-cinder@6a280e60ff Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-cookiecutter@a981999540 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-designate@b9f7751ad5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-glance@d81419a7c6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-gnocchi@b258156607 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-haproxy@045d6a4329 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-heat@4b2e444ba2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-horizon@501efb7f02 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ironic@5cd55bd520 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-keepalived@774a09906e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-keystone@34210b36ae Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-manila@6f6d57efd0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-memcached@023c9b7a1f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-mistral@9c0b1f6693 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-modify-image@e4c06e6178 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-neutron@3d95903128 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-nova@3541594161 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-octavia@2dfdb36586 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-opendaylight@b8dbcc62be Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ovn@a287af7f97 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-panko@0d0acfd7f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-qdrouterd@87bf717fd0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-rabbitmq@c66c5f598b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-rsyslog-sidecar@f4075fd67f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-sahara@8ff8c44233 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-sensu@30387638ed Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-swift@d5e0e7bbfe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-tacker@883781fff1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-tempest@884eff10e0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-ui@ab4cea7b07 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ansible-role-tripleo-zaqar@ebdf79aca8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
aodh@c676eae200 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
askbot-theme@0cc9f5ffd4
automaton@0e9634c5fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
barbican@0539a28ee9 Update git submodules 2017-12-22 02:30:48 +00:00
barbican-specs@44a26fd50f Update git submodules 2019-01-04 15:50:48 +00:00
barbican-tempest-plugin@123dd7d416 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
bashate@d4f6cfa3fb Update git submodules 2018-04-22 23:46:40 +00:00
bifrost@e93994402a Update git submodules 2019-01-05 01:21:32 +00:00
bindep@1568971ca0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar@68c660e056 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-dashboard@c3b61f0934 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-nova@dc4c505f5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-specs@7c3b003183 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
blazar-tempest-plugin@d1d4a15d27 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
bugdaystats@6d52e41e38
castellan@18068e1779 Update git submodules 2018-04-10 02:59:40 +00:00
castellan-ui@63aeeaf311 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ceilometer@b263fb17b7 Updated openstack/openstack 2017-09-18 14:42:07 +00:00
ceilometer-powervm@7bf69d7bee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ceilometermiddleware@2f0efc7c99 Update git submodules 2018-02-06 18:51:19 +00:00
charm-aodh@87145fc2fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-barbican@f43048a7d4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-barbican-softhsm@28b6e07273 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-barbican-vault@645574368d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceilometer@5d9d56add4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceilometer-agent@d9430f9bd2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-fs@64060f1bb0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-mon@d78297c6b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-osd@eec8464e93 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-proxy@2fecb7ef40 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ceph-radosgw@a4538f6f54 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cinder@7873b20126 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cinder-backup@b7fde9532f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cinder-ceph@2378c424ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-cloudkitty@3b9b265469 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-deployment-guide@a247937c84 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-designate@4b8a7ca433 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-designate-bind@23b16ad15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-glance@f39ada5abf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-glance-simplestreams-sync@1837f70fe3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-glusterfs@355467c1ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-gnocchi@32d17c3426 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-guide@0fb86ddf4e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-hacluster@2ca245127e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-heat@8c7bc961a9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-barbican-secrets@498279adb1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-bgp@ec52a95799 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-bind-rndc@7d6993adc3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ceph-client@00e88139d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ceph-mds@579c0e4322 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-dashboard-plugin@15a4e6c8ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-designate@26b986426a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-gnocchi@188d685775 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-hacluster@a85b2d23c1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone@1c92403c75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-admin@eac2145e5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-credentials@e0ca24f5b5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-keystone-domain-backend@891a7a22a1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-manila-plugin@8d5995dc31 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-mysql-shared@29bf2cb5cb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-load-balancer@28635fd193 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-plugin@7d721ef02b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-neutron-plugin-api-subordinate@c6deebab3f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-nova-cell@663e6b741e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-nova-compute@edfff88fa1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-odl-controller-api@1f275b39e9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-openstack-ha@a6057418d9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-ovsdb-manager@6a1671abcc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-rabbitmq@30bc8d5966 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-interface-service-control@606c17de4b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-ironic@2aa01511d2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-keystone@97d0d4eff8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-keystone-ldap@22667a866e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-ceph-base@7d0aa4e9a3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack@cb4d058c0b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack-api@a27fc0c760 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-layer-openstack-principle@9938f45e9f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-lxd@bb95b67df6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-manila@574ad2c411 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-manila-generic@709e3f85c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-manila-glusterfs@2c5532cf45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-mistral@2fc24d6c1d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-murano@d13410cd3b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api@5f255bc9f9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api-genericswitch@a9e277a180 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-api-odl@b1b6594e3d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-dynamic-routing@a7fda9fdb1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-gateway@684a93515d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-neutron-openvswitch@b404c18a50 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-cell-controller@0f15831a30 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-cloud-controller@14cf03c9a2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-compute@a39ca756ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-nova-compute-proxy@6f4d50af4f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-octavia@e63177168e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-octavia-dashboard@b19c1b3388 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-odl-controller@132f1b98ce Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-openstack-dashboard@10b3e9ca9c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-openvswitch-odl@e8b2084744 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-panko@985c2af1f6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-percona-cluster@d7ee8bfd1b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-rabbitmq-server@cdef3f6885 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-specs@ffdcafda5e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-swift-proxy@45c57883a7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-swift-storage@c4897eff53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-tempest@a68c6dc424 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charm-trove@48b78e4aeb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charms.ceph@31ffa13124 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
charms.openstack@759511722f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cinder@b123042bb2 Update git submodules 2019-01-05 00:58:19 +00:00
cinder-specs@852104b226 Update git submodules 2018-05-02 10:27:59 +00:00
cinder-tempest-plugin@e935d35956 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ciwatch@a5f13c53f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cliff@65e7d159c3 Update git submodules 2018-03-26 01:49:11 +00:00
cloudkitty@e8e175e74f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cloudkitty-dashboard@ceaeff99bc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cloudkitty-specs@95becab605 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cloudkitty-tempest-plugin@979ef78512 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
congress@21f075faac Update git submodules 2019-01-05 08:47:15 +00:00
congress-dashboard@d2ea4ee633 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
congress-specs@deb1813c0b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
congress-tempest-plugin@e31aa96662 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
constellations@6d73c48532 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
contributor-guide@5cd2665eed Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-application-catalog@74d5e833b8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-bare-metal@c720e9e01a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-block-storage@d389184017 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-client@cf0dff54c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-common@7c31fb629b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-compute@20fb9a2311 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-dashboard@d42a397111 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-dns@7e0d7bdcb0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-identity@eabbbb9b5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-image@8142de7e19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-integration-test@443024b8e2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-network@66490ada34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-ops-database@312401ff65 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-ops-messaging@59285c3da4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-orchestration@c880cd18b2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstack-telemetry@a5bbccbe5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookbook-openstackclient@51f3f6ff58 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cookiecutter@b73d89dc9f Update git submodules 2018-01-08 14:48:40 +00:00
coverage2sql@97b3c40428 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cyborg@34eac481a4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
cyborg-specs@31f982fadb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
debtcollector@ba06902133 Update git submodules 2018-03-29 08:13:23 +00:00
designate@f97df023b2 Update git submodules 2019-01-04 20:04:38 +00:00
designate-dashboard@dcc3a5d253 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
designate-specs@b8d890ea6f
designate-tempest-plugin@02fca4df41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack@a88a22969c Update git submodules 2019-01-06 13:38:06 +00:00
devstack-gate@113a3c6abb Update git submodules 2019-01-04 19:03:39 +00:00
devstack-plugin-amqp1@dc1d560250 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-ceph@c669989cd8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-container@7e44a59c1e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-kafka@28be3eed69 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-pika@9e1d956cc8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-plugin-zmq@f1d39abd34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-tools@270cf481df Update git submodules based on new script 2019-01-04 14:13:17 +00:00
devstack-vagrant@b4365bed49
dib-utils@964784880d Update git submodules 2018-01-23 15:52:31 +00:00
diskimage-builder@d2b03eefe8 Update git submodules 2018-04-23 02:07:51 +00:00
django_openstack_auth@58e881ec93 Updated openstack/openstack 2017-09-12 22:04:13 +00:00
docs-specs@1e04477632 Update git submodules 2018-02-07 03:24:09 +00:00
ec2-api@46af2c326f Update git submodules 2019-01-04 14:45:38 +00:00
ec2api-tempest-plugin@42bce570ca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
elastic-recheck@4428bf52cd Update git submodules 2018-04-20 01:26:50 +00:00
eslint-config-openstack@00303e7eb7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer@a9970ff338 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-api@19dc769785 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-dr@1e687a4993 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-specs@175ca4e74e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-tempest-plugin@cd8a7bd9e6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
freezer-web-ui@e932639c17 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
futurist@481e940785 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gear@c00ca944db Update git submodules 2018-04-16 21:22:53 +00:00
gearman-plugin@46d74f029f
germqtt@b1067bbdd7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gerrit@e707725ee6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
gerritbot@f32d742eff Update git submodules 2018-02-21 17:25:20 +00:00
gerritlib@01a634014e Update git submodules 2017-09-22 21:11:59 +00:00
git-restack@bef0f92120 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
git-review@ed3c79e452 Update git submodules 2018-04-30 00:02:52 +00:00
gitdm@547072d99f Update git submodules 2018-03-07 18:39:32 +00:00
glance@49232d2e7f Updated openstack/openstack 2017-09-13 17:54:07 +00:00
glance-specs@ad5233bd78 Update git submodules 2018-03-09 10:28:14 +00:00
glance_store@9f336d7365 Update git submodules 2017-10-06 11:24:24 +00:00
glean@8ca30bdec8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
grafyaml@5463ff095e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
grenade@dc7f4a4ba5 Update git submodules 2018-04-06 22:24:14 +00:00
groups@e825e37696 Updated openstack/openstack 2017-08-31 05:10:06 +00:00
groups-static-pages@45de1bab35
hacking@d5353c87cc Update git submodules 2018-03-26 01:26:24 +00:00
heat@6f0f14a3a0 Update git submodules 2019-01-03 23:41:36 +00:00
heat-agents@828fd1e063 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
heat-cfnclient@32555c34a0
heat-cfntools@d23083a8e9 Update git submodules 2019-01-03 22:09:16 +00:00
heat-dashboard@0b356fd4bb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
heat-specs@8e865c99e9 Update git submodules 2017-11-20 04:46:08 +00:00
heat-tempest-plugin@ad04045b63 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
heat-templates@aa4ffd1c77 Update git submodules 2019-01-03 22:45:47 +00:00
heat-translator@3f08ea4dee Update git submodules 2018-03-26 12:52:20 +00:00
horizon@d0297a5ed0 Update git submodules 2019-01-06 08:37:05 +00:00
i18n@e8db048a09 Update git submodules 2019-01-05 08:08:01 +00:00
i18n-specs@59eda7f2a4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
infra-ansible@9b02a6ebe2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
infra-manual@f84e92fb41 Update git submodules 2018-04-25 05:07:09 +00:00
infra-specs@382922894c Update git submodules 2018-04-24 15:16:57 +00:00
instack@24f9ef2a32 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
instack-undercloud@87abe05ba0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
irc-meetings@28e175dd3a Update git submodules 2019-01-04 14:03:17 +00:00
ironic@0811c5d143 Update git submodules 2019-01-04 09:12:36 +00:00
ironic-inspector@bf5c155c31 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-inspector-specs@bd764399d4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-lib@b2c184f723 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-python-agent@c5f31db691 Update git submodules 2019-01-04 08:01:22 +00:00
ironic-python-agent-builder@de8dd8472a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-specs@8dbe3184ee Update git submodules 2018-04-24 01:53:16 +00:00
ironic-tempest-plugin@2ad94bc4d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ironic-ui@974781b4b7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
jeepyb@6dfb888f4e Update git submodules 2018-03-23 22:33:38 +00:00
jenkins-job-builder@7696ea37fd Update git submodules 2018-04-30 21:39:21 +00:00
js-openstack-lib@ff006579b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karbor@166a3ddd1e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karbor-dashboard@9300916345 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
karma-subunit-reporter@2c2c7aa620 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystone@45005afe92 Update git submodules 2019-01-07 04:04:37 +00:00
keystone-specs@dfeb67c789 Update git submodules 2018-04-10 16:16:08 +00:00
keystone-tempest-plugin@958d34ee2d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystoneauth@299bebc14d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
keystonemiddleware@f71642b1f0 Update git submodules 2018-04-06 13:49:12 +00:00
kolla@f01b950eba Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kolla-ansible@d55129d126 Update git submodules 2019-01-04 17:18:32 +00:00
kolla-cli@46a09f1b18 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kuryr@b3df2c6b5c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
kuryr-kubernetes@2320e43122 Update git submodules 2019-01-04 17:51:58 +00:00
kuryr-libnetwork@a9a70b3178 Update git submodules 2019-01-06 06:33:26 +00:00
kuryr-tempest-plugin@7f84979019 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ldappool@4e29af8bbc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
loci@6c7bddb8b2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
lodgeit@af3168e449
log-classify@45ae2b5e39 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
log_processor@2c63950e34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
logstash-filters@41a4d92703 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
lpmqtt@4cff75293e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum@99d5a3dcbf Update git submodules 2019-01-06 22:12:22 +00:00
magnum-specs@e1c67df536 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum-tempest-plugin@ae982f96a5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
magnum-ui@d626f2f236 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila@575d6ae621 Update git submodules 2019-01-05 05:29:55 +00:00
manila-image-elements@53b7969bb5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-specs@3de949e358 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-tempest-plugin@8e9a39abbf Update git submodules 2019-01-05 21:21:28 +00:00
manila-test-image@855f132414 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
manila-ui@13681f910e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari@4808a2a3d3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-dashboard@aa512a8d59 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-monitors@2171a824bb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
masakari-specs@d1cc99d15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
meetbot@01e051648c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
metalsmith@19a3156bdf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral@98589e12c9 Update git submodules 2019-01-04 17:08:27 +00:00
mistral-dashboard@29fa2cd15c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-extra@255f4d54bc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-lib@6a867cb4f6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-specs@c163c8ee8b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mistral-tempest-plugin@0c053b012f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
molteniron@796e694f8d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-agent@dd5441cd40 Update git submodules 2019-01-04 14:43:23 +00:00
monasca-analytics@3fbcb10690 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-api@02b92c942a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-ceilometer@3de5cb4c45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-common@6f7f46cf0c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-events-api@82dee1cb80 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-grafana-datasource@7704954b75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-kibana-plugin@32e8d3f477 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-log-api@397a25f1d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-notification@4ffa8dee1d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-persister@e6d49a20c2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-specs@551984592f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-statsd@264cb6356d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-tempest-plugin@e3d9653074 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-thresh@a9b759dbfb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-transform@73e5f9a833 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
monasca-ui@69707117b3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mox3@543e2cc377 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
mqtt_statsd@4a5adf8cca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano@e6dc1f0819 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-agent@0d0e9faa45 Update git submodules 2019-01-05 08:10:47 +00:00
murano-apps@77e76fe199 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-dashboard@704a2ff225 Update git submodules 2019-01-05 08:13:57 +00:00
murano-deployment@8550b8e679 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-pkg-check@fae7d2d881 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-specs@56c797a959 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
murano-tempest-plugin@76bed12565 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-bagpipe@159194411f Update git submodules 2019-01-05 15:52:41 +00:00
networking-baremetal@d285030b16 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-bgpvpn@69f44e32a0 Update git submodules 2019-01-05 11:00:00 +00:00
networking-generic-switch@b3fba36b82 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-generic-switch-tempest-plugin@85bfb8c45b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-hyperv@0e900b6cfe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-midonet@b710a00cd6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-odl@cec4fbd0fe Update git submodules 2019-01-06 12:04:47 +00:00
networking-ovn@0cdd7ad8fe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-powervm@565687540d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
networking-sfc@9258d365e9 Update git submodules 2019-01-05 12:15:09 +00:00
neutron@15c782b5a1 Update git submodules 2019-01-04 04:29:34 +00:00
neutron-dynamic-routing@9480ad0229 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-fwaas@61887be145 Update git submodules 2018-01-02 18:12:31 +00:00
neutron-fwaas-dashboard@acf3f91833 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-interconnection@96af8d1c8c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-lbaas@16fba7e548 Update git submodules 2017-12-28 12:02:26 +00:00
neutron-lbaas-dashboard@f1327e017e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-lib@d1d6b4e7bc Update git submodules 2019-01-04 17:02:52 +00:00
neutron-specs@ac7d3cffcc Update git submodules 2018-04-27 22:45:02 +00:00
neutron-tempest-plugin@fc3b314662 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
neutron-vpnaas@824f4858c0 Update git submodules 2019-01-07 04:32:41 +00:00
neutron-vpnaas-dashboard@f0c89106fd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
nose-html-output@71d12999b0 Updated openstack/openstack 2017-08-22 16:50:47 +00:00
nova@a8e992b105 Update git submodules 2019-01-04 23:28:29 +00:00
nova-powervm@2dcdc531e6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
nova-specs@ddb413110b Update git submodules 2019-01-04 19:23:16 +00:00
octavia@6307fbfa08 Update git submodules 2019-01-05 02:00:18 +00:00
octavia-dashboard@e216ff9fd3 Update git submodules 2019-01-06 08:57:11 +00:00
octavia-lib@d045062aad Update git submodules based on new script 2019-01-04 14:13:17 +00:00
octavia-tempest-plugin@9cba5d6468 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
odsreg@88b1770704 Update git submodules 2017-11-23 16:53:39 +00:00
openstack-ansible@bc17087ac2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-apt_package_pinning@c35f1c52c5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-ceph_client@b644c90b89 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-galera_client@bca87952a8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-galera_server@1c3c704dd8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-haproxy_server@937fa0168d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-lxc_container_create@eade50c24b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-lxc_hosts@0766e893ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-memcached_server@8bee77aba3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-nspawn_container_create@fe309dc0c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-nspawn_hosts@144bf1ccd9 Update git submodules 2019-01-06 01:37:29 +00:00
openstack-ansible-openstack_hosts@6a73496397 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-openstack_openrc@d7233f9ff9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-ops@7491b6df8e Update git submodules 2019-01-04 18:39:09 +00:00
openstack-ansible-os_almanach@f477528e2d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_aodh@966141ddcb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_barbican@0533fa085a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_blazar@cb561cc870 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_ceilometer@49ce3b57ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_cinder@39393edaa2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_cloudkitty@6470449d6e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_congress@455c2b4433 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_designate@b9d883443a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_freezer@b75a75145f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_glance@b8890c4841 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_gnocchi@c1ddbfb400 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_heat@d5e16dbdf6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_horizon@b2b4f95c6b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_ironic@837fe2ec88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_karbor@7b44052e18 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_keystone@87b3926ed1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_magnum@c26da937d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_manila@55094001b9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_masakari@0ba806a9b5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_molteniron@6d18fa4636 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_monasca@32f23c1964 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_monasca-agent@c82a6cf320 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_neutron@d2d9d6f077 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_nova@64dc1747f5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_octavia@eee659d342 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_panko@5a6add8c88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_placement@565c63a659 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_rally@9cf0c64a20 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_sahara@d0a23313ea Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_searchlight@ba29419f00 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_swift@ea72d83a9e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_tacker@886ee2a457 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_tempest@bb66dcd54d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_trove@fb2e845256 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_watcher@d293922640 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_zaqar@1eb81a3a41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-os_zun@30256ebb6b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-pip_install@aa7ecc5248 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-pip_lock_down@fbd2fbe301 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-plugins@7fd6dd2112 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rabbitmq_server@edb9b2e129 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-repo_build@6cfcecf157 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-repo_server@271327c15d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rsyslog_client@32cd32f262 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-rsyslog_server@abeaa16da8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-security@d7f838df9c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-ansible-specs@055cfacf83 Update git submodules 2019-01-07 03:51:03 +00:00
openstack-ansible-tests@a79eaf5969 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef@4e55a35931 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef-repo@5f5a010013 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-chef-specs@440139ee58 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-doc-tools@3e766d6c0a Update git submodules 2018-03-26 15:12:46 +00:00
openstack-health@3ea4787c88 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm@1d5dfa2468 Update git submodules 2019-01-05 10:32:33 +00:00
openstack-helm-addons@3461a89714 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm-docs@e30d0b7889 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm-images@716eea1fa1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstack-helm-infra@0770465962 Update git submodules 2019-01-05 19:39:57 +00:00
openstack-manuals@4a53589fea Update git submodules 2019-01-05 06:50:04 +00:00
openstack-nose@de9dcf85a0
openstack-planet@8816aea9ff Update git submodules 2018-03-09 13:42:40 +00:00
openstack-zuul-jobs@7fdfe583a3 Update git submodules 2019-01-05 01:03:38 +00:00
openstack-zuul-roles@153823ddcf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackclient@915593032c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackdocstheme@bbc7a2a2e1 Update git submodules 2018-03-28 15:07:49 +00:00
openstackid@3b1f9de37f Update git submodules 2018-04-20 19:08:38 +00:00
openstackid-resources@b77c451b45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstacksdk@445a5491db Update git submodules based on new script 2019-01-04 14:13:17 +00:00
openstackweb@38c8be9ed1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-acc@0506812fff Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-api-ref@f58a59d09f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-apply-config@9124f56fac Update git submodules 2018-03-27 18:37:45 +00:00
os-brick@d7ebf977bb Update git submodules 2019-01-05 00:09:07 +00:00
os-client-config@ac5c313738 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-collect-config@7de2fd8444 Update git submodules 2018-04-16 19:32:04 +00:00
os-ken@f57d8b3b71 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-loganalyze@0f40dfd634 Update git submodules 2018-04-18 15:30:59 +00:00
os-net-config@4f9c63652f Update git submodules 2018-03-28 22:29:51 +00:00
os-performance-tools@af948e1510 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-refresh-config@cf2d98460d Update git submodules 2018-03-15 17:16:10 +00:00
os-resource-classes@1ae04e7d41 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-service-types@fe82094522 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-testr@381f52460d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-traits@9adb3e344a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-vif@91382aa943 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
os-win@3bbe2e4a50 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
osc-lib@aaf18dad8d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
osc-placement@bffd59ea53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo-cookiecutter@c7e47baf4a Update git submodules 2018-02-06 03:30:43 +00:00
oslo-specs@c2cace2299 Update git submodules 2018-04-23 14:28:50 +00:00
oslo.cache@eb68d734d3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.concurrency@e55a18c5e0 Update git submodules 2018-03-29 06:42:52 +00:00
oslo.config@85daf7a6eb Updated openstack/openstack 2017-09-12 20:49:39 +00:00
oslo.context@fd3b5f1ceb Update git submodules 2018-03-29 07:27:45 +00:00
oslo.db@f659198dfc Update git submodules 2018-03-29 06:42:49 +00:00
oslo.i18n@85693aaea9 Update git submodules 2018-03-29 06:50:58 +00:00
oslo.limit@a2674bbca3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.log@110191aa50 Update git submodules 2018-04-05 20:37:48 +00:00
oslo.messaging@393ecff345 Updated openstack/openstack 2017-09-15 18:33:29 +00:00
oslo.middleware@880f29d72e Update git submodules 2018-03-29 06:42:54 +00:00
oslo.policy@509cf0839a Update git submodules 2018-03-29 06:23:24 +00:00
oslo.privsep@ecb1870c29 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.reports@3c71e50f0a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.rootwrap@cfc7838f8c Update git submodules 2018-04-05 14:39:50 +00:00
oslo.serialization@7d03e2d7e4 Update git submodules 2018-03-29 06:31:09 +00:00
oslo.service@d987a4a84c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.tools@ca098008e9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.upgradecheck@1dec43d612 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oslo.utils@9b23c17a6b Update git submodules 2018-04-10 21:06:32 +00:00
oslo.versionedobjects@5774995c3c Update git submodules 2018-04-08 03:24:21 +00:00
oslo.vmware@a943629f85 Update git submodules 2018-03-29 06:52:57 +00:00
oslosphinx@5f70c35a0d Update git submodules 2018-02-05 16:11:27 +00:00
oslotest@bb78b84c3f Update git submodules 2018-04-02 10:58:18 +00:00
osprofiler@97564b644f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
oswin-tempest-plugin@a6a9a4a7eb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ovsdbapp@0d44123973 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
panko@2a5e73c734 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
patrole@89d5d18234 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
paunch@63a8b2b06e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
pbr@1a3b558117 Updated openstack/openstack 2017-09-12 20:57:55 +00:00
performance-docs@31b87219c8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
placement@289b44f5b4 Update git submodules 2019-01-04 17:40:24 +00:00
project-config@4e7efd4653 Update git submodules 2019-01-07 03:46:45 +00:00
project-config-example@a8b504e0ba Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ptgbot@6f9be1606a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
publications@824df0036b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-accessbot@ca36d793b3 Update git submodules 2018-03-26 21:57:58 +00:00
puppet-ansible@65c5bb3d95 Updated openstack/openstack 2017-08-23 07:49:28 +00:00
puppet-aodh@3b3e6d632c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-apparmor@80a1265207 Updated openstack/openstack 2017-08-22 23:37:17 +00:00
puppet-askbot@7abbdafc62 Updated openstack/openstack 2017-08-22 23:37:11 +00:00
puppet-asterisk@b13391ded3 Updated openstack/openstack 2017-08-22 23:39:03 +00:00
puppet-bandersnatch@cac249d5d2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-barbican@93d5327948 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-bugdaystats@c7b8745591 Updated openstack/openstack 2017-08-22 23:33:06 +00:00
puppet-bup@013244fb40 Update git submodules 2017-11-02 06:22:33 +00:00
puppet-ceilometer@8453d0b67c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ceph@b817404aed Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-cgit@55c432baf6 Update git submodules 2018-03-27 23:37:05 +00:00
puppet-cinder@a8628dc884 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ciwatch@540bfc49d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-cloudkitty@686097f686 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-congress@4f1190bca2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-crane@1c745473f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-dashboard@9aa3039f9e
puppet-designate@815772d7c2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-diskimage_builder@bd2ab1b110 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-drupal@26bb0c054b Update git submodules 2018-05-01 12:20:43 +00:00
puppet-ec2api@ded9032e4e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-elastic_recheck@9229117aba Update git submodules 2019-01-04 20:39:00 +00:00
puppet-elasticsearch@0d9347f41e Update git submodules 2017-09-21 21:10:38 +00:00
puppet-ethercalc@65eab03783 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-etherpad_lite@5b9395aea1 Update git submodules 2018-04-11 19:04:32 +00:00
puppet-exim@139fddd195 Update git submodules 2017-12-22 19:11:10 +00:00
puppet-freezer@344ae1cfc9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-germqtt@e8f9800d5d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-gerrit@ed2a3a85ae Update git submodules 2018-04-20 18:53:26 +00:00
puppet-gerritbot@d434fd93d0 Update git submodules 2018-03-12 18:45:06 +00:00
puppet-github@30bbbfd58f Updated openstack/openstack 2017-08-22 22:14:05 +00:00
puppet-glance@f09800121b Update git submodules 2019-01-06 12:40:59 +00:00
puppet-glare@572a93dc34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-gnocchi@d97528cd8c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-grafyaml@86b1b0ea82 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-graphite@dfc94e4fd9 Update git submodules 2018-02-07 20:12:19 +00:00
puppet-haveged@c089b950bc Update git submodules 2017-11-20 21:51:42 +00:00
puppet-heat@5c5d1f6346 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-horizon@13ddfaf001 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-hound@2ecbcf6fe5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-httpd@9e47c78140 Update git submodules 2018-04-20 18:53:27 +00:00
puppet-infra-cookiecutter@4465a5ebaf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-infracloud@d952cbc6c9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ipsilon@f07628885b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-iptables@ac4f7e77e3 Update git submodules 2018-02-21 21:18:37 +00:00
puppet-ironic@204935198c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-jeepyb@a06b1ae633 Update git submodules 2018-02-02 11:54:19 +00:00
puppet-jenkins@7a9eafd698 Updated openstack/openstack 2017-09-05 18:10:51 +00:00
puppet-kerberos@4002c707ec Update git submodules 2017-12-15 23:59:34 +00:00
puppet-keystone@5a93287474 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-kibana@efba033351 Update git submodules 2018-05-01 12:33:27 +00:00
puppet-lodgeit@9e01268f33 Update git submodules 2018-01-11 23:16:25 +00:00
puppet-log_processor@c646602e20 Update git submodules 2017-12-11 20:34:05 +00:00
puppet-logrotate@b922097fc7 Update git submodules 2018-03-26 22:00:47 +00:00
puppet-logstash@b7032eb94b Updated openstack/openstack 2017-08-23 00:51:40 +00:00
puppet-lpmqtt@ddd4542e56 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-magnum@3fe5edde19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mailman@74aabb8bbb Update git submodules 2018-02-12 17:16:55 +00:00
puppet-manila@082537eb75 Update git submodules 2019-01-04 22:19:57 +00:00
puppet-mediawiki@adec8d34f2 Updated openstack/openstack 2017-08-23 00:40:25 +00:00
puppet-meetbot@9cd6a4d6a0 Update git submodules 2018-05-01 12:20:42 +00:00
puppet-mistral@7e19a521c4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-monasca@31fe11595c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mosquitto@a0c52d6bc7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mqtt_statsd@39791e8a73 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-murano@b5ecd39fd5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-mysql_backup@b306534ff9 Update git submodules 2018-05-01 12:19:54 +00:00
puppet-neutron@b8a49d3e08 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-nodepool@71fe2002e5 Update git submodules 2019-01-05 01:33:01 +00:00
puppet-nova@bf3d8bd91e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-octavia@220a568a70 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openafs@13a3a763e9 Update git submodules 2018-02-18 23:58:41 +00:00
puppet-openstack-cookiecutter@909c6bc190 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack-guide@4da971500f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack-integration@d87c564bc4 Update git submodules 2019-01-04 19:21:44 +00:00
puppet-openstack-specs@d1a0b37aee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_extras@4d5ce9eab7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_health@39be1bf1f1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_infra_spec_helper@54ed0aa7a1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstack_spec_helper@6ec17c9a16 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstackci@20ae86a8f4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-openstackid@89890ae5ca Update git submodules 2018-04-30 15:38:51 +00:00
puppet-openstacklib@4dfc64e9d0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-os_client_config@f48bd2f36f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-oslo@77cf39a7ca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ovn@495ad9bc68 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pacemaker@93482ade19 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-packagekit@2897ff7691 Updated openstack/openstack 2017-08-22 23:56:37 +00:00
puppet-panko@da40e284c0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pgsql_backup@ff4b95ad05 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-phabricator@92a27b18c3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-pip@bdfb4e7591 Update git submodules 2018-03-26 21:59:46 +00:00
puppet-placement@a59aecb4fa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-planet@6d20d0feb7 Updated openstack/openstack 2017-08-23 00:40:19 +00:00
puppet-project_config@8310d56085 Update git submodules 2017-09-21 16:53:49 +00:00
puppet-ptgbot@5e1ecdcd7c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-puppet@1ab90e3f75 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-qdr@b6228764a1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-rally@56cee04ea4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-redis@3c653e5307 Updated openstack/openstack 2017-08-23 00:37:18 +00:00
puppet-refstack@e93d8f55ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-reviewday@cb806fc80b Updated openstack/openstack 2017-08-23 00:36:01 +00:00
puppet-sahara@a57086f374 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-senlin@0e1d9e340d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-simpleproxy@f7de5af0f9 Updated openstack/openstack 2017-08-23 07:51:25 +00:00
puppet-snmpd@d804badd82 Update git submodules 2018-01-10 11:44:07 +00:00
puppet-ssh@685291c29e Updated openstack/openstack 2017-08-22 23:52:22 +00:00
puppet-ssl_cert_check@979573cec1 Updated openstack/openstack 2017-08-22 23:41:03 +00:00
puppet-stackalytics@52364b883a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-statusbot@3973ed99a2 Update git submodules 2018-01-26 04:31:44 +00:00
puppet-storyboard@8fd663a697 Update git submodules 2018-05-01 12:35:46 +00:00
puppet-subunit2sql@bb2f9fc027 Update git submodules 2018-05-01 12:31:14 +00:00
puppet-sudoers@ca25acebd5 Updated openstack/openstack 2017-08-22 23:47:47 +00:00
puppet-swift@769e6bdf83 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tacker@4a5b47c89b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tempest@decace898a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tmpreaper@c6ca908936 Updated openstack/openstack 2017-08-22 23:46:56 +00:00
puppet-translation_checksite@b2fe5e04ec Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-tripleo@59c5708955 Update git submodules 2019-01-04 20:37:14 +00:00
puppet-trove@36f42e96a7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-ulimit@5fa98cc809 Updated openstack/openstack 2017-08-22 23:41:15 +00:00
puppet-unattended_upgrades@825b3d68f5 Updated openstack/openstack 2017-08-22 23:47:42 +00:00
puppet-unbound@3c4dcf3d51 Updated openstack/openstack 2017-08-22 23:47:02 +00:00
puppet-user@fba7818b61 Updated openstack/openstack 2017-08-22 23:41:09 +00:00
puppet-vcsrepo@1b625245d6 Updated openstack/openstack 2017-08-22 22:10:01 +00:00
puppet-vitrage@006aef41bb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-vswitch@eeadacfdd9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-watcher@343c73b407 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-yum@cfc3500aba Updated openstack/openstack 2017-08-22 23:39:40 +00:00
puppet-zanata@e1fb24b955 Update git submodules 2017-11-29 00:07:26 +00:00
puppet-zaqar@d13ecb9ce5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
puppet-zuul@dabe03d77f Update git submodules 2018-05-01 12:35:45 +00:00
pycadf@19583c041e Update git submodules 2018-02-08 23:15:23 +00:00
pymod2pkg@d8c52f2621 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
pynotedb@e87d890c00 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-adjutantclient@05e8af6cf3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-aodhclient@80cbf9906d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-barbicanclient@1b28235816 Update git submodules 2019-01-04 16:05:55 +00:00
python-blazarclient@3d5001cfa2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-brick-cinderclient-ext@4f3a0e6494 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-cinderclient@71aee9e8c7 Updated openstack/openstack 2017-09-14 16:30:05 +00:00
python-cloudkittyclient@419ee046f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-congressclient@6483c416ae Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-cyborgclient@dfe15c51b7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-designateclient@6eeef0dd24 Update git submodules 2018-03-26 13:56:57 +00:00
python-freezerclient@d3def5133d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-glanceclient@d158f1e75f Updated openstack/openstack 2017-09-13 17:53:44 +00:00
python-heatclient@8af5deb458 Update git submodules 2019-01-03 22:45:12 +00:00
python-ironic-inspector-client@3c4ca00078 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-ironicclient@1a9c706643 Update git submodules 2018-04-06 15:53:22 +00:00
python-karborclient@3216f64d14 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-keystoneclient@3f6f14d4fe Update git submodules 2019-01-03 21:24:05 +00:00
python-magnumclient@d41daca59b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-manilaclient@a0a833fb56 Update git submodules 2018-03-25 14:19:59 +00:00
python-masakariclient@44bb59f0e7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-mistralclient@9d2adda87b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-monascaclient@1b00a197ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-muranoclient@bd38573528 Update git submodules 2019-01-05 04:34:31 +00:00
python-neutronclient@24f6f2df3b Updated openstack/openstack 2017-09-04 05:23:38 +00:00
python-novaclient@85e9b58e9b Update git submodules 2019-01-07 03:45:40 +00:00
python-octaviaclient@08f4a1fdd1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-openstackclient@39c00ab8b7 Updated openstack/openstack 2017-09-18 04:03:15 +00:00
python-pankoclient@0a27e534d8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-qinlingclient@b5d3383f38 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-saharaclient@1d5feee351 Update git submodules 2018-03-27 00:10:46 +00:00
python-searchlightclient@597eb9b1e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-senlinclient@1c9e7078f3 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-solumclient@977717e756 Update git submodules 2019-01-05 04:05:55 +00:00
python-storyboardclient@940dd5c41e
python-swiftclient@3be8eca70b Updated openstack/openstack 2017-09-07 20:36:42 +00:00
python-tackerclient@71e0b047c8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-tricircleclient@078ec0e8f0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-tripleoclient@7a6432aa45 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-troveclient@a397f72da4 Updated openstack/openstack 2017-08-20 23:39:18 +00:00
python-vitrageclient@ab81474e38 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-watcherclient@2cfe7f9afc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
python-zaqarclient@a38a7ecb63 Update git submodules 2018-03-30 01:53:59 +00:00
python-zunclient@eedf5c7fdd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
qa-specs@146a24f326 Update git submodules 2018-02-20 09:20:03 +00:00
qinling@ebf3e6d106 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
qinling-dashboard@94b9a551e2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
rally@3a30fb9b42 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
rally-openstack@c24de25d0a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
release-schedule-generator@ccc0b8c590 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
release-test@bfbe801058 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
releases@5dc8684345 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
renderspec@d9682e124f Update git submodules 2019-01-04 19:12:41 +00:00
reno@6fc9679844 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
requestsexceptions@69be3aba34 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
requirements@953262c4d5 Update git submodules 2019-01-04 19:03:35 +00:00
reviewday@1992485332 Update git submodules 2017-12-09 15:46:46 +00:00
reviewstats@548a85d2a9
rpm-packaging@a6c0bce83c Update git submodules 2019-01-07 00:26:40 +00:00
rpm-packaging-tools@6139762c67 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
sahara@5535350aff Update git submodules 2018-01-04 17:55:03 +00:00
sahara-dashboard@8bf9fbe04b Update git submodules 2018-01-10 18:55:15 +00:00
sahara-extra@dd99413cd3 Updated openstack/openstack 2017-08-03 14:43:40 +00:00
sahara-image-elements@2a0fa0d58b Update git submodules 2017-12-21 19:57:27 +00:00
sahara-specs@eafb655c21 Update git submodules 2018-05-03 16:01:09 +00:00
sahara-tests@d31d7311cb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight@60980460eb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight-specs@b429ca01c4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
searchlight-ui@f00bb6e2a2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
senlin@5be096a324 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
senlin-dashboard@8519cde1e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
senlin-tempest-plugin@213ff3a590 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
shade@4b5754fd5a Update git submodules 2018-03-03 16:29:19 +00:00
solum@20d99418db Update git submodules based on new script 2019-01-04 14:13:17 +00:00
solum-dashboard@77c4c65f09 Update git submodules 2019-01-05 04:28:51 +00:00
solum-specs@f465db4250 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
solum-tempest-plugin@54c73c270c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
specs-cookiecutter@5be6883fc1
sphinx-feature-classification@71ad629941 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
stackviz@e8199c3145 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
statusbot@7b3a04a575 Update git submodules 2018-02-20 23:54:48 +00:00
stevedore@40064ea0e7 Update git submodules 2018-03-27 14:10:40 +00:00
storlets@17df0775eb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
storyboard@c001d30625 Update git submodules 2018-04-30 23:21:35 +00:00
storyboard-webclient@8de425ba0c Update git submodules 2018-04-25 21:05:46 +00:00
subunit2sql@08222d7a2b Update git submodules 2018-04-23 19:33:26 +00:00
sushy@3ac4cbd42d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
sushy-tools@0ff75b4d95 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
swift@d2e32b39e8 Updated openstack/openstack 2017-09-15 11:09:28 +00:00
swift-bench@b69aab178b Update git submodules 2019-01-04 00:38:43 +00:00
swift-specs@e53112c271
system-config@80d1888227 Update git submodules 2019-01-06 19:21:35 +00:00
tacker@11f2917be0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tacker-horizon@ced45a20dd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tacker-specs@75f13d31aa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
taskflow@8c1fccf72e Update git submodules 2018-03-29 06:37:58 +00:00
telemetry-specs@05a16fd787 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
telemetry-tempest-plugin@af38fe56ee Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest@54d8f90496 Updated openstack/openstack 2017-09-15 22:19:31 +00:00
tempest-horizon@634b5c4551 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-lib@000c2b49ee
tempest-plugin-cookiecutter@9ac1e0705c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-stress@d598a7b9f1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tempest-tripleo-ui@fa61731a3d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tenks@f343264982 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tooz@824ff65433 Update git submodules 2018-02-26 01:30:23 +00:00
tosca-parser@8cd4546f22 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
training-guides@18418a5c58 Update git submodules 2018-05-02 09:28:18 +00:00
training-labs@70175beeaf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tricircle@536a8067b1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-ansible@e6ea28fb9f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-ci@29229a2482 Update git submodules 2019-01-05 02:40:18 +00:00
tripleo-common@b6f739b722 Update git submodules 2019-01-04 22:43:19 +00:00
tripleo-common-tempest-plugin@028af44d3f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-docs@617847f172 Update git submodules 2019-01-04 19:50:15 +00:00
tripleo-ha-utils@ebb6db142c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-heat-templates@fdba8a89e3 Update git submodules 2019-01-05 12:14:20 +00:00
tripleo-image-elements@a7679feb86 Update git submodules 2019-01-04 20:44:28 +00:00
tripleo-ipsec@8b37e93e53 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-puppet-elements@f7b34955dd Update git submodules 2018-02-07 06:15:56 +00:00
tripleo-quickstart@43361160f9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-quickstart-extras@af3637d237 Update git submodules 2019-01-04 17:44:53 +00:00
tripleo-repos@a5b709edca Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-specs@e096440a79 Update git submodules 2018-04-16 17:53:29 +00:00
tripleo-ui@96545d3101 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-upgrade@815846cddb Update git submodules based on new script 2019-01-04 14:13:17 +00:00
tripleo-validations@8c33fc69e0 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
trove@0fb67d459b Updated openstack/openstack 2017-08-03 04:50:15 +00:00
trove-dashboard@145e78516c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
trove-specs@9e93a231e3 Update git submodules 2018-04-25 02:51:14 +00:00
trove-tempest-plugin@45b175df17 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
ui-cookiecutter@af2835fd4f Update git submodules based on new script 2019-01-04 14:13:17 +00:00
virtualbmc@6c37c501bd Update git submodules based on new script 2019-01-04 14:13:17 +00:00
vitrage@ed952f7478 Update git submodules 2019-01-06 09:24:52 +00:00
vitrage-dashboard@76fc769341 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
vitrage-specs@d483c177e1 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
vitrage-tempest-plugin@307b09bf9d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher@3a5966fb92 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher-dashboard@6e493adbd5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher-specs@599d4f031a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
watcher-tempest-plugin@bcd715efb7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
whereto@60d39c4959 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular@74c316c6f7 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-bootstrap@a6fd6665a6 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-gettext@e1d443c41e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-lrdragndrop@22500e1025 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-material@77a1575aab Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-notify@83d3b65b76 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-smart-table@6d35558306 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-ui-router@789da35708 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-uuid@20ec6e6360 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-angular-vis@da9ba723e8 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootstrap-datepicker@8f814583be Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootstrap-scss@9df24e86f2 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-bootswatch@79fa5eb9aa Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-d3@f66bbbf9bf Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-filesaver@02800208ef Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-font-awesome@b8a162a5fc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-hogan@fab8856e15 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jasmine@f26a3a348a Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery-migrate@51d97fc61b Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery.quicksearch@1fdd883862 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jquery.tablesorter@e9b866243e Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-js-yaml@7f98871637 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-jsencrypt@00696018e4 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-json2yaml@f1e1b9f062 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-magic-search@265fec1922 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-mdi@64dca40a7c Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-rickshaw@e8d9237eb9 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-roboto-fontface@0b87d4184d Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-spin@385e5dcb06 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
xstatic-vis@bfb51c0009 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
yaml2ical@2bc859072f Updated openstack/openstack 2017-08-03 10:42:49 +00:00
yaql@5a727ea9de Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zaqar@764bbb97dd Update git submodules 2017-12-29 10:14:14 +00:00
zaqar-specs@210374edfe Update git submodules 2018-04-23 05:45:45 +00:00
zaqar-tempest-plugin@1eddb5ace5 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zaqar-ui@40796feebe Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zmq-event-publisher@3ef6c4a112
zun@7fb8d5aa39 Update git submodules 2019-01-07 02:23:26 +00:00
zun-tempest-plugin@24f8e847bc Update git submodules based on new script 2019-01-04 14:13:17 +00:00
zun-ui@d133f1a381 Update git submodules based on new script 2019-01-04 14:13:17 +00:00
.gitmodules Update git submodules based on new script 2019-01-04 14:13:17 +00:00
.gitreview
LICENSE Add Apache License file 2019-01-03 19:20:10 +00:00
README.rst
generate-gitmodules.py Update generate-gitmodules script for official deliverables 2019-01-03 19:21:27 +00:00

README.rst

OpenStack Tracking Repo

zuul gates all of the contained projects in an effective single timeline. This means that OpenStack, across all of the projects, does already have a sequence of combinations that have been explicitly tested, but it's non-trivial to go from a single commit of a particular project to the commits that were tested with it.

Gerrit's submodule tracking feature will update a super project every time a subproject is updated, so the specific sequence created by zuul will be captured by the super project commits.

This repo is intended to be used in a read-only manner. Any commit in this repo will get a collection of commits in the other repos that have explicitly been tested with each other, if that sort of thing is important to you.