Removing author identification in all files

As specified by the OpenStack Style Guidelines in its 1.1.1.dev15
version, which is the latest version to this day, *author* tags
should not be specified (see H105).

https://docs.openstack.org/hacking/latest/user/hacking.html#general

Change-Id: I0ab7359e15eb04948c7a905378001a66cb901e69
This commit is contained in:
Justin Ferrieu 2019-06-07 10:18:42 +02:00
parent 043c793ccc
commit 16b6fa5ce8
122 changed files with 0 additions and 243 deletions

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
import flask

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Gauvain Pocentek
#
from keystonemiddleware import auth_token

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from pecan import rest
from cloudkitty.api.v1.controllers import collector as collector_api

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_log import log as logging
import pecan
from pecan import rest

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Maxime Cottret
#
from oslo_config import cfg
from oslo_log import log as logging
import pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_concurrency import lockutils
import pecan
from pecan import rest

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import datetime
import decimal

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import datetime
import decimal

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_config import cfg
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
from oslo_config import cfg

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Aaron.Ding(dinghh@awcloud.com)
#
import datetime
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import datetime
import decimal

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_context import context
from pecan import hooks

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_utils import uuidutils
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
import six

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
class FileBackend(file): # noqa

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_config import cfg
from stevedore import extension

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty import service

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty import service
from cloudkitty import storage
from cloudkitty import storage_state

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from __future__ import print_function
from oslo_config import cfg

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
import fractions

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from keystoneauth1 import loading as ks_loading
from keystoneclient.v3 import client as ks_client
from monascaclient import client as mclient

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from logging import config as log_config
from alembic import context

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
import alembic

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from sqlalchemy.ext import declarative
NAMING_CONVENTION = {

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_config import cfg
from oslo_db import options as db_options # noqa
from oslo_messaging import opts # noqa

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_config import cfg
from oslo_db.sqlalchemy import session

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
from oslo_config import cfg

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.common.db.alembic import env # noqa
from cloudkitty.db.sqlalchemy import models

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db.sqlalchemy import utils
import sqlalchemy

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from cloudkitty.common.db.alembic import migration

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db.sqlalchemy import models
import sqlalchemy
from sqlalchemy.ext import declarative

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from stevedore import enabled

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
import six

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from gnocchiclient import auth as gauth
from gnocchiclient import client as gclient
from keystoneauth1 import loading as ks_loading

View File

@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from keystoneauth1 import loading as ks_loading
from keystoneclient import client as kclient
from keystoneclient import discover

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Martin CAMEY
#
from oslo_config import cfg
from cloudkitty import fetcher

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import oslo_i18n as i18n # noqa
_translators = i18n.TranslatorFactory(domain='cloudkitty')

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
import hashlib
import multiprocessing

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
import pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
from cloudkitty import rating

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import pecan
import six
import wsmeext.pecan as wsme_pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import pecan
import six
import wsmeext.pecan as wsme_pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import pecan
import six
import wsmeext.pecan as wsme_pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from wsme import types as wtypes
import wsmeext.pecan as wsme_pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import pecan
import six
import wsmeext.pecan as wsme_pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import pecan
import six
import wsmeext.pecan as wsme_pecan

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from wsme import types as wtypes
from cloudkitty.api.v1 import types as ck_types

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from wsme import types as wtypes
from cloudkitty.api.v1 import types as ck_types

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from wsme import types as wtypes
from cloudkitty.api.v1 import types as ck_types

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
from oslo_config import cfg

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.common.db.alembic import env # noqa
from cloudkitty.rating.hash.db.sqlalchemy import models

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db.sqlalchemy import models
import sqlalchemy
from sqlalchemy.ext import declarative

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db import exception
from oslo_db.sqlalchemy import utils
from oslo_utils import uuidutils

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from cloudkitty.common.db.alembic import migration

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db.sqlalchemy import models
import sqlalchemy
from sqlalchemy.ext import declarative

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
from cloudkitty import rating

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty import rating
from cloudkitty.rating.pyscripts.controllers import root as root_api
from cloudkitty.rating.pyscripts.db import api as pyscripts_db_api

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty import rating
from cloudkitty.rating.pyscripts.controllers import script as script_api

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import pecan
import six
from wsme import types as wtypes

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from wsme import types as wtypes
from cloudkitty.api.v1 import types as ck_types

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
from oslo_config import cfg

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.common.db.alembic import env # noqa
from cloudkitty.rating.pyscripts.db.sqlalchemy import models

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db import exception
from oslo_db.sqlalchemy import utils
from oslo_utils import uuidutils

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from cloudkitty.common.db.alembic import migration

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import hashlib
import zlib

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import socket
import sys

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.db import api
from cloudkitty import json_utils as json

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import abc
from oslo_config import cfg

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from oslo_config import cfg
from oslo_db.sqlalchemy import utils
from stevedore import driver

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from cloudkitty.common.db.alembic import env # noqa
from cloudkitty.storage.v1.hybrid import models

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
"""initial revision
Revision ID: 03da4bb002b9

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
import abc
import six

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
import datetime
import decimal

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from cloudkitty.common.db.alembic import migration

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from oslo_db.sqlalchemy import models
import sqlalchemy
from sqlalchemy.ext import declarative

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import decimal
from oslo_db.sqlalchemy import utils

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.common.db.alembic import env # noqa
from cloudkitty.storage.v1.sqlalchemy import models

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from cloudkitty.common.db.alembic import migration

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from oslo_db.sqlalchemy import models
import sqlalchemy
from sqlalchemy.ext import declarative

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
import abc
import datetime

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
import copy
import datetime
import decimal

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from oslo_config import cfg
from oslo_db.sqlalchemy import utils
from oslo_log import log

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from cloudkitty.common.db.alembic import env # noqa
from cloudkitty.storage_state import models

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from cloudkitty.common.db.alembic import migration

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
from oslo_db.sqlalchemy import models
import sqlalchemy
from sqlalchemy.ext import declarative

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Gauvain Pocentek
#
import decimal
from keystoneauth1 import session as ks_sess

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Martin CAMEY
#
from decimal import Decimal
import mock

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from gabbi.handlers import base

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.tests.gabbi.fixtures import * # noqa
from cloudkitty.rating.hash.db import api as hashmap_db

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from gabbi import driver

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
from cloudkitty.tests.gabbi.fixtures import * # noqa
from cloudkitty.rating.pyscripts.db import api as pyscripts_db

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from gabbi import driver

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import os
from gabbi import driver

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import copy
import decimal

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Luka Peschke
#
import mock
from gnocchiclient import exceptions as gexc

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
#
# @author: Stéphane Albert
#
import copy
import mock

Some files were not shown because too many files have changed in this diff Show More