components/openstack/heat/heat.p5m
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 6850 f8d3bc724af7
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
#

set name=pkg.fmri \
    value=pkg:/cloud/openstack/heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.summary value="OpenStack Heat (Orchestration Service)"
set name=pkg.description \
    value="OpenStack Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API."
set name=pkg.human-version value="Mitaka $(COMPONENT_VERSION)"
set name=com.oracle.info.description \
    value="Heat, the OpenStack orchestration service"
set name=com.oracle.info.tpno value=$(TPNO)
set name=info.classification \
    value="org.opensolaris.category.2008:System/Administration and Configuration" \
    value="org.opensolaris.category.2008:System/Enterprise Management" \
    value=org.opensolaris.category.2008:System/Virtualization \
    value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
set name=info.upstream value="OpenStack <[email protected]>"
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
set name=openstack.upgrade-id reboot-needed=true value=$(COMPONENT_BE_VERSION)
set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/236 \
    value=PSARC/2015/110 value=PSARC/2015/535 value=PSARC/2016/455
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
#
dir  path=etc/heat owner=heat group=heat mode=0700
file path=etc/heat/api-paste.ini owner=heat group=heat mode=0644 overlay=allow \
    preserve=renamenew
file path=etc/heat/environment.d/default.yaml owner=heat group=heat mode=0644 \
    overlay=allow preserve=renamenew
file files/heat.conf path=etc/heat/heat.conf owner=heat group=heat mode=0644 \
    overlay=allow preserve=renamenew
file path=etc/heat/policy.json owner=heat group=heat mode=0644 overlay=allow \
    preserve=renamenew
file path=etc/heat/templates/AWS_CloudWatch_Alarm.yaml owner=heat group=heat \
    mode=0644 overlay=allow preserve=renamenew
file path=etc/heat/templates/AWS_RDS_DBInstance.yaml owner=heat group=heat \
    mode=0644 overlay=allow preserve=renamenew
file files/heat.auth_attr path=etc/security/auth_attr.d/cloud:openstack:heat \
    group=sys
file files/heat.exec_attr path=etc/security/exec_attr.d/cloud:openstack:heat \
    group=sys
file files/heat.prof_attr path=etc/security/prof_attr.d/cloud:openstack:heat \
    group=sys
file files/heat.user_attr path=etc/user_attr.d/cloud:openstack:heat group=sys
file path=lib/svc/manifest/application/openstack/heat-api-cfn.xml
file path=lib/svc/manifest/application/openstack/heat-api-cloudwatch.xml
file path=lib/svc/manifest/application/openstack/heat-api.xml
file path=lib/svc/manifest/application/openstack/heat-db.xml
file path=lib/svc/manifest/application/openstack/heat-engine.xml
file path=lib/svc/manifest/application/openstack/heat-upgrade.xml
file files/heat-smf-method path=lib/svc/method/heat-smf-method
file files/heat-upgrade path=lib/svc/method/heat-upgrade
file path=usr/bin/heat-manage
file usr/bin/heat-api path=usr/lib/heat/heat-api mode=0555
file usr/bin/heat-api-cfn path=usr/lib/heat/heat-api-cfn mode=0555
file usr/bin/heat-api-cloudwatch path=usr/lib/heat/heat-api-cloudwatch mode=0555
file usr/bin/heat-engine path=usr/lib/heat/heat-engine mode=0555
file usr/bin/heat-wsgi-api path=usr/lib/heat/heat-wsgi-api mode=0555
file usr/bin/heat-wsgi-api-cfn path=usr/lib/heat/heat-wsgi-api-cfn mode=0555
file usr/bin/heat-wsgi-api-cloudwatch \
    path=usr/lib/heat/heat-wsgi-api-cloudwatch mode=0555
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
file path=usr/lib/python$(PYVER)/vendor-packages/heat/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/ec2token.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/exception.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/v1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/v1/signal.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/v1/stacks.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/versions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cloudwatch/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cloudwatch/watch.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/fault.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/ssl.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/version_negotiation.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/actions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/build_info.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/events.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/resources.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/services.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/software_configs.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/software_deployments.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/stacks.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/util.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/views/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/views/stacks_view.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/views/views_common.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/versions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/versions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/boothook.sh
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/config
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/loguserdata.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/part_handler.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/api.py \
    pkg.depend.bypass-generate=.*/oslo_reports.* \
    pkg.depend.bypass-generate=.*/oslo_service.*
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/api_cfn.py \
    pkg.depend.bypass-generate=.*/oslo_reports.* \
    pkg.depend.bypass-generate=.*/oslo_service.*
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/api_cloudwatch.py \
    pkg.depend.bypass-generate=.*/oslo_reports.* \
    pkg.depend.bypass-generate=.*/oslo_service.*
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/engine.py \
    pkg.depend.bypass-generate=.*/oslo_reports.* \
    pkg.depend.bypass-generate=.*/oslo_service.*
