5237 Commits

Author SHA1 Message Date
Hemanth Makkapati
36936f8bc0 Add store opts to scrubber and cache sample conf
Add missing glance_store opts to sample conf files glance-scrubber.conf
and glance-cache.conf.

Change-Id: I123be151fdda8037e62ba21600e63c45fdc90c8d
Closes-Bug: #1568894
2016-04-11 10:10:32 -05:00
Jenkins
29d8099a1f Merge "Updated from global requirements" 2016-04-07 21:18:40 +00:00
Jenkins
dfdfe7b6de Merge "Modified message of exception and log" 2016-04-07 18:49:19 +00:00
OpenStack Proposal Bot
37cf9d53cc Updated from global requirements
Change-Id: Id978402fabdcf6e48b473991c246b74d0b75b126
2016-04-07 17:07:52 +00:00
Jenkins
128a31701e Merge "Merge tag '12.0.0'" 2016-04-07 16:27:04 +00:00
Pankaj Mishra
385ffab06f Modified message of exception and log
Metadata tag names are case insensitive, that confuses
the user. So we added additional information about metadata
tag duplication to clarify the point.

Change-Id: Ib58a9d0b9cc95a831981de0cc19456f0c6713dbb
Closes-Bug: #1535231
2016-04-07 15:59:04 +05:30
bpankaj
09a44827b6 Given space in between two words.
Change-Id: Ie0df243669568b6bb89f30fb5f93b4f64b5a1230
Closes-Bug: #1567253
2016-04-07 13:07:26 +05:30
OpenStack Proposal Bot
c7eed37ed7 glance 12.0.0 release
meta:version: 12.0.0
 meta:series: mitaka
 meta:release-type: release
 meta:announce: openstack-announce@lists.openstack.org
 meta:pypi: no
 meta:first: yes
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - http://gpgtools.org
 
 iQEcBAABAgAGBQJXBg15AAoJEDttBqDEKEN6kycIAIvzngVh2btQASFB/1IiEDB/
 VLXsRGM+QNQUbe7z2xHiGmQyWY4yuzE9Th4JYp5gx8QeVzCgkZvgBCOo8LoD8ib/
 D+00weZ812OfbTpFLSq3St/rkcgGjOgqxgUeGqZKFA04FkPFIRov4RJflv7+DzEd
 liwzLUf/dsKa1s5NRXYV4tAkOxMXuyXpzzoTP188i1OkND5sFFVs9OZD8GpspSJu
 nRxLOD9RXlLAOmIl1cTFhf5Sq7MqGvUgiuiZ5joNe8ntmG0lCRWTlNfLXTIR6oQe
 8pRMv3TWvGmtXEsCmlznd0J66nAe9BKBLaeNpBgVxtFyG6VCNd85GzMHJNkhA84=
 =IHjQ
 -----END PGP SIGNATURE-----

Merge tag '12.0.0'

This is a null-merge of the 12.0.0 release tag back into the master
branch so that the 12.0.0 tag will appear in the git commit history of
the master branch. It contains no actual changes to the master branch,
regardless of how our code review system's UI represents it. Please
ask in #openstack-infra if you have any questions, and otherwise try
to merge this as quickly as possible to avoid later conflicts on the
master branch.

Change-Id: Ide9dbf6e5b83dd7f6d7dfcbe49968603019c4409
2016-04-07 07:36:19 +00:00
Jenkins
c4918f5636 Merge "Fix doc-strings warnings and errors" 2016-04-07 00:26:50 +00:00
Jenkins
23f5c46eca Merge "Imported Translations from Zanata" 2016-04-07 00:05:41 +00:00
Jenkins
33ab7e3386 Merge "Updated from global requirements" 2016-04-06 23:52:46 +00:00
OpenStack Proposal Bot
b39a9c0364 Updated from global requirements
Change-Id: I375b680c4a0e524d5f7d5311e94b2785974cfb6c
2016-04-06 12:57:56 +00:00
venkatamahesh
54153d79c2 Update the Administrator guide links with new ones
Change-Id: I4ec7cab23ffcd991160ac4930237fa50532724bf
2016-04-06 17:18:30 +05:30
Jenkins
49df8fbe89 Merge "Fix db purge type validation" 2016-04-06 08:46:51 +00:00
OpenStack Proposal Bot
f79666f6ea Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Iea1b78ec64a77263c1d024e73c2f3a6ceaf79935
2016-04-06 06:12:05 +00:00
Jenkins
6e13a7151f Merge "Use roles attribute from oslo context" 2016-04-05 07:08:02 +00:00
kairat_kushaev
6163fe1198 Use roles attribute from oslo context
Starting from version 2.2.0 oslo context has out-of-the-box 'roles'
attribute that can store user roles. So Glance doesn't need to implement
custom attribute for roles in Request Context anymore.

