components/openstack/heat/heat.p5m
branchs11-update
changeset 4072 db0cec748ec0
parent 3828 450ae9167756
child 4314 96c1b7e2e45c
equal deleted inserted replaced
4067:4be1f488dda8 4072:db0cec748ec0
    26 set name=pkg.fmri \
    26 set name=pkg.fmri \
    27     value=pkg:/cloud/openstack/heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27     value=pkg:/cloud/openstack/heat@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    28 set name=pkg.summary value="OpenStack Heat (Orchestration Service)"
    28 set name=pkg.summary value="OpenStack Heat (Orchestration Service)"
    29 set name=pkg.description \
    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."
    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)"
    31 set name=pkg.human-version value="Juno $(COMPONENT_VERSION)"
    32 set name=com.oracle.info.description \
    32 set name=com.oracle.info.description \
    33     value="Heat, the OpenStack orchestration service"
    33     value="Heat, the OpenStack orchestration service"
    34 set name=com.oracle.info.tpno value=$(TPNO)
    34 set name=com.oracle.info.tpno value=$(TPNO)
    35 set name=info.classification \
    35 set name=info.classification \
    36     value="org.opensolaris.category.2008:System/Administration and Configuration" \
    36     value="org.opensolaris.category.2008:System/Administration and Configuration" \
    38     value=org.opensolaris.category.2008:System/Virtualization \
    38     value=org.opensolaris.category.2008:System/Virtualization \
    39     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    39     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    40 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    41 set name=info.upstream value="OpenStack <[email protected]>"
    41 set name=info.upstream value="OpenStack <[email protected]>"
    42 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    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
    43 set name=openstack.upgrade-id reboot-needed=true value=$(COMPONENT_BE_VERSION)
       
    44 set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/236 \
       
    45     value=PSARC/2015/110
    44 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    46 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    45 #
    47 #
    46 dir  path=etc/heat owner=heat group=heat mode=0700
    48 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 \
    49 file path=etc/heat/api-paste.ini owner=heat group=heat mode=0644 overlay=allow \
    48     mode=0644 overlay=allow preserve=renamenew
    50     preserve=renamenew
    49 file path=etc/heat/environment.d/default.yaml owner=heat group=heat mode=0644 \
    51 file path=etc/heat/environment.d/default.yaml owner=heat group=heat mode=0644 \
    50     overlay=allow preserve=renamenew
    52     overlay=allow preserve=renamenew
    51 file files/heat.conf path=etc/heat/heat.conf owner=heat group=heat mode=0644 \
    53 file files/heat.conf path=etc/heat/heat.conf owner=heat group=heat mode=0644 \
    52     overlay=allow preserve=renamenew
    54     overlay=allow preserve=renamenew
    53 file path=etc/heat/policy.json owner=heat group=heat mode=0644 overlay=allow \
    55 file path=etc/heat/policy.json owner=heat group=heat mode=0644 overlay=allow \
    60     group=sys
    62     group=sys
    61 file files/heat.exec_attr path=etc/security/exec_attr.d/cloud:openstack:heat \
    63 file files/heat.exec_attr path=etc/security/exec_attr.d/cloud:openstack:heat \
    62     group=sys
    64     group=sys
    63 file files/heat.prof_attr path=etc/security/prof_attr.d/cloud:openstack:heat \
    65 file files/heat.prof_attr path=etc/security/prof_attr.d/cloud:openstack:heat \
    64     group=sys
    66     group=sys
    65 file files/heat-api-cfn.xml \
    67 file files/heat.user_attr path=etc/user_attr.d/cloud:openstack:heat group=sys
    66     path=lib/svc/manifest/application/openstack/heat-api-cfn.xml
    68 file path=lib/svc/manifest/application/openstack/heat-api-cfn.xml
    67 file files/heat-api-cloudwatch.xml \
    69 file path=lib/svc/manifest/application/openstack/heat-api-cloudwatch.xml
    68     path=lib/svc/manifest/application/openstack/heat-api-cloudwatch.xml
    70 file path=lib/svc/manifest/application/openstack/heat-api.xml
    69 file files/heat-api.xml path=lib/svc/manifest/application/openstack/heat-api.xml
    71 file path=lib/svc/manifest/application/openstack/heat-db.xml
    70 file files/heat-db.xml path=lib/svc/manifest/application/openstack/heat-db.xml
    72 file path=lib/svc/manifest/application/openstack/heat-engine.xml
    71 file files/heat-engine.xml \
    73 file path=lib/svc/manifest/application/openstack/heat-upgrade.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 files/heat-smf-method path=lib/svc/method/heat-smf-method
       
    75 file files/heat-upgrade path=lib/svc/method/heat-upgrade
    74 file path=usr/bin/heat-manage
    76 file path=usr/bin/heat-manage
    75 file usr/bin/heat-keystone-setup \
    77 file usr/bin/heat-keystone-setup \
    76     path=usr/demo/openstack/keystone/heat-keystone-setup mode=0555
    78     path=usr/demo/openstack/keystone/heat-keystone-setup mode=0555
    77 file usr/bin/heat-api path=usr/lib/heat/heat-api mode=0555
    79 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
    80 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
    81 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
    82 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
    83 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
    84 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
    85 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    86 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/entry_points.txt
    84 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
    87 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/not-zip-safe
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/pbr.json
    85 file path=usr/lib/python$(PYVER)/vendor-packages/heat-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
    89 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
    90 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
    91 file path=usr/lib/python$(PYVER)/vendor-packages/heat/__init__.py
    88 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/__init__.py
    92 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
    93 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/aws/__init__.py
    98 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/cloudwatch/__init__.py
   102 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
   103 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
   104 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
   105 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
   106 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/fault.py
       
   107 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/ssl.py
   103 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/middleware/version_negotiation.py
   108 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
   109 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
   110 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
   111 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/actions.py
       
   112 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/build_info.py
   107 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/events.py
   113 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
   114 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/resources.py
       
   115 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/software_configs.py
       
   116 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/software_deployments.py
   109 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/stacks.py
   117 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
   118 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/util.py
       
   119 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/views/__init__.py
       
   120 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/views/stacks_view.py
       
   121 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/v1/views/views_common.py
   111 file path=usr/lib/python$(PYVER)/vendor-packages/heat/api/openstack/versions.py
   122 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
   123 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
   124 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/boothook.sh
   114 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/config
   125 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/config
   115 file path=usr/lib/python$(PYVER)/vendor-packages/heat/cloudinit/loguserdata.py
   126 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
   127 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
   128 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
   129 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
   130 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
   131 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
   132 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/auth_url.py
   122 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/config.py
   133 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
   134 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
   135 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
   136 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
   137 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
   138 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
   139 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/heat_keystoneclient.py
       
   140 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/i18n.py
   129 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/identifier.py
   141 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/identifier.py
       
   142 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/lifecycle_plugin_utils.py
       
   143 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/messaging.py
       
   144 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/param_utils.py
   130 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/plugin_loader.py
   145 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
   146 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/policy.py
       
   147 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/serializers.py
   132 file path=usr/lib/python$(PYVER)/vendor-packages/heat/common/short_id.py
   148 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
   149 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
   150 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
   151 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
   152 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
   153 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
   154 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
   155 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
   156 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
   157 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/filters.py
   143 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/README
   158 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
   159 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
   160 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
   161 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
   162 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/015_grizzly.py
   156 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/024_event_resource_name.py
   171 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
   172 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
   173 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
   174 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
   175 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/028_text_mysql_longtext.py
       
   176 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/029_event_id_to_uuid.py
       
   177 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/030_remove_uuidutils.py
       
   178 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/031_stack_lock.py
       
   179 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/032_decrypt_method.py
       
   180 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/033_software_config.py
       
   181 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/034_raw_template_files.py
       
   182 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/035_event_uuid_to_id.py
       
   183 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/036_stack_domain_project.py
       
   184 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/037_migrate_hot_template.py
       
   185 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/038_software_config_json_config.py
       
   186 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/039_user_creds_nullable.py
       
   187 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/040_software_deployment_no_signal_id.py
       
   188 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/041_migrate_hot_template_resources.py
       
   189 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/042_software_deployment_domain_project.py
       
   190 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/043_migrate_template_versions.py
       
   191 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/044_snapshots.py
       
   192 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/045_stack_backup.py
       
   193 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/046_properties_data.py
   161 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/migrate_repo/versions/__init__.py
   194 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
   195 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
   196 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
   197 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
   198 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sqlalchemy/types.py
   166 file path=usr/lib/python$(PYVER)/vendor-packages/heat/db/sync.py
   199 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
   200 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
   201 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
   202 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
   203 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
   204 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/cfn/__init__.py
   174 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/components.py
   205 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/cfn/functions.py
       
   206 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/cfn/template.py
       
   207 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/__init__.py
       
   208 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/client_plugin.py
       
   209 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/__init__.py
       
   210 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/ceilometer.py
       
   211 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/cinder.py
       
   212 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/glance.py
       
   213 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/heat_plugin.py
       
   214 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/keystone.py
       
   215 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/neutron.py
       
   216 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/nova.py
       
   217 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/sahara.py
       
   218 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/swift.py
       
   219 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/clients/os/trove.py
       
   220 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/constraints.py
   175 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/dependencies.py
   221 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
   222 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
   223 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
   224 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/function.py
       
   225 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/__init__.py
       
   226 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/functions.py
       
   227 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/parameters.py
       
   228 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/hot/template.py
       
   229 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/lifecycle_plugin.py
       
   230 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/notification/__init__.py
       
   231 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/notification/autoscaling.py
       
   232 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/notification/stack.py
       
   233 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parameter_groups.py
   179 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parameters.py
   234 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
   235 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/parser.py
       
   236 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/plugin_manager.py
   181 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/properties.py
   237 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
   238 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
   239 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
   240 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/autoscaling.py
       
   241 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/__init__.py
       
   242 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/launch_config.py
       
   243 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/aws/scaling_policy.py
   185 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/ceilometer/__init__.py
   244 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
   245 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
   246 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
   247 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/eip.py
       
   248 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/glance_image.py
   189 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/instance.py
   249 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
   250 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/internet_gateway.py
       
   251 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/iso_8601.py
   191 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/loadbalancer.py
   252 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
   253 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
   254 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
   255 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
   256 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
   257 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/loadbalancer.py
       
   258 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/metering.py
   197 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/net.py
   259 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/net.py
       
   260 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/network_gateway.py
   198 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/neutron.py
   261 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
   262 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/port.py
       
   263 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/provider_net.py
   200 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/router.py
   264 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/router.py
       
   265 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/security_group.py
   201 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/subnet.py
   266 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
   267 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/neutron/vpnservice.py
       
   268 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/nova_floatingip.py
       
   269 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/nova_keypair.py
       
   270 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/nova_servergroup.py
   203 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/nova_utils.py
   271 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/nova_utils.py
       
   272 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/__init__.py
       
   273 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/openstack/scaling_policy.py
       
   274 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/os_database.py
       
   275 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/random_string.py
       
   276 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/resource_group.py
   204 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/route_table.py
   277 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
   278 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/s3.py
       
   279 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/sahara_cluster.py
       
   280 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/sahara_templates.py
   206 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/security_group.py
   281 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
   282 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/server.py
       
   283 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/__init__.py
       
   284 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/cloud_config.py
       
   285 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/multi_part.py
       
   286 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/software_component.py
       
   287 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/software_config.py
       
   288 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/software_deployment.py
       
   289 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/software_config/structured_config.py
   208 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/stack.py
   290 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
   291 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
   292 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/swift.py
       
   293 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/swiftsignal.py
   211 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/template_resource.py
   294 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
   295 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
   296 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
   297 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
   298 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/resources/wait_condition.py
       
   299 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/rsrc_defn.py
   216 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/scheduler.py
   300 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
   301 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
   302 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/signal_responder.py
       
   303 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack.py
       
   304 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack_lock.py
   219 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack_resource.py
   305 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack_resource.py
       
   306 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/stack_user.py
       
   307 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/support.py
   220 file path=usr/lib/python$(PYVER)/vendor-packages/heat/engine/template.py
   308 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
   309 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
   310 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
   311 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
   312 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
   313 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
   314 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
   315 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
   316 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
   317 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
   318 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/crypto/__init__.py
   250 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/db/api.py
   319 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/crypto/utils.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
   320 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
   321 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
   322 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
   323 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
   324 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
   325 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
   326 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
   327 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
   328 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
   329 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
   330 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/middleware/__init__.py
   269 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/__init__.py
   331 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/middleware/base.py
   270 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/notifier/api.py
   332 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/middleware/request_id.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
   333 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
   334 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
   335 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
   336 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/sslutils.py
       
   337 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/strutils.py
       
   338 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/systemd.py
   298 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/threadgroup.py
   339 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
   340 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
   341 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/uuidutils.py
       
   342 file path=usr/lib/python$(PYVER)/vendor-packages/heat/openstack/common/versionutils.py
   301 file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/__init__.py
   343 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
   344 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
   345 file path=usr/lib/python$(PYVER)/vendor-packages/heat/rpc/client.py
       
   346 file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/__init__.py
       
   347 file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/cooldown.py
       
   348 file path=usr/lib/python$(PYVER)/vendor-packages/heat/scaling/template.py
   304 file path=usr/lib/python$(PYVER)/vendor-packages/heat/version.py
   349 file path=usr/lib/python$(PYVER)/vendor-packages/heat/version.py
   305 dir  path=var/lib/heat owner=heat group=heat mode=0700
   350 dir  path=var/lib/heat owner=heat group=heat mode=0700
   306 dir  path=var/log/heat owner=heat group=heat mode=0700
   351 dir  path=var/log/heat owner=heat group=heat mode=0700
   307 #
   352 #
   308 group groupname=heat gid=87
   353 group groupname=heat gid=87
   309 user username=heat ftpuser=false gcos-field="OpenStack Heat" group=heat \
   354 user username=heat ftpuser=false gcos-field="OpenStack Heat" group=heat \
   310     home-dir=/var/lib/heat uid=87
   355     home-dir=/var/lib/heat uid=87
       
   356 #
   311 license heat.license license="Apache v2.0"
   357 license heat.license license="Apache v2.0"
   312 
   358 
   313 # force a group dependency on the optional anyjson; pkgdepend work is needed to
   359 # force a group dependency on the optional anyjson; pkgdepend work is needed to
   314 # flush this out.
   360 # flush this out.
   315 depend type=group fmri=library/python/anyjson-$(PYV)
   361 depend type=group fmri=library/python/anyjson-$(PYV)
   316 
   362 
   317 # force a group dependency on the optional ceilometerclient; pkgdepend work is
   363 # force a group dependency on the optional netaddr; pkgdepend work is needed to
   318 # needed to flush this out.
   364 # flush this out.
   319 depend type=group fmri=library/python/ceilometerclient-$(PYV)
   365 depend type=group fmri=library/python/netaddr-$(PYV)
   320 
   366 
   321 # force a group dependency on the optional cinderclient; pkgdepend work is
   367 # force a group dependency on the optional simplejson; pkgdepend work is needed
   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.
   368 # to flush this out.
   331 depend type=group fmri=library/python/swiftclient-$(PYV)
   369 depend type=group fmri=library/python/simplejson-$(PYV)
       
   370 
       
   371 # force a dependency on argparse; pkgdepend work is needed to flush this out.
       
   372 depend type=require fmri=library/python/argparse-$(PYV)
   332 
   373 
   333 # force a dependency on babel; pkgdepend work is needed to flush this out.
   374 # force a dependency on babel; pkgdepend work is needed to flush this out.
   334 depend type=require fmri=library/python/babel-$(PYV)
   375 depend type=require fmri=library/python/babel-$(PYV)
   335 
   376 
       
   377 # force a dependency on ceilometerclient; pkgdepend work is needed to flush this
       
   378 # out.
       
   379 depend type=require fmri=library/python/ceilometerclient-$(PYV)
       
   380 
       
   381 # force a dependency on cinderclient; pkgdepend work is needed to flush this
       
   382 # out.
       
   383 depend type=require fmri=library/python/cinderclient-$(PYV)
       
   384 
       
   385 # force a dependency on glanceclient; pkgdepend work is needed to flush this
       
   386 # out.
       
   387 depend type=require fmri=library/python/glanceclient-$(PYV)
       
   388 
   336 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   389 # force a dependency on greenlet; pkgdepend work is needed to flush this out.
   337 depend type=require fmri=library/python/greenlet-$(PYV)
   390 depend type=require fmri=library/python/greenlet-$(PYV)
   338 
   391 
       
   392 # force a dependency on heatclient; pkgdepend work is needed to flush this out.
       
   393 depend type=require fmri=library/python/heatclient-$(PYV)
       
   394 
   339 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
   395 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
   340 depend type=require fmri=library/python/iso8601-$(PYV)
   396 depend type=require fmri=library/python/iso8601-$(PYV)
   341 
   397 
   342 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
   398 # force a dependency on keystoneclient; pkgdepend work is needed to flush this
   343 # out.
   399 # out.
   344 depend type=require fmri=library/python/keystoneclient-$(PYV)
   400 depend type=require fmri=library/python/keystoneclient-$(PYV)
   345 
   401 
   346 # force a dependency on kombu; pkgdepend work is needed to flush this out.
   402 # force a dependency on keystonemiddleware; used via a paste.deploy filter
   347 depend type=require fmri=library/python/kombu-$(PYV)
   403 depend type=require fmri=library/python/keystonemiddleware-$(PYV)
   348 
   404 
   349 # force a dependency on lxml; pkgdepend work is needed to flush this out.
   405 # force a dependency on lxml; pkgdepend work is needed to flush this out.
   350 depend type=require fmri=library/python/lxml-$(PYV)
   406 depend type=require fmri=library/python/lxml-$(PYV)
   351 
   407 
   352 # force a dependency on netaddr; pkgdepend work is needed to flush this out.
   408 # force a dependency on m2crypto; pkgdepend work is needed to flush this out.
   353 depend type=require fmri=library/python/netaddr-$(PYV)
   409 depend type=require fmri=library/python/m2crypto-$(PYV)
       
   410 
       
   411 # force a dependency on neutronclient; pkgdepend work is needed to flush this
       
   412 # out.
       
   413 depend type=require fmri=library/python/neutronclient-$(PYV)
   354 
   414 
   355 # force a dependency on novaclient; pkgdepend work is needed to flush this out.
   415 # force a dependency on novaclient; pkgdepend work is needed to flush this out.
   356 depend type=require fmri=library/python/novaclient-$(PYV)
   416 depend type=require fmri=library/python/novaclient-$(PYV)
   357 
   417 
       
   418 # force a dependency on oslo.db; pkgdepend work is needed to flush this out.
       
   419 depend type=require fmri=library/python/oslo.db-$(PYV)
       
   420 
       
   421 # force a dependency on oslo.i18n; pkgdepend work is needed to flush this out.
       
   422 depend type=require fmri=library/python/oslo.i18n-$(PYV)
       
   423 
       
   424 # force a dependency on oslo.messaging; pkgdepend work is needed to flush this
       
   425 # out.
       
   426 depend type=require fmri=library/python/oslo.messaging-$(PYV)
       
   427 
       
   428 # force a dependency on oslo.serialization; pkgdepend work is needed to flush
       
   429 # this out.
       
   430 depend type=require fmri=library/python/oslo.serialization-$(PYV)
       
   431 
       
   432 # force a dependency on oslo.utils; pkgdepend work is needed to flush this out.
       
   433 depend type=require fmri=library/python/oslo.utils-$(PYV)
       
   434 
   358 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
   435 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
   359 # out.
   436 # out.
   360 depend type=require fmri=library/python/paste.deploy-$(PYV)
   437 depend type=require fmri=library/python/paste.deploy-$(PYV)
   361 
   438 
   362 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   439 # force a dependency on pbr; pkgdepend work is needed to flush this out.
   363 depend type=require fmri=library/python/pbr-$(PYV)
   440 depend type=require fmri=library/python/pbr-$(PYV)
   364 
   441 
       
   442 # force a dependency on posix_ipc; pkgdepend work is needed to flush this out.
       
   443 depend type=require fmri=library/python/posix_ipc-$(PYV)
       
   444 
   365 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
   445 # force a dependency on pyyaml; pkgdepend work is needed to flush this out.
   366 depend type=require fmri=library/python/pyyaml-$(PYV)
   446 depend type=require fmri=library/python/pyyaml-$(PYV)
   367 
   447 
   368 # force a dependency on requests; pkgdepend work is needed to flush this out.
   448 # force a dependency on requests; pkgdepend work is needed to flush this out.
   369 depend type=require fmri=library/python/requests-$(PYV)
   449 depend type=require fmri=library/python/requests-$(PYV)
   370 
   450 
   371 # force a dependency on routes; pkgdepend work is needed to flush this out.
   451 # force a dependency on routes; pkgdepend work is needed to flush this out.
   372 depend type=require fmri=library/python/routes-$(PYV)
   452 depend type=require fmri=library/python/routes-$(PYV)
   373 
   453 
   374 # force a dependency on six; pkgdepend work is needed to flush this out.
   454 # force a dependency on saharaclient; pkgdepend work is needed to flush this
   375 depend type=require fmri=library/python/six-$(PYV)
   455 # out.
   376 
   456 depend type=require fmri=library/python/saharaclient-$(PYV)
   377 # force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
   457 
   378 depend type=require fmri=library/python/sqlalchemy-$(PYV)
   458 # force a dependency on stevedore; pkgdepend work is needed to flush this out.
       
   459 depend type=require fmri=library/python/stevedore-$(PYV)
       
   460 
       
   461 # force a dependency on swiftclient; pkgdepend work is needed to flush this out.
       
   462 depend type=require fmri=library/python/swiftclient-$(PYV)
       
   463 
       
   464 # force a dependency on troveclient; pkgdepend work is needed to flush this out.
       
   465 depend type=require fmri=library/python/troveclient-$(PYV)
   379 
   466 
   380 # force a dependency on webob; pkgdepend work is needed to flush this out.
   467 # force a dependency on webob; pkgdepend work is needed to flush this out.
   381 depend type=require fmri=library/python/webob-$(PYV)
   468 depend type=require fmri=library/python/webob-$(PYV)