file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/manage.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/auth_password.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/auth_url.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/cache.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/context.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/crypt.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/custom_backend_auth.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/endpoint_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/environment_format.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/exception.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/grouputils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/heat_keystoneclient.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/i18n.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/identifier.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/lifecycle_plugin_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/messaging.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/netutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/param_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/plugin_loader.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/profiler.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/serializers.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/service_utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/short_id.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/template_format.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/timeutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/urlfetch.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/wsgi.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/api.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/api.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/filters.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/README
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/manage.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/migrate.cfg
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/028_havana.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/039_user_creds_nullable.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/040_software_deployment_no_signal_id.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/041_migrate_hot_template_resources.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/042_software_deployment_domain_project.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/043_migrate_template_versions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/044_snapshots.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/045_stack_backup.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/046_properties_data.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/047_stack_nested_depth.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/048_resource_id_server_default_none_psql.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/049_user_creds_region_name.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/050_stack_tags.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/051_service.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/052_convergence_flag.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/053_stack_name_tenant_indexes.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/054_stack_tags_table.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/055_stack_convg_data.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/056_convergence_parameter_storage.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/057_resource_uuid_to_id.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/058_resource_engine_id.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/059_sync_point.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/060_resource_convg_data.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/061_status_reason_longtext.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/062_parent_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/063_properties_data_encrypted.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/064_raw_template_predecessor.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/065_root_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/066_placeholder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/067_placeholder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/068_placeholder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/069_placeholder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/070_placeholder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/071_stack_owner_id_index.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migration.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/models.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/types.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/api.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/attributes.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/cfn/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/cfn/functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/cfn/template.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/client_plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/barbican.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/ceilometer.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/cinder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/designate.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/glance.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/heat_plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/keystone.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/magnum.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/manila.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/mistral.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/monasca.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/neutron/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/neutron/lbaas_constraints.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/neutron/neutron_constraints.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/nova.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/sahara.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/senlin.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/swift.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/trove.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/zaqar.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/progress.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/constraint/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/constraint/common_constraints.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/constraints.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/dependencies.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/environment.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/event.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/function.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/functions.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/parameters.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/template.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/lifecycle_plugin.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/notification/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/notification/autoscaling.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/notification/stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parameter_groups.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parameters.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/plugin_manager.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/properties.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/autoscaling/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/autoscaling/autoscaling_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/autoscaling/launch_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/autoscaling/scaling_policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/cfn/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/cfn/stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/cfn/wait_condition.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/cfn/wait_condition_handle.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/eip.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/instance.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/internet_gateway.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/network_interface.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/route_table.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/security_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/subnet.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/volume.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/ec2/vpc.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/iam/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/iam/user.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/lb/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/lb/loadbalancer.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/s3/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/s3/s3.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/barbican/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/barbican/container.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/barbican/order.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/barbican/secret.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/ceilometer/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/ceilometer/alarm.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/ceilometer/gnocchi/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/ceilometer/gnocchi/alarm.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/cinder/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/cinder/encrypted_volume_type.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/cinder/volume.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/cinder/volume_type.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/designate/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/designate/domain.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/designate/record.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/glance/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/glance/image.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/access_policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/autoscaling_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/cloud_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/cloud_watch.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/ha_restarter.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/instance_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/multi_part.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/none_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/random_string.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/remote_stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/resource_chain.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/resource_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/scaling_policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/software_component.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/software_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/software_deployment.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/structured_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/swiftsignal.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/test_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/wait_condition.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/heat/wait_condition_handle.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/endpoint.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/project.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/region.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/role.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/role_assignments.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/service.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/keystone/user.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/magnum/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/magnum/bay.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/magnum/baymodel.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/manila/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/manila/security_service.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/manila/share.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/manila/share_network.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/manila/share_type.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/mistral/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/mistral/cron_trigger.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/mistral/workflow.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/monasca/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/monasca/alarm_definition.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/monasca/notification.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/address_scope.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/extraroute.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/firewall.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/floatingip.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/lbaas/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/lbaas/health_monitor.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/lbaas/listener.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/lbaas/loadbalancer.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/lbaas/pool.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/lbaas/pool_member.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/loadbalancer.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/metering.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/net.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/network_gateway.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/neutron.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/port.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/provider_net.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/qos.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/rbac_policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/router.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/security_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/subnet.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/subnetpool.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/neutron/vpnservice.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/flavor.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/floatingip.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/host_aggregate.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/keypair.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/server.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/server_group.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/nova/server_network_mixin.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/sahara/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/sahara/cluster.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/sahara/data_source.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/sahara/image.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/sahara/job_binary.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/sahara/templates.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/senlin/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/senlin/cluster.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/senlin/node.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/senlin/policy.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/senlin/profile.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/senlin/receiver.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/swift/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/swift/swift.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/trove/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/trove/cluster.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/trove/os_database.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/zaqar/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/zaqar/queue.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/scheduler_hints.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/signal_responder.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/stack_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/stack_user.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/template_resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/volume_base.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/wait_condition.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/rsrc_defn.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/scheduler.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/service.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/service_software_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/service_stack_watch.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack_lock.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/support.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/sync_point.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/template.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/timestamp.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/translation.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/update.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/watchrule.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/worker.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/httpd/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/httpd/heat_api.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/httpd/heat_api_cfn.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/httpd/heat_api_cloudwatch.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/base.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/event.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/fields.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/raw_template.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/resource.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/resource_data.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/service.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/snapshot.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/software_config.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/software_deployment.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/stack.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/stack_lock.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/stack_tag.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/sync_point.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/user_creds.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/watch_data.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/objects/watch_rule.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/README
file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/_i18n.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/crypto/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/crypto/utils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/api.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/client.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/listener_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/worker_api.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/worker_client.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/__init__.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/cooldown.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/lbutils.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/rolling_update.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/scalingutil.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/template.py
file path=usr/lib/python$(PYVER)/vendor-packages/heat/version.py
dir  path=var/lib/heat owner=heat group=heat mode=0700
dir  path=var/log/heat owner=heat group=heat mode=0700
group groupname=heat gid=87
user username=heat ftpuser=false gcos-field="OpenStack Heat" group=heat \
    home-dir=/var/lib/heat uid=87
