prometheanfire 15/05/16 21:51:48
Modified: nova-2015.1.0-r1.ebuild nova-2015.1.9999.ebuild
ChangeLog
Log:
allowing novncproxy on compute-only hosts
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0x33ED3FD25AFC78BA)
Revision Changes Path
1.5 sys-cluster/nova/nova-2015.1.0-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild?rev=1.5&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild?rev=1.5&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild?r1=1.4&r2=1.5
Index: nova-2015.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nova-2015.1.0-r1.ebuild 15 May 2015 18:25:04 -0000 1.4
+++ nova-2015.1.0-r1.ebuild 16 May 2015 21:51:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild,v
1.4 2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.0-r1.ebuild,v
1.5 2015/05/16 21:51:48 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -16,7 +16,7 @@
KEYWORDS="~amd64 ~x86"
IUSE="+compute compute-only +kvm +novncproxy openvswitch +rabbitmq sqlite
mysql postgres xen iscsi"
REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute
!novncproxy !rabbitmq !mysql !postgres !sqlite )
+ compute-only? ( compute
!rabbitmq !mysql !postgres !sqlite )
compute? ( ^^ ( kvm xen ) )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.10 sys-cluster/nova/nova-2015.1.9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?rev=1.10&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?rev=1.10&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild?r1=1.9&r2=1.10
Index: nova-2015.1.9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nova-2015.1.9999.ebuild 15 May 2015 18:25:04 -0000 1.9
+++ nova-2015.1.9999.ebuild 16 May 2015 21:51:48 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v
1.9 2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/nova-2015.1.9999.ebuild,v
1.10 2015/05/16 21:51:48 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -17,7 +17,7 @@
KEYWORDS=""
IUSE="+compute compute-only +kvm +novncproxy openvswitch +rabbitmq sqlite
mysql postgres xen iscsi"
REQUIRED_USE="!compute-only? ( || ( mysql postgres sqlite ) )
- compute-only? ( compute
!novncproxy !rabbitmq !mysql !postgres !sqlite )
+ compute-only? ( compute
!rabbitmq !mysql !postgres !sqlite )
compute? ( ^^ ( kvm xen ) )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
1.96 sys-cluster/nova/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.96&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?rev=1.96&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/nova/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 15 May 2015 18:25:04 -0000 1.95
+++ ChangeLog 16 May 2015 21:51:48 -0000 1.96
@@ -1,6 +1,11 @@
# ChangeLog for sys-cluster/nova
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.95
2015/05/15 18:25:04 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/nova/ChangeLog,v 1.96
2015/05/16 21:51:48 prometheanfire Exp $
+
+ 16 May 2015; Matthew Thode <[email protected]>
+ +files/scsi-openscsi-link.sh, nova-2015.1.0-r1.ebuild,
+ nova-2015.1.9999.ebuild:
+ allowing novncproxy on compute-only hosts
15 May 2015; Matthew Thode <[email protected]> metadata.xml,
nova-2015.1.0-r1.ebuild, nova-2015.1.9999.ebuild: