Skip to content

Commit

Permalink
Packaging new nova docker PPA with the following fixes.
Browse files Browse the repository at this point in the history
Handling attaching of multiple vifs.
Closes-Bug: 1458655

Adding attach_interface and detach_interface methods in
driver to handle 'nova interface-attach' and 'nova interface-detach'
commands.
Closes-Bug: 1458553

Change-Id: Id18481f675ed85ca2b2d64ac8b4d0e8a2f9a053d
  • Loading branch information
cijohnson committed Jun 2, 2015
1 parent 6d36dd0 commit f44ad67
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
Expand Up @@ -56,8 +56,8 @@ file = nodejs_0.8.15-1contrail1_amd64.deb
md5 = 266a7423da197d044000d3e389dd5aff

[nova-docker]
file = nova-docker_0.0.0.post122-0contrail0_all.deb
md5 = 5b82e0e268393884e20397b251f1de28
file = nova-docker_0.0.0.post124-0contrail0_all.deb
md5 = d29d2a9f3ff8710e89b9a09bd26494d1

[python-backports.ssl-match-hostname_3.4.0.2-1contrail1]
file = python-backports.ssl-match-hostname_3.4.0.2-1contrail1_all.deb
Expand Down
Expand Up @@ -52,8 +52,8 @@ file = nodejs_0.8.15-1contrail1_amd64.deb
md5 = 266a7423da197d044000d3e389dd5aff

[nova-docker]
file = nova-docker_0.0.0.post122-0contrail0_all.deb
md5 = 5b82e0e268393884e20397b251f1de28
file = nova-docker_0.0.0.post124-0contrail0_all.deb
md5 = d29d2a9f3ff8710e89b9a09bd26494d1

[python-backports.ssl-match-hostname_3.4.0.2-1contrail1]
file = python-backports.ssl-match-hostname_3.4.0.2-1contrail1_all.deb
Expand Down
Expand Up @@ -52,8 +52,8 @@ file = nodejs_0.8.15-1contrail1_amd64.deb
md5 = 266a7423da197d044000d3e389dd5aff

[nova-docker]
file = nova-docker_0.0.0.post151-0contrail0_all.deb
md5 = 24637e2ee8afca088027917cbfee64ff
file = nova-docker_0.0.0.post155-0contrail0_all.deb
md5 = 7339bafc66bd512d2563898e212686fe

[python-backports.ssl-match-hostname_3.4.0.2-1contrail1]
file = python-backports.ssl-match-hostname_3.4.0.2-1contrail1_all.deb
Expand Down
Expand Up @@ -55,9 +55,9 @@ md5 = 0f8a72ecdc35e176eae4429df102f903
file = nodejs_0.8.15-1contrail1_amd64.deb
md5 = 266a7423da197d044000d3e389dd5aff

[nova-docker_0.0.0.post190-1contrail1]
file = nova-docker_0.0.0.post190-1contrail1_amd64.deb
md5 = 4998504621002ff8d8f2618139e8f479
[nova-docker]
file = nova-docker_0.0.0.post155-0contrail0_all.deb
md5 = 7339bafc66bd512d2563898e212686fe

[python-backports.ssl-match-hostname_3.4.0.2-1contrail1]
file = python-backports.ssl-match-hostname_3.4.0.2-1contrail1_all.deb
Expand Down

0 comments on commit f44ad67

Please sign in to comment.