5a3a4673bd
Several deliverables are linking to the wrong place, resulting in 404 errors. Fix that by updating the tarball-base values for projects where the dist name and the deliverable name do not match. Change-Id: I4e3c2e040b312ef42661c8a2d413281ec09de869 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
---
|
|
launchpad: os-vif
|
|
team: nova
|
|
type: library
|
|
release-model: cycle-with-intermediary
|
|
send-announcements-to: openstack-dev@lists.openstack.org
|
|
include-pypi-link: yes
|
|
release-notes: http://docs.openstack.org/releasenotes/os-vif/newton.html
|
|
branches:
|
|
- name: stable/newton
|
|
location: 1.2.0
|
|
releases:
|
|
- version: 1.0.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: e5227ecbc02f4090bbb96bb766d89b6ad107c51b
|
|
tarball-base: os_vif
|
|
highlights: >
|
|
Initial release of os-vif
|
|
- version: 1.1.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: c16a74b96223cfb7bf3b6277b8c0b46c18f671fe
|
|
tarball-base: os_vif
|
|
highlights: >
|
|
Add support for vhost-user with ovs plugin
|
|
Dont create extraneous linux bridge/veth pair with ovs
|
|
Ensure ovs bridge exists when plugging
|
|
- version: 1.2.0
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: b088d21b91dbfda0f18b1e4886f6aa01f2c72cbe
|
|
tarball-base: os_vif
|
|
highlights: >
|
|
Bug fixes and routine dependency updates.
|
|
- version: 1.2.1
|
|
projects:
|
|
- repo: openstack/os-vif
|
|
hash: ac8c8376249fde6a226f57c49c370d197602fb6a
|
|
tarball-base: os_vif
|
|
highlights: >
|
|
- Contains the fix for linuxbridge bug 1617447.
|