components/openstack/glance/glance.p5m
changeset 1760 353323c7bdc1
child 1890 5a4ef66c42bf
equal deleted inserted replaced
1759:b412ae0aa701 1760:353323c7bdc1
       
     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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 set name=pkg.fmri \
       
    27     value=pkg:/cloud/openstack/glance@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
       
    28 set name=pkg.summary value="OpenStack Glance"
       
    29 set name=pkg.description \
       
    30     value="OpenStack Glance provides services for discovering, registering, and retrieving virtual machine images. Glance has a RESTful API that allows querying of VM image metadata as well as retrieval of the actual image. VM images made available through Glance can be stored in a variety of locations from simple file systems to object-storage systems like OpenStack Swift."
       
    31 set name=pkg.human-version value="Grizzly $(COMPONENT_VERSION)"
       
    32 set name=com.oracle.info.description value="Glance, the OpenStack image service"
       
    33 set name=com.oracle.info.tpno value=16269
       
    34 set name=info.classification \
       
    35     value="org.opensolaris.category.2008:System/Administration and Configuration" \
       
    36     value="org.opensolaris.category.2008:System/Enterprise Management" \
       
    37     value=org.opensolaris.category.2008:System/Virtualization \
       
    38     value="org.opensolaris.category.2008:Web Services/Application and Web Servers"
       
    39 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
       
    40 set name=info.upstream value="OpenStack <[email protected]>"
       
    41 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
       
    42 set name=org.opensolaris.arc-caseid value=PSARC/2013/350 value=PSARC/2014/055
       
    43 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
       
    44 dir  path=etc/glance owner=glance group=glance mode=0700
       
    45 file etc/glance-api-paste.ini path=etc/glance/glance-api-paste.ini \
       
    46     owner=glance group=glance mode=0644 overlay=allow preserve=true
       
    47 file files/glance-api.conf path=etc/glance/glance-api.conf owner=glance \
       
    48     group=glance mode=0644 overlay=allow preserve=true
       
    49 file etc/glance-cache.conf path=etc/glance/glance-cache.conf owner=glance \
       
    50     group=glance mode=0644 overlay=allow preserve=true
       
    51 file etc/glance-registry-paste.ini path=etc/glance/glance-registry-paste.ini \
       
    52     owner=glance group=glance mode=0644 overlay=allow preserve=true
       
    53 file etc/glance-registry.conf path=etc/glance/glance-registry.conf \
       
    54     owner=glance group=glance mode=0644 overlay=allow preserve=true
       
    55 file files/glance-scrubber.conf path=etc/glance/glance-scrubber.conf \
       
    56     owner=glance group=glance mode=0644 overlay=allow preserve=true
       
    57 file etc/logging.cnf.sample path=etc/glance/logging.conf owner=glance \
       
    58     group=glance mode=0644 overlay=allow preserve=true
       
    59 file etc/policy.json path=etc/glance/policy.json owner=glance group=glance \
       
    60     mode=0644 overlay=allow preserve=true
       
    61 file etc/schema-image.json path=etc/glance/schema-image.json owner=glance \
       
    62     group=glance
       
    63 file files/glance.auth_attr \
       
    64     path=etc/security/auth_attr.d/cloud:openstack:glance group=sys
       
    65 file files/glance.exec_attr \
       
    66     path=etc/security/exec_attr.d/cloud:openstack:glance group=sys
       
    67 file files/glance.prof_attr \
       
    68     path=etc/security/prof_attr.d/cloud:openstack:glance group=sys
       
    69 file path=lib/svc/manifest/application/openstack/glance-api.xml
       
    70 file path=lib/svc/manifest/application/openstack/glance-db.xml
       
    71 file path=lib/svc/manifest/application/openstack/glance-registry.xml
       
    72 file files/glance-scrubber.xml \
       
    73     path=lib/svc/manifest/application/openstack/glance-scrubber.xml
       
    74 file files/glance-api path=lib/svc/method/glance-api
       
    75 file files/glance-registry path=lib/svc/method/glance-registry
       
    76 file files/glance-scrubber path=lib/svc/method/glance-scrubber
       
    77 file path=usr/bin/glance-cache-manage
       
    78 file path=usr/bin/glance-cache-prefetcher
       
    79 file path=usr/bin/glance-manage
       
    80 file path=usr/bin/glance-replicator
       
    81 file usr/bin/glance-api path=usr/lib/glance/glance-api mode=0555
       
    82 file usr/bin/glance-cache-cleaner path=usr/lib/glance/glance-cache-cleaner \
       
    83     mode=0555
       
    84 file usr/bin/glance-cache-pruner path=usr/lib/glance/glance-cache-pruner \
       
    85     mode=0555
       
    86 file usr/bin/glance-registry path=usr/lib/glance/glance-registry mode=0555
       
    87 file usr/bin/glance-scrubber path=usr/lib/glance/glance-scrubber mode=0555
       
    88 file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/PKG-INFO
       
    89 file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/SOURCES.txt
       
    90 file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/dependency_links.txt
       
    91 file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/requires.txt
       
    92 file path=usr/lib/python$(PYVER)/vendor-packages/glance-$(COMPONENT_VERSION)-py$(PYVER).egg-info/top_level.txt
       
    93 file path=usr/lib/python$(PYVER)/vendor-packages/glance/__init__.py
       
    94 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/__init__.py
       
    95 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/authorization.py
       
    96 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/cached_images.py
       
    97 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/common.py
       
    98 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/__init__.py
       
    99 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/cache.py
       
   100 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/cache_manage.py
       
   101 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/context.py
       
   102 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/middleware/version_negotiation.py
       
   103 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/policy.py
       
   104 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/__init__.py
       
   105 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/controller.py
       
   106 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/filters.py
       
   107 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/images.py
       
   108 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/members.py
       
   109 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v1/router.py
       
   110 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/__init__.py
       
   111 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/image_data.py
       
   112 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/image_members.py
       
   113 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/image_tags.py
       
   114 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/images.py
       
   115 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/router.py
       
   116 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/v2/schemas.py
       
   117 file path=usr/lib/python$(PYVER)/vendor-packages/glance/api/versions.py
       
   118 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/__init__.py
       
   119 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/auth.py
       
   120 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/client.py
       
   121 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/config.py \
       
   122     pkg.depend.bypass-generate=.*/paste.*
       
   123 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/crypt.py
       
   124 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/exception.py
       
   125 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/utils.py
       
   126 file path=usr/lib/python$(PYVER)/vendor-packages/glance/common/wsgi.py
       
   127 file path=usr/lib/python$(PYVER)/vendor-packages/glance/context.py
       
   128 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/__init__.py
       
   129 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/migration.py
       
   130 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/simple/__init__.py
       
   131 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/simple/api.py
       
   132 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/__init__.py
       
   133 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/api.py
       
   134 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/README
       
   135 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/__init__.py
       
   136 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/manage.py
       
   137 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/migrate.cfg
       
   138 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/schema.py
       
   139 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/001_add_images_table.py
       
   140 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/002_add_image_properties_table.py
       
   141 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/003_add_disk_format.py
       
   142 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_downgrade.sql
       
   143 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/003_sqlite_upgrade.sql
       
   144 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/004_add_checksum.py
       
   145 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/005_size_big_integer.py
       
   146 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_key_to_name.py
       
   147 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_downgrade.sql
       
   148 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_mysql_upgrade.sql
       
   149 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_downgrade.sql
       
   150 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/006_sqlite_upgrade.sql
       
   151 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/007_add_owner.py
       
   152 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/008_add_image_members_table.py
       
   153 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/009_add_mindisk_and_minram.py
       
   154 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/010_default_update_at.py
       
   155 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/011_make_mindisk_and_minram_notnull.py
       
   156 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_downgrade.sql
       
   157 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/011_sqlite_upgrade.sql
       
   158 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/012_id_to_uuid.py
       
   159 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/013_add_protected.py
       
   160 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/013_sqlite_downgrade.sql
       
   161 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/014_add_image_tags_table.py
       
   162 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py
       
   163 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/016_add_status_image_member.py
       
   164 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/016_sqlite_downgrade.sql
       
   165 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py
       
   166 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/018_add_image_locations_table.py
       
   167 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/019_migrate_image_locations.py
       
   168 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/020_drop_images_table_location.py
       
   169 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/021_set_engine_mysql_innodb.py
       
   170 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.py
       
   171 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migrate_repo/versions/__init__.py
       
   172 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/migration.py
       
   173 file path=usr/lib/python$(PYVER)/vendor-packages/glance/db/sqlalchemy/models.py
       
   174 file path=usr/lib/python$(PYVER)/vendor-packages/glance/domain/__init__.py
       
   175 file path=usr/lib/python$(PYVER)/vendor-packages/glance/domain/proxy.py
       
   176 file path=usr/lib/python$(PYVER)/vendor-packages/glance/gateway.py
       
   177 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/__init__.py
       
   178 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/base.py
       
   179 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/cleaner.py
       
   180 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/client.py
       
   181 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/__init__.py
       
   182 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/base.py
       
   183 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/sqlite.py
       
   184 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/drivers/xattr.py
       
   185 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/prefetcher.py
       
   186 file path=usr/lib/python$(PYVER)/vendor-packages/glance/image_cache/pruner.py
       
   187 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/bs/LC_MESSAGES/glance.po
       
   188 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/cs/LC_MESSAGES/glance.po
       
   189 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/da/LC_MESSAGES/glance.po
       
   190 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/de/LC_MESSAGES/glance.po
       
   191 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/en_AU/LC_MESSAGES/glance.po
       
   192 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/en_GB/LC_MESSAGES/glance.po
       
   193 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/es/LC_MESSAGES/glance.po
       
   194 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/fr/LC_MESSAGES/glance.po
       
   195 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/glance.pot
       
   196 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/it/LC_MESSAGES/glance.po
       
   197 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/ja/LC_MESSAGES/glance.po
       
   198 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/ko/LC_MESSAGES/glance.po
       
   199 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/pt_BR/LC_MESSAGES/glance.po
       
   200 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/ru/LC_MESSAGES/glance.po
       
   201 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/tl/LC_MESSAGES/glance.po
       
   202 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/tr/LC_MESSAGES/glance.po
       
   203 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/uk/LC_MESSAGES/glance.po
       
   204 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/zh_CN/LC_MESSAGES/glance.po
       
   205 file path=usr/lib/python$(PYVER)/vendor-packages/glance/locale/zh_TW/LC_MESSAGES/glance.po
       
   206 file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/__init__.py
       
   207 file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_kombu.py
       
   208 file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_log.py
       
   209 file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_noop.py
       
   210 file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/notify_qpid.py
       
   211 file path=usr/lib/python$(PYVER)/vendor-packages/glance/notifier/strategy.py
       
   212 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/__init__.py
       
   213 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/README
       
   214 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/__init__.py
       
   215 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/gettextutils.py
       
   216 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/importutils.py
       
   217 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/jsonutils.py
       
   218 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/local.py
       
   219 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/log.py
       
   220 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/__init__.py
       
   221 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/api.py
       
   222 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/log_notifier.py
       
   223 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/no_op_notifier.py
       
   224 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/rabbit_notifier.py
       
   225 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/rpc_notifier.py
       
   226 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/rpc_notifier2.py
       
   227 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/notifier/test_notifier.py
       
   228 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/policy.py
       
   229 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/setup.py
       
   230 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/strutils.py
       
   231 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/timeutils.py
       
   232 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/uuidutils.py
       
   233 file path=usr/lib/python$(PYVER)/vendor-packages/glance/openstack/common/version.py
       
   234 file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/__init__.py
       
   235 file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/__init__.py
       
   236 file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/v1/__init__.py
       
   237 file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/v1/images.py
       
   238 file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/api/v1/members.py
       
   239 file path=usr/lib/python$(PYVER)/vendor-packages/glance/registry/client.py
       
   240 file path=usr/lib/python$(PYVER)/vendor-packages/glance/schema.py
       
   241 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/__init__.py
       
   242 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/base.py
       
   243 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/filesystem.py
       
   244 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/http.py
       
   245 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/location.py
       
   246 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/rbd.py
       
   247 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/s3.py
       
   248 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/scrubber.py
       
   249 file path=usr/lib/python$(PYVER)/vendor-packages/glance/store/swift.py
       
   250 file path=usr/lib/python$(PYVER)/vendor-packages/glance/version.py
       
   251 dir  path=var/lib/glance owner=glance group=glance mode=0700
       
   252 dir  path=var/log/glance owner=glance group=glance mode=0700
       
   253 group groupname=glance gid=82
       
   254 user username=glance ftpuser=false gcos-field="Openstack Glance" group=glance \
       
   255     home-dir=/var/lib/glance uid=82
       
   256 license glance.license license="Apache v2.0"
       
   257 
       
   258 # force a group dependency on the optional anyjson; pkgdepend work is needed to
       
   259 # flush this out.
       
   260 depend type=group fmri=library/python/anyjson-26
       
   261 
       
   262 # force a dependency on boto; pkgdepend work is needed to flush this out.
       
   263 depend type=require fmri=library/python/boto-26
       
   264 
       
   265 # force a dependency on httplib2; pkgdepend work is needed to flush this out.
       
   266 depend type=require fmri=library/python/httplib2-26
       
   267 
       
   268 # force a dependency on iso8601; pkgdepend work is needed to flush this out.
       
   269 depend type=require fmri=library/python/iso8601-26
       
   270 
       
   271 # force a dependency on jsonschema; pkgdepend work is needed to flush this out.
       
   272 depend type=require fmri=library/python/jsonschema-26
       
   273 
       
   274 # force a dependency on kombu; pkgdepend work is needed to flush this out.
       
   275 depend type=require fmri=library/python/kombu-26
       
   276 
       
   277 # force a dependency on paste; pkgdepend work is needed to flush this out.
       
   278 depend type=require fmri=library/python/paste-26
       
   279 
       
   280 # force a dependency on paste.deploy; pkgdepend work is needed to flush this
       
   281 # out.
       
   282 depend type=require fmri=library/python/paste.deploy-26
       
   283 
       
   284 # force a dependency on routes; pkgdepend work is needed to flush this out.
       
   285 depend type=require fmri=library/python/routes-26
       
   286 
       
   287 # force a dependency on setuptools; pkgdepend work is needed to flush this out.
       
   288 depend type=require fmri=library/python/setuptools-26
       
   289 
       
   290 # force a dependency on sqlalchemy; pkgdepend work is needed to flush this out.
       
   291 depend type=require fmri=library/python/sqlalchemy-26
       
   292 
       
   293 # force a dependency on swiftclient; pkgdepend work is needed to flush this out.
       
   294 depend type=require fmri=library/python/swiftclient-26
       
   295 
       
   296 # force a dependency on webob; pkgdepend work is needed to flush this out.
       
   297 depend type=require fmri=library/python/webob-26