223
223
msgid "You are not permitted to create this task with owner as: %s"
226
#: glance/api/authorization.py:496
226
#: glance/api/authorization.py:499
227
227
msgid "You are not permitted to delete this namespace."
230
#: glance/api/authorization.py:500
230
#: glance/api/authorization.py:503
231
231
msgid "You are not permitted to update this namespace."
234
#: glance/api/authorization.py:526
234
#: glance/api/authorization.py:529
236
236
msgid "You are not permitted to create namespace owned by '%s'"
239
#: glance/api/authorization.py:585
239
#: glance/api/authorization.py:588
240
240
msgid "You are not permitted to delete this object."
243
#: glance/api/authorization.py:589
243
#: glance/api/authorization.py:592
244
244
msgid "You are not permitted to update this object."
247
#: glance/api/authorization.py:614
247
#: glance/api/authorization.py:617
249
249
msgid "You are not permitted to create object owned by '%s'"
252
#: glance/api/authorization.py:677
252
#: glance/api/authorization.py:680
253
253
msgid "You are not permitted to delete this meta_resource_type."
256
#: glance/api/authorization.py:703
256
#: glance/api/authorization.py:706
258
258
msgid "You are not permitted to create resource_type owned by '%s'"
261
#: glance/api/authorization.py:757
261
#: glance/api/authorization.py:764
262
262
msgid "You are not permitted to delete this property."
265
#: glance/api/authorization.py:761
265
#: glance/api/authorization.py:768
266
266
msgid "You are not permitted to update this property."
269
#: glance/api/authorization.py:786
269
#: glance/api/authorization.py:793
271
271
msgid "You are not permitted to create property owned by '%s'"
274
#: glance/api/authorization.py:851
275
msgid "You are not permitted to delete this tag."
278
#: glance/api/authorization.py:855
279
msgid "You are not permitted to update this tag."
282
#: glance/api/authorization.py:876
283
msgid "Owner must be specified to create a tag."
286
#: glance/api/authorization.py:879
288
msgid "You are not permitted to create a tag in the namespace owned by '%s'"
274
291
#: glance/api/common.py:56
276
293
msgid "Corrupt image download for image %(image_id)s"
279
#: glance/api/policy.py:34
280
msgid "The location of the policy file."
281
msgstr "Política de localização do ficheiro."
283
#: glance/api/policy.py:36
284
msgid "The default policy to use."
285
msgstr "Política padrão de utilização."
287
#: glance/api/policy.py:96
288
msgid "Unable to find policy file"
289
msgstr "Incapaz de encontrar o ficheiro de política"
291
296
#: glance/api/policy.py:220 glance/quota/__init__.py:343
292
297
#: glance/store/__init__.py:662
294
299
msgid "Invalid locations: %s"
295
300
msgstr "Localização invalida: %s"
302
#: glance/api/versions.py:29
304
"Public url to use for versions endpoint. The default is None, which will use "
305
"the request's host_url attribute to populate the URL base. If Glance is "
306
"operating behind a proxy, you will want to change this to represent the "
297
310
#: glance/api/middleware/context.py:28
299
312
"When true, this option sets the owner of an image to be the tenant. "
373
392
msgid "Bad value passed to filter %(filter)s got %(val)s"
376
#: glance/api/v1/images.py:561
395
#: glance/api/v1/images.py:427
397
msgid "External source are not supported: '%s'"
400
#: glance/api/v1/images.py:493
402
msgid "Required store %s is invalid"
405
#: glance/api/v1/images.py:505 glance/api/v1/images.py:877
407
msgid "Invalid location %s"
410
#: glance/api/v1/images.py:528
412
msgid "An image with identifier %s already exists"
415
#: glance/api/v1/images.py:559
378
417
msgid "Failed to reserve image. Got error: %s"
420
#: glance/api/v1/images.py:542
421
msgid "Forbidden to reserve image."
424
#: glance/api/v1/images.py:578
425
msgid "Content-Type must be application/octet-stream"
428
#: glance/api/v1/images.py:666
430
msgid "Failed to activate image. Got error: %s"
433
#: glance/api/v1/images.py:683
434
msgid "It's invalid to provide multiple image sources."
437
#: glance/api/v1/images.py:709
440
"Provided image size must match the stored image size. (provided size: "
441
"%(ps)d, stored size: %(ss)d)"
381
444
#: glance/api/v1/images.py:831
382
445
msgid "Forbidden to update deleted image."
395
458
msgid "Attempted to update Location field for an image not in queued status."
398
#: glance/api/v1/images.py:964
461
#: glance/api/v1/images.py:975 glance/registry/api/v1/images.py:486
463
msgid "Failed to update image metadata. Got error: %s"
466
#: glance/api/v1/images.py:982
400
468
msgid "Failed to find image to update: %s"
403
#: glance/api/v1/images.py:972
471
#: glance/api/v1/images.py:989
405
473
msgid "Forbidden to update image: %s"
408
#: glance/api/v1/images.py:1059
476
#: glance/api/v1/images.py:997
477
msgid "Image operation conflicts"
480
#: glance/api/v1/images.py:977
481
msgid "Image is protected"
484
#: glance/api/v1/images.py:984
486
msgid "Forbidden to delete a %s image."
489
#: glance/api/v1/images.py:989
491
msgid "Image %s not found."
494
#: glance/api/v1/images.py:1077
410
496
msgid "Failed to find image to delete: %s"
413
#: glance/api/v1/images.py:1067
499
#: glance/api/v1/images.py:1084
415
501
msgid "Forbidden to delete image: %s"
504
#: glance/api/v1/images.py:1091 glance/api/v2/images.py:226
506
msgid "Image %(id)s could not be deleted because it is in use: %(exc)s"
509
#: glance/api/v1/images.py:1052 glance/store/__init__.py:231
511
msgid "Store for scheme %s not found"
418
514
#: glance/api/v1/images.py:1091 glance/api/v1/upload_utils.py:202
420
516
msgid "Denying attempt to upload image larger than %d bytes."
470
593
msgid "The incoming image is too large: %s"
596
#: glance/api/v2/image_members.py:78 glance/api/v2/image_members.py:122
597
#: glance/api/v2/image_members.py:160 glance/api/v2/image_members.py:189
598
#: glance/api/v2/image_members.py:207 glance/api/v2/image_tags.py:51
599
#: glance/api/v2/image_tags.py:78
601
msgid "Image %s not found"
604
#: glance/api/v2/image_members.py:82
606
msgid "Not allowed to create members for image %s."
609
#: glance/api/v2/image_members.py:86
611
msgid "Member %(member_id)s is duplicated for image %(image_id)s"
614
#: glance/api/v2/image_members.py:92
616
msgid "Image member limit exceeded for image %(id)s: %(e)s:"
619
#: glance/api/v2/image_members.py:126
621
msgid "Not allowed to update members for image %s."
624
#: glance/api/v2/image_members.py:130
626
msgid "Incorrect request: %s"
629
#: glance/api/v2/image_members.py:164
631
msgid "Not allowed to list members for image %s."
634
#: glance/api/v2/image_members.py:211
636
msgid "Not allowed to delete members for image %s."
473
639
#: glance/api/v2/image_members.py:189 glance/api/v2/images.py:287
474
640
msgid "Body expected in request."
709
902
msgid "A set of URLs to access the image file kept in external store"
712
#: glance/api/v2/metadef_namespaces.py:618
905
#: glance/api/v2/metadef_namespaces.py:655
713
906
msgid "The unique namespace text."
716
#: glance/api/v2/metadef_namespaces.py:623
909
#: glance/api/v2/metadef_namespaces.py:660
717
910
msgid "The user friendly name for the namespace. Used by UI if available."
720
#: glance/api/v2/metadef_namespaces.py:629
913
#: glance/api/v2/metadef_namespaces.py:666
721
914
msgid "Provides a user friendly description of the namespace."
724
#: glance/api/v2/metadef_namespaces.py:635
917
#: glance/api/v2/metadef_namespaces.py:672
725
918
msgid "Scope of namespace accessibility."
728
#: glance/api/v2/metadef_namespaces.py:640
921
#: glance/api/v2/metadef_namespaces.py:677
729
922
msgid "If true, namespace will not be deletable."
732
#: glance/api/v2/metadef_namespaces.py:644
925
#: glance/api/v2/metadef_namespaces.py:681
733
926
msgid "Owner of the namespace."
736
#: glance/api/v2/metadef_namespaces.py:649
929
#: glance/api/v2/metadef_namespaces.py:686
737
930
msgid "Date and time of namespace creation (READ-ONLY)"
740
#: glance/api/v2/metadef_namespaces.py:655
933
#: glance/api/v2/metadef_namespaces.py:692
741
934
msgid "Date and time of the last namespace modification (READ-ONLY)"
1228
1481
msgid "Image %(image_id)s is protected and cannot be deleted."
1231
#: glance/common/exception.py:122
1484
#: glance/common/exception.py:130
1232
1485
#, python-format
1234
1487
"Metadata definition namespace %(namespace)s is protected and cannot be "
1238
#: glance/common/exception.py:127
1491
#: glance/common/exception.py:135
1239
1492
#, python-format
1241
1494
"Metadata definition property %(property_name)s is protected and cannot be "
1245
#: glance/common/exception.py:132
1498
#: glance/common/exception.py:140
1246
1499
#, python-format
1248
1501
"Metadata definition object %(object_name)s is protected and cannot be "
1252
#: glance/common/exception.py:137
1505
#: glance/common/exception.py:145
1253
1506
#, python-format
1255
1508
"Metadata definition resource-type-association %(resource_type)s is protected "
1256
1509
"and cannot be deleted."
1259
#: glance/common/exception.py:142
1512
#: glance/common/exception.py:150
1260
1513
#, python-format
1262
1515
"Metadata definition resource-type %(resource_type_name)s is a seeded-system "
1263
1516
"type and cannot be deleted."
1519
#: glance/common/exception.py:155
1522
"Metadata definition tag %(tag_name)s is protected and cannot be deleted."
1266
1525
#: glance/common/exception.py:134
1267
1526
msgid "Data supplied was not valid."
1480
1744
"Image status transition from %(cur_status)s to %(new_status)s is not allowed"
1483
#: glance/common/exception.py:346
1747
#: glance/common/exception.py:363
1484
1748
#, python-format
1485
1749
msgid "The metadata definition namespace=%(namespace_name)s already exists."
1488
#: glance/common/exception.py:351
1752
#: glance/common/exception.py:368
1489
1753
#, python-format
1491
1755
"A metadata definition object with name=%(object_name)s already exists in "
1492
1756
"namespace=%(namespace_name)s."
1495
#: glance/common/exception.py:356
1759
#: glance/common/exception.py:373
1496
1760
#, python-format
1498
1762
"A metadata definition property with name=%(property_name)s already exists in "
1499
1763
"namespace=%(namespace_name)s."
1502
#: glance/common/exception.py:361
1766
#: glance/common/exception.py:378
1503
1767
#, python-format
1505
1769
"A metadata definition resource-type with name=%(resource_type_name)s already "
1509
#: glance/common/exception.py:366
1773
#: glance/common/exception.py:383
1510
1774
#, python-format
1512
1776
"The metadata definition resource-type association of resource-"
1513
1777
"type=%(resource_type_name)s to namespace=%(namespace_name)s already exists."
1516
#: glance/common/exception.py:377
1780
#: glance/common/exception.py:390
1783
"A metadata tag with name=%(name)s already exists in "
1784
"namespace=%(namespace_name)s."
1787
#: glance/common/exception.py:399
1517
1788
#, python-format
1519
1790
"The metadata definition %(record_type)s with name=%(record_name)s not "
1520
1791
"deleted. Other records still refer to it."
1523
#: glance/common/exception.py:383
1794
#: glance/common/exception.py:405
1524
1795
#, python-format
1525
1796
msgid "Metadata definition namespace=%(namespace_name)swas not found."
1528
#: glance/common/exception.py:388
1799
#: glance/common/exception.py:410
1529
1800
#, python-format
1531
1802
"The metadata definition object with name=%(object_name)s was not found in "
1532
1803
"namespace=%(namespace_name)s."
1535
#: glance/common/exception.py:394
1806
#: glance/common/exception.py:416
1536
1807
#, python-format
1538
1809
"The metadata definition property with name=%(property_name)s was not found "
1539
1810
"in namespace=%(namespace_name)s."
1542
#: glance/common/exception.py:400
1813
#: glance/common/exception.py:422
1543
1814
#, python-format
1545
1816
"The metadata definition resource-type with name=%(resource_type_name)s, was "
1549
#: glance/common/exception.py:405
1820
#: glance/common/exception.py:427
1550
1821
#, python-format
1552
1823
"The metadata definition resource-type association of resource-"
1553
1824
"type=%(resource_type_name)s to namespace=%(namespace_name)s, was not found."
1556
#: glance/common/exception.py:412
1827
#: glance/common/exception.py:434
1557
1828
#, python-format
1558
msgid "Metadata definition %(record_type)s record not found for id %(id)s."
1830
"The metadata definition tag with name=%(name)s was not found in "
1831
"namespace=%(namespace_name)s."
1561
1834
#: glance/common/property_utils.py:37
1636
1902
"Whether to pass through the user token when making requests to the registry."
1639
#: glance/common/swift_store_utils.py:29
1905
#: glance/common/swift_store_utils.py:33
1641
1907
"The reference to the default swift account/backing store parameters to use "
1642
1908
"for adding new images."
1645
#: glance/common/swift_store_utils.py:32
1911
#: glance/common/swift_store_utils.py:36
1647
1913
"The address where the Swift authentication service is listening.(deprecated)"
1650
#: glance/common/swift_store_utils.py:35
1916
#: glance/common/swift_store_utils.py:39
1652
1918
"The user to authenticate against the Swift authentication service "
1656
#: glance/common/swift_store_utils.py:38
1922
#: glance/common/swift_store_utils.py:42
1658
1924
"Auth key for the user authenticating against the Swift authentication "
1659
1925
"service. (deprecated)"
1662
#: glance/common/swift_store_utils.py:41
1928
#: glance/common/swift_store_utils.py:45
1663
1929
msgid "The config file that has the swift account(s)configs."
1666
#: glance/common/swift_store_utils.py:83
1932
#: glance/common/swift_store_utils.py:87
1667
1933
#, python-format
1668
1934
msgid "swift config file %(conf_file)s:%(exc)s not found"
1671
#: glance/common/swift_store_utils.py:97
1672
msgid "Invalid format of swift store configcfg"
1675
1937
#: glance/common/utils.py:103
1676
1938
#, python-format
1677
1939
msgid "Error: cooperative_iter exception %s"
1820
2083
msgid "Could not bind to %(host)s:%(port)s after trying for 30 seconds"
1823
#: glance/common/wsgi.py:318
1825
msgid "eventlet '%s' hub is not available on this platform"
1828
#: glance/common/wsgi.py:244 glance/openstack/common/service.py:240
1830
msgid "Starting %d workers"
1833
#: glance/common/wsgi.py:259
1835
msgid "Removing dead child %s"
1838
#: glance/common/wsgi.py:262
1840
msgid "Not respawning child %d, cannot recover from termination"
1843
#: glance/common/wsgi.py:266
1844
msgid "All workers have terminated. Exiting"
1847
#: glance/common/wsgi.py:274
1848
msgid "Caught keyboard interrupt. Exiting."
1851
#: glance/common/wsgi.py:300
1853
msgid "Child %d exiting normally"
1856
#: glance/common/wsgi.py:305
1858
msgid "Started child %s"
1861
#: glance/common/wsgi.py:335
1862
msgid "Starting single process server"
1865
#: glance/common/wsgi.py:564
2086
#: glance/common/wsgi.py:204
2087
msgid "eventlet 'poll' nor 'selects' hubs are available on this platform"
2090
#: glance/common/wsgi.py:568
1866
2091
#, python-format
1867
2092
msgid "Malformed Content-Range header: %s"
1945
2178
msgid "Could not find task %s"
1948
#: glance/db/__init__.py:429
2181
#: glance/db/__init__.py:431
1949
2182
#, python-format
1950
2183
msgid "Could not find namespace %s"
1953
#: glance/db/__init__.py:451 glance/db/__init__.py:461
1954
#: glance/db/__init__.py:471
2186
#: glance/db/__init__.py:453 glance/db/__init__.py:463
2187
#: glance/db/__init__.py:473 glance/db/__init__.py:483
1955
2188
#, python-format
1956
2189
msgid "The specified namespace %s could not be found"
1959
#: glance/db/__init__.py:563
2192
#: glance/db/__init__.py:574
1960
2193
#, python-format
1961
2194
msgid "Could not find metadata object %s"
1964
#: glance/db/__init__.py:586
2197
#: glance/db/__init__.py:597
1965
2198
#, python-format
1966
2199
msgid "The specified metadata object %s could not be found"
1969
#: glance/db/__init__.py:666
2202
#: glance/db/__init__.py:690
1970
2203
#, python-format
1971
2204
msgid "The specified resource type %s could not be found "
1974
#: glance/db/__init__.py:713
2207
#: glance/db/__init__.py:737
1975
2208
#, python-format
1976
2209
msgid "Could not find property %s"
1979
#: glance/db/__init__.py:735
2212
#: glance/db/__init__.py:759
1980
2213
#, python-format
1981
2214
msgid "The specified property %s could not be found"
1984
#: glance/db/simple/api.py:41
2217
#: glance/db/__init__.py:823
1985
2218
#, python-format
1986
msgid "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s"
2219
msgid "Could not find metadata tag %s"
1989
#: glance/db/simple/api.py:46
2222
#: glance/db/__init__.py:849
1990
2223
#, python-format
1991
msgid "Returning %(funcname)s: %(output)s"
2224
msgid "The specified metadata tag %s could not be found"
1994
2227
#: glance/db/simple/api.py:256 glance/db/sqlalchemy/api.py:407
1995
2228
msgid "Unable to filter on a range with a non-numeric value."
1998
#: glance/db/simple/api.py:329
2000
msgid "Could not find image %s"
2003
#: glance/db/simple/api.py:333
2004
msgid "Unable to get deleted image"
2007
#: glance/db/simple/api.py:337
2008
msgid "Unable to get unowned image"
2011
2231
#: glance/db/simple/api.py:425 glance/db/sqlalchemy/api.py:951
2012
2232
msgid "Image id is required."
2015
#: glance/db/simple/api.py:502 glance/db/sqlalchemy/api.py:790
2235
#: glance/db/simple/api.py:535 glance/db/sqlalchemy/api.py:798
2016
2236
#, python-format
2017
2237
msgid "The location data has an invalid ID: %d"
2020
#: glance/db/simple/api.py:522 glance/db/simple/api.py:548
2021
#: glance/db/sqlalchemy/api.py:812 glance/db/sqlalchemy/api.py:840
2240
#: glance/db/simple/api.py:555 glance/db/simple/api.py:581
2241
#: glance/db/sqlalchemy/api.py:818 glance/db/sqlalchemy/api.py:844
2022
2242
#, python-format
2023
2243
msgid "No location found with ID %(loc)s from image %(img)s"
2026
#: glance/db/simple/api.py:532
2246
#: glance/db/simple/api.py:565
2028
2248
"The status of deleted image location can only be set to 'pending_delete' or "
2032
#: glance/db/simple/api.py:767
2252
#: glance/db/simple/api.py:772 glance/db/sqlalchemy/api.py:1256
2033
2253
#, python-format
2034
msgid "Unable to get deleted task %s"
2254
msgid "Forbidding request, task %s is not visible"
2037
2257
#: glance/db/simple/api.py:890
2038
2258
msgid "Task does not exist"
2041
#: glance/db/simple/api.py:928
2043
msgid "Could not find task info %s"
2046
#: glance/db/simple/api.py:1083
2047
#: glance/db/sqlalchemy/metadef_api/namespace.py:255
2261
#: glance/db/simple/api.py:1112
2262
#: glance/db/sqlalchemy/metadef_api/namespace.py:256
2048
2263
#, python-format
2050
2265
"Invalid update. It would result in a duplicate metadata definition namespace "
2051
2266
"with the same name of %s"
2054
#: glance/db/simple/api.py:1113
2055
#: glance/db/sqlalchemy/metadef_api/namespace.py:99
2269
#: glance/db/simple/api.py:1133
2270
#: glance/db/sqlalchemy/metadef_api/namespace.py:90
2272
msgid "Metadata definition namespace not found for id=%s"
2275
#: glance/db/simple/api.py:1142
2276
#: glance/db/sqlalchemy/metadef_api/namespace.py:100
2056
2277
#, python-format
2057
2278
msgid "Forbidding request, metadata definition namespace=%s is not visible."
2060
#: glance/db/simple/api.py:1322
2281
#: glance/db/simple/api.py:1267
2283
msgid "Metadata definition object not found for id=%s"
2286
#: glance/db/simple/api.py:1350
2061
2287
#, python-format
2063
2289
"Invalid update. It would result in a duplicate metadata definition object "
2064
2290
"with the same name=%(name)s in namespace=%(namespace_name)s."
2067
#: glance/db/simple/api.py:1444
2068
#: glance/db/sqlalchemy/metadef_api/property.py:127
2293
#: glance/db/simple/api.py:1472
2294
#: glance/db/sqlalchemy/metadef_api/property.py:128
2069
2295
#, python-format
2071
2297
"Invalid update. It would result in a duplicate metadata definition property "
2072
2298
"with the same name=%(name)s in namespace=%(namespace_name)s."
2075
#: glance/db/simple/api.py:1757
2076
#: glance/db/sqlalchemy/metadef_api/namespace.py:123
2301
#: glance/db/simple/api.py:1516 glance/db/sqlalchemy/metadef_api/property.py:40
2303
msgid "Metadata definition property not found for id=%s"
2306
#: glance/db/simple/api.py:1720
2308
msgid "Metadata definition tag not found for id=%s"
2311
#: glance/db/simple/api.py:1991
2312
#: glance/db/sqlalchemy/metadef_api/namespace.py:124
2077
2313
#, python-format
2078
2314
msgid "Forbidding request, metadata definition namespace=%s not visible."
2272
2500
msgid "Fatal call to deprecated config: %(msg)s"
2275
#: glance/openstack/common/policy.py:395
2277
msgid "Failed to understand rule %(rule)s"
2280
#: glance/openstack/common/policy.py:405
2282
msgid "No handler for matches of kind %s"
2285
#: glance/openstack/common/policy.py:680
2287
msgid "Failed to understand rule %(rule)r"
2290
#: glance/openstack/common/processutils.py:59
2291
msgid "Unexpected error while running command."
2294
#: glance/openstack/common/processutils.py:62
2503
#: glance/openstack/common/policy.py:98
2504
msgid "The JSON file that defines policies."
2507
#: glance/openstack/common/policy.py:101
2508
msgid "Default rule. Enforced when a requested rule is not found."
2511
#: glance/openstack/common/policy.py:105
2298
"Command: %(cmd)s\n"
2299
"Exit code: %(exit_code)s\n"
2300
"Stdout: %(stdout)r\n"
2301
"Stderr: %(stderr)r"
2304
#: glance/openstack/common/processutils.py:127
2306
msgid "Got unknown keyword args to utils.execute: %r"
2309
#: glance/openstack/common/processutils.py:150
2310
msgid "Command requested root, but did not specify a root helper."
2313
#: glance/openstack/common/processutils.py:221
2314
msgid "Environment not supported over SSH"
2317
#: glance/openstack/common/processutils.py:225
2318
msgid "process_input not supported over SSH"
2321
#: glance/openstack/common/strutils.py:86
2323
msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s"
2326
#: glance/openstack/common/strutils.py:197
2328
msgid "Invalid unit system: \"%s\""
2331
#: glance/openstack/common/strutils.py:188
2333
msgid "Invalid string format: %s"
2513
"Directories where policy configuration files are stored. They can be "
2514
"relative to any directory in the search path defined by the config_dir "
2515
"option, or absolute paths. The file defined by policy_file must exist for "
2516
"these directories to be searched."
2519
#: glance/openstack/common/policy.py:129
2521
msgid "Policy doesn't allow %s to be performed."
2524
#: glance/openstack/common/policy.py:226
2526
msgid "Rules must be an instance of dict or Rules, got %s instead"
2336
2529
#: glance/registry/__init__.py:25
2448
2636
"request to complete. A value of 0 implies no timeout."
2451
#: glance/registry/client/__init__.py:46
2639
#: glance/registry/client/__init__.py:50
2453
2641
"The administrators user name. If \"use_user_token\" is not in effect, then "
2454
2642
"admin credentials can be specified."
2457
#: glance/registry/client/__init__.py:50
2645
#: glance/registry/client/__init__.py:54
2459
2647
"The administrators password. If \"use_user_token\" is not in effect, then "
2460
2648
"admin credentials can be specified."
2463
#: glance/registry/client/__init__.py:54
2651
#: glance/registry/client/__init__.py:58
2465
2653
"The tenant name of the administrative user. If \"use_user_token\" is not in "
2466
2654
"effect, then admin tenant name can be specified."
2469
#: glance/registry/client/__init__.py:58
2657
#: glance/registry/client/__init__.py:62
2471
2659
"The URL to the keystone service. If \"use_user_token\" is not in effect and "
2472
2660
"using keystone auth, then URL of keystone can be specified."
2475
#: glance/registry/client/__init__.py:63
2663
#: glance/registry/client/__init__.py:67
2477
2665
"The strategy to use for authentication. If \"use_user_token\" is not in "
2478
2666
"effect, then auth strategy can be specified."
2481
#: glance/registry/client/__init__.py:67
2669
#: glance/registry/client/__init__.py:71
2483
2671
"The region for the authentication service. If \"use_user_token\" is not in "
2484
2672
"effect and using keystone auth, then region name can be specified."
2487
#: glance/registry/client/v1/api.py:33
2675
#: glance/registry/client/v1/api.py:35
2489
2677
"Whether to pass through headers containing user and tenant information when "
2490
2678
"making requests to the registry. This allows the registry to use the context "