Bug 216376 - [PORT UPDATE] emulators/py-nova: fix floating ips and serial console
Summary: [PORT UPDATE] emulators/py-nova: fix floating ips and serial console
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-22 17:08 UTC by Alexander Nusov
Modified: 2017-01-26 14:40 UTC (History)
1 user (show)

See Also:


Attachments
emulators/py-nova: fix xen console and floating ips (3.24 KB, patch)
2017-01-22 17:08 UTC, Alexander Nusov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nusov 2017-01-22 17:08:19 UTC
This patch resolves several issues with nova.

changelog:
- fixed floating IP API (missing join of fixed_ip column)
- fixed serial console on Xen (empty log in nova/horizon)
Comment 1 Alexander Nusov 2017-01-22 17:08:44 UTC
Created attachment 179219 [details]
emulators/py-nova: fix xen console and floating ips
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-01-26 14:23:14 UTC
A commit references this bug:

Author: novel
Date: Thu Jan 26 14:23:02 UTC 2017
New revision: 432491
URL: https://svnweb.freebsd.org/changeset/ports/432491

Log:
  emulators/py-nova: fix floating ips and serial console

   - fix floating IP API (missing join of fixed_ip column)
   - fix serial console on Xen (empty log in nova/horizon)

  PR:		216376
  Submitted by:	maintainer

Changes:
  head/emulators/py-nova/Makefile
  head/emulators/py-nova/files/08-fix-floating-ips.patch
  head/emulators/py-nova/files/09-fix-xen-console.patch
Comment 3 Roman Bogorodskiy freebsd_committer freebsd_triage 2017-01-26 14:40:30 UTC
Committed, thanks!