Bug 216376

Summary: [PORT UPDATE] emulators/py-nova: fix floating ips and serial console
Product: Ports & Packages Reporter: Alexander Nusov <alexander.nusov>
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me CC: novel
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
emulators/py-nova: fix xen console and floating ips none

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!