| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Change-Id: Ibbe10cbf05db83ff28496a6bec4f926523fadfdc
|
|
|
|
|
|
|
| |
When booting instance from volume, the path keyword is os-volumes_boot.
Adding this to default config.
Change-Id: Ia4cb99e50de93ef0fc57a846e2af96f716eeadb8
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I668afc75d481864f670d0d1b4e33233d91d9e26f
|
| |
| |
| |
| | |
Change-Id: I085a06383392c15132bfbc5b95ac06a2761cafe4
|
|/
|
|
| |
Change-Id: Ic7ad6600893fb8d463d5e27f4fa783a0e6d44d63
|
|
|
|
|
|
|
|
| |
There's no RST file that uses ".. math" and thus
the pngmath Sphinx extension is not used and can
get removed.
Change-Id: I3ea4b529025c8ac3c4092f3720124647861e6668
|
|
|
|
| |
Change-Id: I86e30187938daaab637c510d67fa9c4ac1ac4bb6
|
|
|
|
| |
Change-Id: Ic697c03c06ca45f799ebd47031d8ebcbe6fbacfb
|
|
|
|
|
|
|
|
|
|
|
|
| |
This introduces a linter for PEP257 to avoid trivial nitpicking of
docstrings in code reviews. Because flake8_docstrings simply provides a
plugin to add pep257 to flake8, you can run it via `tox -e pep8`.
PEP257 checks which we are currently violating are ignored in tox.ini.
We can remove them from the ignored list as they are fixed.
Related-Bug: 1501544
Change-Id: I01ebad7b70cf61dd80d3c06c6808d8178fbdd634
|
|
|
|
|
|
| |
Closes-Bug: 1541232
Change-Id: Ic267cd171564240363b39b288dd6c22f7851f4fb
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Adds heat_api_audit_map.conf to enable cadf support for Heat.
Closes-Bug: #1536483
Change-Id: Ic3e68748ab5440d2d21554b6cdf0d793fdbf38a9
|
| |
| |
| |
| | |
Change-Id: Iab16ba0308d6d318adc492de6f26418426695615
|
|/
|
|
| |
Change-Id: Ib37f0c1a68dfcfd6123187601a662bcc11c7928f
|
|\ |
|
| |
| |
| |
| |
| |
| | |
As the sentence ended, it should be a '.' but not comma.
Change-Id: I6b0233146692492ef9017b97f77b652672b39d9e
|
|/
|
|
| |
Change-Id: I700acdb85d5345edc1365205bb1d4852c6aa7b45
|
|
|
|
|
|
|
|
| |
Python 3.3 is not supported from Mitaka, as per
Infra, therefore removing the support for the same.
Change-Id: I27436e05e373c6a5d1d71ff60cd15e0db05e87df
Closes-Bug: #1526170
|
|
|
|
|
|
|
|
|
|
| |
To solve the problem of "db type could
not be determined" on py34 we have to run first the py34 env to, then, run
py27. This patch puts py34 first on the tox.ini list of envs to avoid this
problem to happen.
Change-Id: I461e4f0d931a9bbc37670dc2cd70d94f86acfb24
Closes-bug: #1489059
|
|
|
|
|
|
|
|
|
| |
we want uuid, unfortunately most of openstack is a mess so we can't
have nice things. this patch makes it so we continue to allow basically
anything that is a string but we warn that they should stop this.
Change-Id: I2a89aed143c22b9a3e2261d5473af93c1cad67cd
Closes-Bug: #1521844
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
original design prepended a namespace to the beginning of uuid.
this scoped the uuid to a namespace but it is technically invalid.
this patch drops the behaviour of prepending string. rather, it
takes the namespace, hashes it, and uses uuid v5 to generate valid
uuid based on that namespace
Change-Id: Ibde222c91522fa3c4a1720b6a8da81dac31560b9
Closes-Bug: #1504889
|
| |
| |
| |
| | |
Change-Id: I9767d31a1bfb428730f90ea8ba1c11a5a2d207aa
|
| |
| |
| |
| |
| |
| |
| |
| | |
We have decided to remove Python 2.6 support, this commit
removes Python 2.6 classifier before dropping any Python
2.6 support in code.
Change-Id: Idfd55ff59fe3ec599b92674aac9695ffdf7e8771
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove support for python 2.6
* Remove skipsdist : Needs to be set only if
sdist is expensive
* Remove usedevelop : only needed when skipsdist
is set to True
* Remove install_command : We can just use the
default, we don't need to override
* Remove setenv : We can just use the default as
we don't need any extra environment variables
* Remove requirements.txt from deps, as this is
already added automatically
Change-Id: I49d14fc878521e2b6fd4bd13dfd12f99a245b1fd
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Add support for event name (defined in CADF 1.0.0).
Change-Id: I924cafa42cfcd052114fbff7cf9b847452166415
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make constants for authenticate / evaluate actions, as proposed in
Anchor audit patch.
Change-Id: Ib9fb6f5d4ab92904097c8c2d77a8b70db0a77c36
|
|/ /
| |
| |
| | |
Change-Id: Ib32b92c5f53e654ac0719cdf7bf19790940b0fdf
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
There were no violations of H409, so I removed it from the list of
ignored violations.
Change-Id: If01de70cf83a4ca4830e2236582cbe72f15b85b4
|
|\ \ \ |
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
We can remove openstack-common.conf as we don't
sync any code from oslo-incubator any more.
Change-Id: Ic485c33a206a71e4e4bf785120b7e0ea277b8d36
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The pycadf ceilometer api_audit_map.conf file currently refers
to ceilometer service_endpoint as telemetry and not as metering.
This is not aligned with the rest of the ceilometer community code.
The service_endpoint was named as telemetry initially assuming
the entire ceilometer code will switch to using it but that has not
happened yet. Thus, it's better to stick to metering for now.
Change-Id: I053177ef504989c4b9b367d671d47b00104600ab
Closes-Bug: 1501287
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Removes old manually generated file.
Change-Id: I4e50fb2ccbc665f8cc16b7fc575422ce959a0058
|
|/ /
| |
| |
| | |
Change-Id: I9bdcca3a849c049cfc17add91086c2d7f184e4d8
|
|\ \ |
|
| |/
| |
| |
| |
| |
| | |
Even example had two lines merged together.
Change-Id: If3a40b5512630ca79e3880f8bee5b34950bdcbec
|
|/
|
|
| |
Change-Id: I705391d800e104381758b6c5b54e5d124b32e1e5
|
|
|
|
| |
Change-Id: I6c978f61141580d904b43fe9fdc36c5a7cb986e8
|
|
|
|
| |
Change-Id: I86cd825748b6446950305b75111d18419b80fb04
|
|
|
|
|
|
| |
Before action there should be a "," there.
Change-Id: I29f690e0e42b1b1bfccf19e5ea576974f105e826
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
Adjusted classification to be without abbreviation and under /security
as per review comments.
Change-Id: Id658b61e5e18f9f66b0fecbbd5a44b3a71def22b
Implements: blueprint barbican-resource-taxonomy
|
| |
| |
| |
| | |
Change-Id: I7bd32c611d5942ccb4f62be49a876447dc807adc
|
|/
|
|
| |
Change-Id: I40b74aa74cf6603d69d0094a842a39d82a5d2470
|
|
|
|
| |
Change-Id: I34d95fde08dc7cd283561c0d4e663a8667b72e36
|