#
license heat.license license="Apache v2.0"

# To upgrade to Mitaka version, Kilo version of the package must be on the
# system
depend type=origin fmri=cloud/openstack/[email protected] root-image=true

# force a dependency on barbicanclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/barbicanclient-$(PYV)

# force a dependency on ceilometerclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/ceilometerclient-$(PYV)

# force a dependency on cinderclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/cinderclient-$(PYV)

# force a dependency on croniter; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/croniter-$(PYV)

# force a dependency on cryptography; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/cryptography-$(PYV)

# force a dependency on debtcollector; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/debtcollector-$(PYV)

# force a dependency on designateclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/designateclient-$(PYV)

# force a dependency on glanceclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/glanceclient-$(PYV)

# force a dependency on heatclient; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/heatclient-$(PYV)

# force a dependency on keystoneclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/keystoneclient-$(PYV)

# force a dependency on keystonemiddleware; used via a paste.deploy filter
depend type=require fmri=library/python/keystonemiddleware-$(PYV)

# force a dependency on lxml; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/lxml-$(PYV)

# force a dependency on m2crypto; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/m2crypto-$(PYV)

# force a dependency on magnumclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/magnumclient-$(PYV)

# force a dependency on manilaclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/manilaclient-$(PYV)

# force a dependency on mistralclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/mistralclient-$(PYV)

# force a dependency on netaddr; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/netaddr-$(PYV)

# force a dependency on neutronclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/neutronclient-$(PYV)

# force a dependency on novaclient; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/novaclient-$(PYV)

# force a dependency on oslo.cache; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.cache-$(PYV)

# force a dependency on oslo.context; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/oslo.context-$(PYV)

# force a dependency on oslo.db; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.db-$(PYV)

# force a dependency on oslo.messaging; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/oslo.messaging-$(PYV)

# force a dependency on oslo.middleware; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/oslo.middleware-$(PYV)

# force a dependency on oslo.policy; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.policy-$(PYV)

# force a dependency on oslo.reports; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/oslo.reports-$(PYV)

# force a dependency on oslo.serialization; pkgdepend work is needed to flush
# this out.
depend type=require fmri=library/python/oslo.serialization-$(PYV)

# force a dependency on oslo.service; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/oslo.service-$(PYV)

# force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/oslo.utils-$(PYV)

# force a dependency on oslo.versionedobjects; pkgdepend work is needed to flush
# this out.
depend type=require fmri=library/python/oslo.versionedobjects-$(PYV)

# force a dependency on osprofiler; pkgdepend work is needed to flush this
depend type=require fmri=library/python/osprofiler-$(PYV)

# force a dependency on paste.deploy; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/paste.deploy-$(PYV)

# force a dependency on pbr; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/pbr-$(PYV)

# force a dependency on pytz; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/pytz-$(PYV)

# force a dependency on pyyaml; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/pyyaml-$(PYV)

# force a dependency on requests; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/requests-$(PYV)

# force a dependency on retrying; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/retrying-$(PYV)

# force a dependency on routes; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/routes-$(PYV)

# force a dependency on saharaclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/saharaclient-$(PYV)

# force a dependency on senlinclient; pkgdepend work is needed to flush this
# out.
depend type=require fmri=library/python/senlinclient-$(PYV)

# force a dependency on stevedore; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/stevedore-$(PYV)

# force a dependency on swiftclient; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/swiftclient-$(PYV)

# force a dependency on troveclient; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/troveclient-$(PYV)

# force a dependency on webob; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/webob-$(PYV)

# force a dependency on zaqarclient; pkgdepend work is needed to flush this out.
depend type=require fmri=library/python/zaqarclient-$(PYV)