Change-Id: I39804ebc5f91ce6ad5bfb9c52b324d4cc8a8b115
2016-04-04 13:35:17 +00:00
Jenkins
08866d05a3 Merge "Updated from global requirements" 2016-04-04 08:34:35 +00:00
Jenkins
4189b1f202 Merge "Add 'Documentation' section to 'Contributing' docs" 2016-04-04 08:34:07 +00:00
OpenStack Proposal Bot
8de449188e Updated from global requirements
Change-Id: Ib423132b862d51a7c5a955709ef430e2fc83f605
2016-04-02 16:10:54 +00:00
Tom Cocozzello
ff675437f3 Fix doc-strings warnings and errors
Fixing doc-string warnings in preparation for
this patch [0] to merge and allow the gate
to show problems in doc-strings.

[0]: https://review.openstack.org/#/c/229951

Closes-Bug: #1565005
Change-Id: I1d1eb214026a963f7ebe5ccf60fa1ae31f54c579
2016-04-01 18:24:30 +00:00
bria4010
8d73de6a83 Add 'Documentation' section to 'Contributing' docs
There have been a bunch of patches proposed lately to generated
config files.  This patch adds a section to the Contribution
guidelines explaining where to make changes for various types of
docs.

Change-Id: Iad971e89f9f1a9d534f6040d9516c5be3efd2926
2016-04-01 11:28:46 -04:00
OpenStack Proposal Bot
02ef2ab8e8 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I5ca6e0cd5416bb9b4cdedcbd348e7eaea59efcbe
2016-03-30 06:12:30 +00:00
Nguyen Hung Phuong
b9de463ee8 Fix typos in Glance files
TrivialFix

Change-Id: I65a6775993d8480b6f58573e08d1d815bb7657d5
2016-03-29 08:57:52 +00:00
OpenStack Proposal Bot
768f16897d Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: If9466efe952d8987b8b7d0adfbaa13031ba5a392
2016-03-29 06:33:06 +00:00
Jenkins
39c327fa6d Merge "Handle SSL termination proxies for version list" 2016-03-28 16:36:05 +00:00
Jenkins
c31646c557 Merge "Update reno for stable/mitaka" 2016-03-25 22:04:04 +00:00
Jenkins
7962dc4d1f Merge "Copy the size of the tag set" 2016-03-24 14:04:43 +00:00
dineshbhor
371043656b Fix db purge type validation
Moved validation for age_in_days and max_rows from
glance.db.sqlalchemy.api to glance.cmd.manage since
code from purge_deleted_rows() method of
glance.db.sqlalchemy.api is unreachable as it is
throwing ValueError exception for invalid input from
glance.cmd.manage itself.

Related-Bug: #1543937
Change-Id: I4e976fde2a78fd901c233966adc350a0ded41841
2016-03-24 13:12:03 +00:00
OpenStack Proposal Bot
1cb2bdaf61 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: Id8be0bf47ce3ae3781934677d2574493ca71e426
2016-03-24 06:26:48 +00:00
Niall Bunting
def8cfdeef Copy the size of the tag set
As the tags are being removed it can cause the removal of the current
tag when running tests. Causing a RuntimeError to be thrown.

This change makes a temporary list whilst the tags are being deleted.

