FreeBSD Bugzilla – Attachment 198126 Details for
Bug 232244
misc/py-glance: Update to 16.0.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
py-glance-16.0.1.patch
py-glance-16.0.1.patch (text/plain), 16.97 KB, created by
Kai Knoblich
on 2018-10-14 12:43:37 UTC
(
hide
)
Description:
py-glance-16.0.1.patch
Filename:
MIME Type:
Creator:
Kai Knoblich
Created:
2018-10-14 12:43:37 UTC
Size:
16.97 KB
patch
obsolete
>Index: py-glance/Makefile >=================================================================== >--- py-glance/Makefile (revision 481744) >+++ py-glance/Makefile (working copy) >@@ -2,10 +2,9 @@ > # $FreeBSD$ > > PORTNAME= glance >-PORTVERSION= 13.0.0 >-PORTREVISION= 3 >+PORTVERSION= 16.0.1 > CATEGORIES= misc python >-MASTER_SITES= https://fossies.org/linux/misc/openstack/ >+MASTER_SITES= https://tarballs.openstack.org/glance/ > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > > MAINTAINER= alexander.nusov@nfvexpress.com >@@ -12,66 +11,116 @@ > COMMENT= OpenStack Image Service > > LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} >- >-RUN_DEPENDS:= ${BUILD_DEPENDS} >-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlalchemy10>=0:databases/py-sqlalchemy10@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet@${PY_FLAVOR} \ >+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} >+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy12>=1.0.10:databases/py-sqlalchemy12@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}eventlet>=0.18.2:net/py-eventlet@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.9.6:databases/py-sqlalchemy-migrate@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}httplib2>=0.7.5:www/py-httplib2@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.6:security/py-pycrypto@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.9.0:devel/py-oslo.context@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.service>=1.10.0:devel/py-oslo.service@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}futurist>=0:devel/py-futurist@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}taskflow>=1.26.0:devel/py-taskflow@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=2.10.0:devel/py-keystoneauth1@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=0:devel/py-keystonemiddleware@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}routes>=2.3.1:www/py-routes@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}webob>=1.7.1:www/py-webob@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sqlalchemy-migrate>=0.11.0:databases/py-sqlalchemy-migrate@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.2:databases/py-sqlparse@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}alembic>=0.8.10:databases/py-alembic@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9.1:www/py-httplib2@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.config>=5.1.0:devel/py-oslo.config@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.25.0:devel/py-oslo.concurrency@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.context>=2.19.2:devel/py-oslo.context@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}futurist>=1.2.0:devel/py-futurist@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}taskflow>=2.16.0:devel/py-taskflow@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}keystoneauth1>=3.3.0:devel/py-keystoneauth1@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}keystonemiddleware>=4.17.0:devel/py-keystonemiddleware@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}wsme>=0.8:devel/py-wsme@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}prettytable>=0:devel/py-prettytable@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=0:net/py-python-keystoneclient@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}openssl>=0.14:security/py-openssl@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.db>=0:devel/py-oslo.db@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.2.0:devel/py-oslo.messaging@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.0.0:devel/py-oslo.middleware@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.9.0:devel/py-oslo.policy@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}prettytable>=0.7.1:devel/py-prettytable@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}Paste>=2.0.2:www/py-paste@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}python-keystoneclient>=3.8.0:net/py-python-keystoneclient@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}openssl>=16.2.0:security/py-openssl@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.db>=4.27.0:devel/py-oslo.db@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.i18n>=3.15.3:devel/py-oslo.i18n@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.log>=3.36.0:devel/py-oslo.log@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.messaging>=5.29.0:devel/py-oslo.messaging@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.middleware>=3.31.0:devel/py-oslo.middleware@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}oslo.policy>=1.30.0:devel/py-oslo.policy@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}retrying>=1.2.3:devel/py-retrying@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}osprofiler>=1.4.0:devel/py-osprofiler@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}glance-store>=0.18.0:devel/py-glance-store@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}semantic_version>=2.3.1:devel/py-semantic_version@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}glance-store>=0.22.0:devel/py-glance-store@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}cursive>=0.1.1:devel/py-cursive@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}cryptography>=1.9:security/py-cryptography@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}cursive>=0.2.1:devel/py-cursive@${PY_FLAVOR} \ > ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic@${PY_FLAVOR} \ >- ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} >+ ${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic@${PY_FLAVOR} > >-NO_ARCH= yes >+USES= python >+USE_PYTHON= autoplist distutils >+USE_RC_SUBR= glance-api glance-registry glance-scrubber > >-USES= python:2.7 >-USE_PYTHON= autoplist distutils noegginfo >- >-USE_RC_SUBR= glance-api glance-registry glance-scrubber glance-glare > USERS= glance > GROUPS= glance > >+NO_ARCH= yes >+PORTDOCS= * >+SUB_LIST= PYTHON_VER=${PYTHON_VER} >+ >+CONFLICTS_INSTALL= py??-glance-* >+ >+OPTIONS_DEFINE= DOCS >+OPTIONS_GROUP= MISC >+OPTIONS_GROUP_MISC= MEMCACHED MONGODB >+OPTIONS_RADIO= DB >+OPTIONS_RADIO_DB= MYSQL PGSQL >+ >+MEMCACHED_DESC= memcached support >+MONGODB_DESC= MongoDB support (used for messaging services) >+MYSQL_DESC= MySQL/MariaDB support >+PGSQL_DESC= PostgreSQL support >+ >+DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>=1.6.2:textproc/py-sphinx@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}openstackdocstheme>=0:textproc/py-openstackdocstheme@${PY_FLAVOR} \ >+ ${PYTHON_PKGNAMEPREFIX}xattr>=0:devel/py-xattr@${PY_FLAVOR} \ >+ ${RUN_DEPENDS} >+DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" >+MEMCACHED_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-memcached>=1.56:databases/py-python-memcached@${PY_FLAVOR} >+MONGODB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=3.0.2:databases/pymongo@${PY_FLAVOR} >+MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymysql>=0:databases/py-pymysql@${PY_FLAVOR} >+PGSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=0:databases/py-psycopg2@${PY_FLAVOR} >+ >+MY_CONFFILES= glance-api.conf glance-cache.conf glance-manage.conf \ >+ glance-registry.conf glance-scrubber.conf glance-api-paste.ini \ >+ glance-registry-paste.ini policy.json rootwrap.conf >+ >+MY_REGEX= (/etc/)(ceph|glance|nova|pki|ssl) >+ > post-extract: >- @(cd ${WRKSRC}/etc; for f in *.conf; do ${MV} $${f} $${f}.sample; done) >+ @(cd ${WRKSRC}/etc && for f in ${MY_CONFFILES} ; do ${MV} $${f} $${f}.sample; done) >+ @(cd ${WRKSRC}/etc/metadefs && for f in *.json ; do ${MV} $${f} $${f}.sample; done) > >+post-patch: >+ # Prevent the installation of files into ${ETCDIR} by distutils. We do it >+ # manually in the post-install target >+ @${REINPLACE_CMD} -e '/etc\//d' ${WRKSRC}/setup.cfg >+ # Replace (hardcoded) paths of config, documentation and Python files >+ @${GREP} -Rl -Ee '${MY_REGEX}' --null \ >+ ${WRKSRC}/etc ${WRKSRC}/doc ${WRKSRC}/glance | \ >+ ${XARGS} -0 ${REINPLACE_CMD} -i '' -Ee \ >+ "s,${MY_REGEX},${PREFIX}\1\2,g" >+ > post-install: >- ${MKDIR} ${STAGEDIR}${PREFIX}/etc/${PORTNAME} >- ${CP} -R ${WRKSRC}/etc/ ${STAGEDIR}${PREFIX}/etc/${PORTNAME} >+ @${MKDIR} ${STAGEDIR}${ETCDIR}/metadefs >+.for f in ${MY_CONFFILES} >+ ${INSTALL_DATA} ${WRKSRC}/etc/$f.sample ${STAGEDIR}${ETCDIR} >+.endfor >+ ${INSTALL_DATA} ${WRKSRC}/etc/metadefs/* ${STAGEDIR}${ETCDIR}/metadefs > >+post-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} >+ (cd ${WRKSRC}/doc/build/html && \ >+ ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ >+ "! -name .buildinfo -and ! -name objects.inv") >+ > .include <bsd.port.mk> >Index: py-glance/distinfo >=================================================================== >--- py-glance/distinfo (revision 481744) >+++ py-glance/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1479815522 >-SHA256 (glance-13.0.0.tar.gz) = 3ef3594018469ba36425afafa61ae31487b6025e6f8d9d14febcedfa7136160f >-SIZE (glance-13.0.0.tar.gz) = 1742124 >+TIMESTAMP = 1528547437 >+SHA256 (glance-16.0.1.tar.gz) = ee8297c5a356e4fdeef6d721d2c91d7b61d85b55f5198763365aec511b643362 >+SIZE (glance-16.0.1.tar.gz) = 1957403 >Index: py-glance/files/glance-api.in >=================================================================== >--- py-glance/files/glance-api.in (revision 481744) >+++ py-glance/files/glance-api.in (working copy) >@@ -34,7 +34,7 @@ > PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH > > pidfile="/var/run/glance-api.pid" >-procname="%%PREFIX%%/bin/python2.7" >+procname="%%PREFIX%%/bin/python%%PYTHON_VER%%" > > start_precmd=glance_precmd > stop_postcmd=glance_postcmd >Index: py-glance/files/glance-glare.in >=================================================================== >--- py-glance/files/glance-glare.in (revision 481744) >+++ py-glance/files/glance-glare.in (nonexistent) >@@ -1,55 +0,0 @@ >-#!/bin/sh >-# >-# $FreeBSD$ >-# >- >-# PROVIDE: glance_glare >-# REQUIRE: LOGIN >-# KEYWORD: shutdown >- >-# >-# Add the following lines to /etc/rc.conf to enable glance_glare: >-# >-# glance_glare_enable="YES" >-# >-# glance_glare_enable (bool): >-# Set it to "YES" to enable glance_glare. >-# Default is "NO". >-# >-# glance_glare_logdir (str): >-# Set it to chagge log directory >-# Default is "/var/log/glance" >-# >-# glance_glare_args (str): >-# Set it to change command line arguments. >-# Default is "--log-file ${glance_glare_logdir}/glance-glare.log" >-# >- >-. /etc/rc.subr >- >-name=glance_glare >-rcvar=glance_glare_enable >- >-required_files=%%PREFIX%%/etc/glance/glance-glare.conf >-PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH >- >-pidfile="/var/run/glance-glare.pid" >-procname="%%PREFIX%%/bin/python2.7" >- >-start_precmd=glance_precmd >- >-load_rc_config $name >- >-: ${glance_glare_enable:="NO"} >-: ${glance_glare_logdir:="/var/log/glance"} >-: ${glance_glare_args:="--log-file ${glance_glare_logdir}/glance-glare.log"} >- >-command="/usr/sbin/daemon" >-command_args="-f -p ${pidfile} -u glance glance-glare ${glance_glare_args}" >- >-glance_precmd() { >- mkdir -p ${glance_glare_logdir} >- chown glance ${glance_glare_logdir} >-} >- >-run_rc_command "$1" > >Property changes on: py-glance/files/glance-glare.in >___________________________________________________________________ >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:keywords >## -1 +0,0 ## >-FreeBSD=%H >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: py-glance/files/glance-registry.in >=================================================================== >--- py-glance/files/glance-registry.in (revision 481744) >+++ py-glance/files/glance-registry.in (working copy) >@@ -34,7 +34,7 @@ > PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH > > pidfile="/var/run/glance-registry.pid" >-procname="%%PREFIX%%/bin/python2.7" >+procname="%%PREFIX%%/bin/python%%PYTHON_VER%%" > > start_precmd=glance_precmd > >Index: py-glance/files/glance-scrubber.in >=================================================================== >--- py-glance/files/glance-scrubber.in (revision 481744) >+++ py-glance/files/glance-scrubber.in (working copy) >@@ -34,7 +34,7 @@ > PATH=%%PREFIX%%/bin:%%PREFIX%%/sbin:$PATH > > pidfile="/var/run/glance-scrubber.pid" >-procname="%%PREFIX%%/bin/python2.7" >+procname="%%PREFIX%%/bin/python%%PYTHON_VER%%" > > start_precmd=glance_precmd > >Index: py-glance/pkg-message >=================================================================== >--- py-glance/pkg-message (nonexistent) >+++ py-glance/pkg-message (working copy) >@@ -0,0 +1,7 @@ >+============================================================================== >+ >+For installation instructions please refer to the related wiki page: >+ >+- https://wiki.freebsd.org/Ports/misc/py-glance >+ >+============================================================================== > >Property changes on: py-glance/pkg-message >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: py-glance/pkg-plist >=================================================================== >--- py-glance/pkg-plist (revision 481744) >+++ py-glance/pkg-plist (working copy) >@@ -1,18 +1,44 @@ > @owner glance > @dir %%ETCDIR%% >-@sample %%ETCDIR%%/glance-swift.conf.sample >-@sample %%ETCDIR%%/ovf-metadata.json.sample >-@sample %%ETCDIR%%/property-protections-policies.conf.sample >-@sample %%ETCDIR%%/property-protections-roles.conf.sample > @sample %%ETCDIR%%/glance-api.conf.sample >+@sample %%ETCDIR%%/glance-api-paste.ini.sample > @sample %%ETCDIR%%/glance-cache.conf.sample >-@sample %%ETCDIR%%/glance-glare.conf.sample > @sample %%ETCDIR%%/glance-manage.conf.sample > @sample %%ETCDIR%%/glance-registry.conf.sample >+@sample %%ETCDIR%%/glance-registry-paste.ini.sample > @sample %%ETCDIR%%/glance-scrubber.conf.sample >-%%ETCDIR%%/policy.json >-%%ETCDIR%%/schema-image.json >-%%ETCDIR%%/glance-api-paste.ini >-%%ETCDIR%%/glance-glare-paste.ini >-%%ETCDIR%%/glance-registry-paste.ini > @dir %%ETCDIR%%/metadefs >+@sample %%ETCDIR%%/metadefs/cim-processor-allocation-setting-data.json.sample >+@sample %%ETCDIR%%/metadefs/cim-resource-allocation-setting-data.json.sample >+@sample %%ETCDIR%%/metadefs/cim-storage-allocation-setting-data.json.sample >+@sample %%ETCDIR%%/metadefs/cim-virtual-system-setting-data.json.sample >+@sample %%ETCDIR%%/metadefs/compute-aggr-disk-filter.json.sample >+@sample %%ETCDIR%%/metadefs/compute-aggr-iops-filter.json.sample >+@sample %%ETCDIR%%/metadefs/compute-aggr-num-instances.json.sample >+@sample %%ETCDIR%%/metadefs/compute-cpu-pinning.json.sample >+@sample %%ETCDIR%%/metadefs/compute-guest-memory-backing.json.sample >+@sample %%ETCDIR%%/metadefs/compute-guest-shutdown.json.sample >+@sample %%ETCDIR%%/metadefs/compute-host-capabilities.json.sample >+@sample %%ETCDIR%%/metadefs/compute-hypervisor.json.sample >+@sample %%ETCDIR%%/metadefs/compute-instance-data.json.sample >+@sample %%ETCDIR%%/metadefs/compute-libvirt-image.json.sample >+@sample %%ETCDIR%%/metadefs/compute-libvirt.json.sample >+@sample %%ETCDIR%%/metadefs/compute-quota.json.sample >+@sample %%ETCDIR%%/metadefs/compute-randomgen.json.sample >+@sample %%ETCDIR%%/metadefs/compute-trust.json.sample >+@sample %%ETCDIR%%/metadefs/compute-vcputopology.json.sample >+@sample %%ETCDIR%%/metadefs/compute-vmware-flavor.json.sample >+@sample %%ETCDIR%%/metadefs/compute-vmware-quota-flavor.json.sample >+@sample %%ETCDIR%%/metadefs/compute-vmware.json.sample >+@sample %%ETCDIR%%/metadefs/compute-watchdog.json.sample >+@sample %%ETCDIR%%/metadefs/compute-xenapi.json.sample >+@sample %%ETCDIR%%/metadefs/glance-common-image-props.json.sample >+@sample %%ETCDIR%%/metadefs/image-signature-verification.json.sample >+@sample %%ETCDIR%%/metadefs/operating-system.json.sample >+@sample %%ETCDIR%%/metadefs/software-databases.json.sample >+@sample %%ETCDIR%%/metadefs/software-runtimes.json.sample >+@sample %%ETCDIR%%/metadefs/software-webservers.json.sample >+@sample %%ETCDIR%%/metadefs/storage-volume-type.json.sample >+@sample %%ETCDIR%%/policy.json.sample >+@sample %%ETCDIR%%/rootwrap.conf.sample >+%%ETCDIR%%/metadefs/README
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 232244
:
198126
|
201088