glance:master

Last commit made on 2019-04-18
Get this branch:
git clone -b master https://git.launchpad.net/glance

Branch merges

Branch information

Name:
master
Repository:
lp:glance

Recent commits

9061d0b... by Zuul <email address hidden>

Merge "Use YAML anchor to avoid repeating irrelevant files"

a94ede6... by Zuul <email address hidden>

Merge "fix a typo in docstring"

a26019c... by zhufl

Pass kwargs to exception to get better format of error message

If we do not pass kwargs to exception, the parameter will be deemed
as message and will be displayed directly. This is to pass kwargs to
InvalidTaskType and InvalidTaskStatus, to get better format of error
message.

Change-Id: Ibdc6acc966509b2b4e0b15df49a1d22b55e746c7

f320401... by Zuul <email address hidden>

Merge "Uncap jsonschema"

ee11c5d... by Brian Rosmaita

Use YAML anchor to avoid repeating irrelevant files

This will make it easier to maintain .zuul.yaml

Change-Id: Ic52d235ee5e13d98eef620984ef881bef7bd2fc2

6cd76cb... by Zuul <email address hidden>

Merge "Separate out configuration tests"

d91d886... by Zuul <email address hidden>

Merge "add libpq-dev to build psycopg2"

014bd35... by Ian Wienand

Merge "Replace openstack.org git:// URLs with https://"

b59dc8d... by Matthew Thode

add libpq-dev to build psycopg2

Without libpq-dev installed you get the following error message with
psycopg2-2.8.1

Error: You need to install postgresql-server-dev-X.Y for building a
server-side extension or libpq-dev for building a client-side application.

see I5e0f6246d010e09065815e9fca5ad2c4da5060b6 for another example

Change-Id: I01735aa3bffbce8e6e182887d8df450fa509c636

f9a568f... by Zuul <email address hidden>

Merge "Document os_shutdown_timeout image property"