Co-Authored-By: Tom Cocozzello <tjcocozz@us.ibm.com>
Change-Id: I3cac9060b87449503fba3995d10f8d4e074bffb8
Closes-Bug: 1555275
2016-03-23 15:04:59 +00:00
OpenStack Proposal Bot
ab0562550c Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I90d4c33387b0f27f6ab4ab7fa65b6c7d60115ee8
2016-03-22 06:24:44 +00:00
Jenkins
e0ba0c4fd0 Merge "fix docstring warnings and errors" 2016-03-21 16:52:59 +00:00
Jenkins
028b7c1ac2 Merge "Fix link to <configuring> document" 2016-03-21 15:56:11 +00:00
Jenkins
afaefec826 Merge "Update the configuration doc" 2016-03-21 15:55:49 +00:00
Stuart McLaren
513d717d28 Handle SSL termination proxies for version list
Return correct scheme in version URLs if service
behind an SSL termination proxy.

This is done by adding a new configuration option,
secure_proxy_ssl_header, which, when defined, makes
the wsgi application take the host_url scheme from
that header. By default, when this option is not
specified, there is no difference in behavior.

The intention is to configure any ssl-decrypting
proxy to set that header, so that glance-api knows
which protocol to use in the URLs in response.

This patch is largely based on the equivalent
nova patch: https://review.openstack.org/#/c/206479.

Partial-bug: 1558683

Change-Id: I9a9c0e42a6ad3c18d197f10095958b48d5cb879a
2016-03-21 14:36:13 +00:00
OpenStack Proposal Bot
d4aaa1beb4 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I3e9178618583bbe9c5c3a7f87eadcd2cf52bb84f
2016-03-21 06:26:12 +00:00
Jenkins
5b75f12a9e Merge "Update .gitreview for stable/mitaka" into stable/mitaka 2016-03-18 17:33:19 +00:00
OpenStack Proposal Bot
869e551711 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I1700f72dc963cedfe0e1cc0655647c2ba55a7530
2016-03-18 06:35:31 +00:00
OpenStack Proposal Bot
35f134e214 Imported Translations from Zanata
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure

Change-Id: I5cf477f48d230fc4ca683f5824c1e700745e3850
2016-03-17 11:35:20 +00:00
Brandon Palm
2222f1bb19 Fixed typos in two comments
Change-Id: I30b5a0d86eb9c0e983fae2638e8718b93c549e79
2016-03-16 13:52:47 -05:00
Thierry Carrez
94d616fd39 Update reno for stable/mitaka
Change-Id: Idf2fe1e0cafe5036f23471b54133fca369c0155a
2016-03-16 13:26:46 +00:00
Thierry Carrez
040d5fa69c Update .gitreview for stable/mitaka
Change-Id: Ic3bdd0977e1ad891ef84af37693eccbed3ccbd5e
2016-03-16 14:19:37 +01:00
Jenkins
c5dcf9021a Merge "glance-manage db purge failure for limit" 2016-03-15 20:50:41 +00:00
Jenkins
5bff991e40 Merge "Reject bodies for metadef commands" 2016-03-15 05:55:31 +00:00
Tom Cocozzello
adfc7e5a3f fix docstring warnings and errors
There are many warnings and errors that occur when the docs are
generated.

Co-Author-By: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Closes-Bug: 1556818
Change-Id: Ifebeb3904f136a56bd6fe6877220b279a1f98354
2016-03-14 18:40:15 +00:00
Jenkins
512669ae25 Merge "revert warnerrors before gate breaks" 2016-03-14 18:33:27 +00:00
Jenkins
5c70f340a9 Merge "Imported Translations from Zanata" 2016-03-14 14:50:54 +00:00
Jenkins
99371261c3 Merge "Catch exceptions.HasSnapshot() from delete image in rbd driver" 2016-03-14 14:47:13 +00:00
Tom Cocozzello
99cece5fdd revert warnerrors before gate breaks
warnerrors used to show the errors in output when the docs generate
but now it looks like when this patch lands [0] it will cause the gate
to fail. I will push up a patch to fix all the docs problems but we
should revert this so we don't have a day when the gate is broken.

[0] https://review.openstack.org/#/c/229951

Change-Id: Ica33f1fd5acdc17a115d7a3bd81f8f4d79c1a809
2016-03-14 09:17:13 -04:00