components/openstack/heat/heat.p5m
changeset 2025 8dbf23e740f2
child 3500 2cce85bb343d
equal deleted inserted replaced
2024:d2eeeca993a7 2025:8dbf23e740f2
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/cloud/openstack/heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Heat (Orchestration Service)"
       
    29 set name=pkg.description \
       
    30     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."
       
    31 set name=pkg.human-version value="Havana $(COMPONENT_VERSION)"
       
    32 set name=com.oracle.info.description \
       
    33     value="Heat, the OpenStack orchestration service"
       
    34 set name=com.oracle.info.tpno value=$(TPNO)
       
    35 set name=info.classification \
       
    36     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    37     value="org.opensolaris.category.2008:System/Enterprise Management" \
       
    38     value=org.opensolaris.category.2008:System/Virtualization \
       
    39     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    41 set name=info.upstream value="OpenStack <[email protected]>"
       
    42 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    43 set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/236
       
    44 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    45 #
       
    46 dir  path=etc/heat owner=heat group=heat mode=0700
       
    47 file files/api-paste.ini path=etc/heat/api-paste.ini owner=heat group=heat \
       
    48     mode=0644 overlay=allow preserve=renamenew
       
    49 file path=etc/heat/environment.d/default.yaml owner=heat group=heat mode=0644 \
       
    50     overlay=allow preserve=renamenew
       
    51 file files/heat.conf path=etc/heat/heat.conf owner=heat group=heat mode=0644 \
       
    52     overlay=allow preserve=renamenew
       
    53 file path=etc/heat/policy.json owner=heat group=heat mode=0644 overlay=allow \
       
    54     preserve=renamenew
       
    55 file path=etc/heat/templates/AWS_CloudWatch_Alarm.yaml owner=heat group=heat \
       
    56     mode=0644 overlay=allow preserve=renamenew
       
    57 file path=etc/heat/templates/AWS_RDS_DBInstance.yaml owner=heat group=heat \
       
    58     mode=0644 overlay=allow preserve=renamenew
       
    59 file files/heat.auth_attr path=etc/security/auth_attr.d/cloud:openstack:heat \
       
    60     group=sys
       
    61 file files/heat.exec_attr path=etc/security/exec_attr.d/cloud:openstack:heat \
       
    62     group=sys
       
    63 file files/heat.prof_attr path=etc/security/prof_attr.d/cloud:openstack:heat \
       
    64     group=sys
       
    65 file files/heat-api-cfn.xml \
       
    66     path=lib/svc/manifest/application/openstack/heat-api-cfn.xml
       
    67 file files/heat-api-cloudwatch.xml \
       
    68     path=lib/svc/manifest/application/openstack/heat-api-cloudwatch.xml
       
    69 file files/heat-api.xml path=lib/svc/manifest/application/openstack/heat-api.xml
       
    70 file files/heat-db.xml path=lib/svc/manifest/application/openstack/heat-db.xml
       
    71 file files/heat-engine.xml \
       
    72     path=lib/svc/manifest/application/openstack/heat-engine.xml
       
    73 file files/heat-smf-method path=lib/svc/method/heat-smf-method
       
    74 file path=usr/bin/heat-manage
       
    75 file usr/bin/heat-keystone-setup \
       
    76     path=usr/demo/openstack/keystone/heat-keystone-setup mode=0555
       
    77 file usr/bin/heat-api path=usr/lib/heat/heat-api mode=0555
       
    78 file usr/bin/heat-api-cfn path=usr/lib/heat/heat-api-cfn mode=0555
       
    79 file usr/bin/heat-api-cloudwatch path=usr/lib/heat/heat-api-cloudwatch mode=0555
       
    80 file usr/bin/heat-engine path=usr/lib/heat/heat-engine mode=0555
       
    81 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    82 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    83 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    84 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    85 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    87 file path=usr/lib/python$(PYVER)/vendor-packages/heat/__init__.py
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/__init__.py
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/__init__.py
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/ec2token.py
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/exception.py
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/utils.py
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/__init__.py
       
    94 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/v1/__init__.py
       
    95 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/v1/signal.py
       
    96 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/v1/stacks.py
       
    97 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cfn/versions.py
       
    98 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cloudwatch/__init__.py
       
    99 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cloudwatch/versions.py
       
   100 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cloudwatch/watch.py
       
   101 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/__init__.py
       
   102 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/fault.py
       
   103 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/version_negotiation.py
       
   104 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/__init__.py
       
   105 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/__init__.py
       
   106 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/actions.py
       
   107 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/events.py
       
   108 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/resources.py
       
   109 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/stacks.py
       
   110 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/util.py
       
   111 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/versions.py
       
   112 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/__init__.py
       
   113 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/boothook.sh
       
   114 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/config
       
   115 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/loguserdata.py
       
   116 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/part_handler.py
       
   117 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/__init__.py
       
   118 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cmd/manage.py
       
   119 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/__init__.py
       
   120 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/auth_password.py
       
   121 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/auth_token.py
       
   122 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/config.py
       
   123 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/context.py
       
   124 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/crypt.py
       
   125 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/custom_backend_auth.py
       
   126 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/environment_format.py
       
   127 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/exception.py
       
   128 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/heat_keystoneclient.py
       
   129 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/identifier.py
       
   130 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/plugin_loader.py
       
   131 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/policy.py
       
   132 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/short_id.py
       
   133 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/template_format.py
       
   134 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/timeutils.py
       
   135 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/urlfetch.py
       
   136 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/wsgi.py
       
   137 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/__init__.py
       
   138 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/api.py
       
   139 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/migration.py
       
   140 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/__init__.py
       
   141 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/api.py
       
   142 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/manage.py
       
   143 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/README
       
   144 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/__init__.py
       
   145 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/manage.py
       
   146 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/migrate.cfg
       
   147 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
       
   148 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/016_timeout_nullable.py
       
   149 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/017_event_state_status.py
       
   150 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/018_resource_id_uuid.py
       
   151 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/019_resource_action_status.py
       
   152 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/020_stack_action.py
       
   153 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/021_resource_data.py
       
   154 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/022_stack_event_soft_delete.py
       
   155 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/023_raw_template_mysql_longtext.py
       
   156 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
       
   157 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/025_user_creds_drop_service.py
       
   158 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/026_user_creds_drop_aws.py
       
   159 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/027_user_creds_trusts.py
       
   160 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
       
   161 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/__init__.py
       
   162 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migration.py
       
   163 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/models.py
       
   164 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/mutable.py
       
   165 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/session.py
       
   166 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sync.py
       
   167 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/utils.py
       
   168 file path=usr/lib/python$(PYVER)/vendor-packages/heat/doc/__init__.py
       
   169 file path=usr/lib/python$(PYVER)/vendor-packages/heat/doc/resources.py
       
   170 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/__init__.py
       
   171 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/api.py
       
   172 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/attributes.py
       
   173 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients.py
       
   174 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/components.py
       
   175 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/dependencies.py
       
   176 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/environment.py
       
   177 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/event.py
       
   178 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot.py
       
   179 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parameters.py
       
   180 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parser.py
       
   181 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/properties.py
       
   182 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resource.py
       
   183 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/__init__.py
       
   184 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/autoscaling.py
       
   185 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/ceilometer/__init__.py
       
   186 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/ceilometer/alarm.py
       
   187 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/cloud_watch.py
       
   188 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/eip.py
       
   189 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/instance.py
       
   190 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/internet_gateway.py
       
   191 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/loadbalancer.py
       
   192 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/network_interface.py
       
   193 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/__init__.py
       
   194 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/firewall.py
       
   195 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/floatingip.py
       
   196 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/loadbalancer.py
       
   197 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/net.py
       
   198 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/neutron.py
       
   199 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/port.py
       
   200 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/router.py
       
   201 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/subnet.py
       
   202 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/vpnservice.py
       
   203 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/nova_utils.py
       
   204 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/route_table.py
       
   205 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/s3.py
       
   206 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/security_group.py
       
   207 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/server.py
       
   208 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/stack.py
       
   209 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/subnet.py
       
   210 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/swift.py
       
   211 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/template_resource.py
       
   212 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/user.py
       
   213 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/volume.py
       
   214 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/vpc.py
       
   215 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/wait_condition.py
       
   216 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/scheduler.py
       
   217 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/service.py
       
   218 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/signal_responder.py
       
   219 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack_resource.py
       
   220 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/template.py
       
   221 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/timestamp.py
       
   222 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/update.py
       
   223 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/watchrule.py
       
   224 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/bs/LC_MESSAGES/heat.po
       
   225 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/cs/LC_MESSAGES/heat.po
       
   226 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/da/LC_MESSAGES/heat.po
       
   227 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/de/LC_MESSAGES/heat.po
       
   228 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/en_AU/LC_MESSAGES/heat.po
       
   229 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/en_GB/LC_MESSAGES/heat.po
       
   230 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/en_US/LC_MESSAGES/heat.po
       
   231 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/es/LC_MESSAGES/heat.po
       
   232 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/fr/LC_MESSAGES/heat.po
       
   233 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/it/LC_MESSAGES/heat.po
       
   234 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/ja/LC_MESSAGES/heat.po
       
   235 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/ko/LC_MESSAGES/heat.po
       
   236 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/pt_BR/LC_MESSAGES/heat.po
       
   237 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/ru/LC_MESSAGES/heat.po
       
   238 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/tl/LC_MESSAGES/heat.po
       
   239 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/tr/LC_MESSAGES/heat.po
       
   240 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/uk/LC_MESSAGES/heat.po
       
   241 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/zh_CN/LC_MESSAGES/heat.po
       
   242 file path=usr/lib/python$(PYVER)/vendor-packages/heat/locale/zh_TW/LC_MESSAGES/heat.po
       
   243 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/__init__.py
       
   244 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/README
       
   245 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/__init__.py
       
   246 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/config/__init__.py
       
   247 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/config/generator.py
       
   248 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/context.py
       
   249 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/__init__.py
       
   250 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/api.py
       
   251 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/exception.py
       
   252 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/sqlalchemy/__init__.py
       
   253 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/sqlalchemy/migration.py
       
   254 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/sqlalchemy/models.py
       
   255 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/sqlalchemy/session.py
       
   256 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/sqlalchemy/utils.py
       
   257 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/eventlet_backdoor.py
       
   258 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/exception.py
       
   259 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/excutils.py
       
   260 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/fileutils.py
       
   261 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/gettextutils.py
       
   262 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/importutils.py
       
   263 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/jsonutils.py
       
   264 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/local.py
       
   265 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/lockutils.py
       
   266 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/log.py
       
   267 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/loopingcall.py
       
   268 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/network_utils.py
       
   269 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/__init__.py
       
   270 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/api.py
       
   271 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/list_notifier.py
       
   272 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/log_notifier.py
       
   273 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/no_op_notifier.py
       
   274 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/rabbit_notifier.py
       
   275 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/rpc_notifier.py
       
   276 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/rpc_notifier2.py
       
   277 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/test_notifier.py
       
   278 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/policy.py
       
   279 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/processutils.py
       
   280 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/__init__.py
       
   281 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/amqp.py
       
   282 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/common.py
       
   283 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/dispatcher.py
       
   284 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/impl_fake.py
       
   285 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/impl_kombu.py
       
   286 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/impl_qpid.py
       
   287 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/impl_zmq.py
       
   288 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/matchmaker.py
       
   289 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/matchmaker_redis.py
       
   290 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/matchmaker_ring.py
       
   291 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/proxy.py
       
   292 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/securemessage.py
       
   293 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/serializer.py
       
   294 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/service.py
       
   295 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/rpc/zmq_receiver.py
       
   296 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/service.py
       
   297 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/sslutils.py
       
   298 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/threadgroup.py
       
   299 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/timeutils.py
       
   300 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/uuidutils.py
       
   301 file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/__init__.py
       
   302 file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/api.py
       
   303 file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/client.py
       
   304 file path=usr/lib/python$(PYVER)/vendor-packages/heat/version.py
       
   305 dir  path=var/lib/heat owner=heat group=heat mode=0700
       
   306 dir  path=var/log/heat owner=heat group=heat mode=0700
       
   307 #
       
   308 group groupname=heat gid=87
       
   309 user username=heat ftpuser=false gcos-field="OpenStack Heat" group=heat \
       
   310     home-dir=/var/lib/heat uid=87
       
   311 license heat.license license="Apache v2.0"
       
   312 
       
   313 # force a group dependency on the optional anyjson; pkgdepend work is needed to
       
   314 # flush this out.
       
   315 depend type=group fmri=library/python/anyjson-$(PYV)
       
   316 
       
   317 # force a group dependency on the optional ceilometerclient; pkgdepend work is
       
   318 # needed to flush this out.
       
   319 depend type=group fmri=library/python/ceilometerclient-$(PYV)
       
   320 
       
   321 # force a group dependency on the optional cinderclient; pkgdepend work is
       
   322 # needed to flush this out.
       
   323 depend type=group fmri=library/python/cinderclient-$(PYV)
       
   324 
       
   325 # force a group dependency on the optional neutronclient; pkgdepend work is
       
   326 # needed to flush this out.
       
   327 depend type=group fmri=library/python/neutronclient-$(PYV)
       
   328 
       
   329 # force a group dependency on the optional swiftclient; pkgdepend work is needed
       
   330 # to flush this out.
       
   331 depend type=group fmri=library/python/swiftclient-$(PYV)
       
   332 
       
   333 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
       
   334 depend type=require fmri=library/python-2/pyyaml-$(PYV)
       
   335 
       
   336 # force a dependency on babel; pkgdepend work is needed to flush this out.
       
   337 depend type=require fmri=library/python/babel-$(PYV)
       
   338 
       
   339 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
       
   340 depend type=require fmri=library/python/greenlet-$(PYV)
       
   341 
       
   342 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
       
   343 depend type=require fmri=library/python/iso8601-$(PYV)
       
   344 
       
   345 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
       
   346 # out.
       
   347 depend type=require fmri=library/python/keystoneclient-$(PYV)
       
   348 
       
   349 # force a dependency on kombu; pkgdepend work is needed to flush this out.
       
   350 depend type=require fmri=library/python/kombu-$(PYV)
       
   351 
       
   352 # force a dependency on lxml; pkgdepend work is needed to flush this out.
       
   353 depend type=require fmri=library/python/lxml-$(PYV)
       
   354 
       
   355 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
       
   356 depend type=require fmri=library/python/netaddr-$(PYV)
       
   357 
       
   358 # force a dependency on novaclient; pkgdepend work is needed to flush this out.
       
   359 depend type=require fmri=library/python/novaclient-$(PYV)
       
   360 
       
   361 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
       
   362 # out.
       
   363 depend type=require fmri=library/python/paste.deploy-$(PYV)
       
   364 
       
   365 # force a dependency on pbr; pkgdepend work is needed to flush this out.
       
   366 depend type=require fmri=library/python/pbr-$(PYV)
       
   367 
       
   368 # force a dependency on requests; pkgdepend work is needed to flush this out.
       
   369 depend type=require fmri=library/python/requests-$(PYV)
       
   370 
       
   371 # force a dependency on routes; pkgdepend work is needed to flush this out.
       
   372 depend type=require fmri=library/python/routes-$(PYV)
       
   373 
       
   374 # force a dependency on six; pkgdepend work is needed to flush this out.
       
   375 depend type=require fmri=library/python/six-$(PYV)
       
   376 
       
   377 # force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
       
   378 depend type=require fmri=library/python/sqlalchemy-$(PYV)
       
   379 
       
   380 # force a dependency on webob; pkgdepend work is needed to flush this out.
       
   381 depend type=require fmri=library/python/webob-$(PYV)