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 # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
# @author: Stéphane Albert
#
import os import os
import flask import flask

View File

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

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
# @author: Stéphane Albert
#
from pecan import rest from pecan import rest
from cloudkitty.api.v1.controllers import collector as collector_api 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 # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
# @author: Stéphane Albert
#
from oslo_log import log as logging from oslo_log import log as logging
import pecan import pecan
from pecan import rest from pecan import rest

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
# @author: Stéphane Albert
#
from cloudkitty import rating from cloudkitty import rating
from cloudkitty.rating.pyscripts.controllers import root as root_api from cloudkitty.rating.pyscripts.controllers import root as root_api
from cloudkitty.rating.pyscripts.db import api as pyscripts_db_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 # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
# @author: Stéphane Albert
#
from cloudkitty import rating from cloudkitty import rating
from cloudkitty.rating.pyscripts.controllers import script as script_api 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 # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
# @author: Stéphane Albert
#
import pecan import pecan
import six import six
from wsme import types as wtypes from wsme import types as wtypes

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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