From ef2669223eaad6d9d27af1bb29400ea0608bc1da Mon Sep 17 00:00:00 2001 From: Murad Awawdeh Date: Mon, 2 May 2016 11:41:03 +0300 Subject: [PATCH] basic structure of the plugin this commit contains only the basic files with no real functionality Change-Id: Ice99c0372e0bee22f2d0c54aaa82af30571c854c --- .gitignore | 25 +++++++++++++++++++ .../__init__.py | 0 .../tests/__init__.py | 0 .../tests/base.py | 3 +-- .../tests/test_horizon_mellanox.py | 0 setup.cfg | 8 +++--- 6 files changed, 30 insertions(+), 6 deletions(-) create mode 100644 .gitignore rename {horizon-mellanox => horizon_mellanox}/__init__.py (100%) rename {horizon-mellanox => horizon_mellanox}/tests/__init__.py (100%) rename {horizon-mellanox => horizon_mellanox}/tests/base.py (86%) rename horizon-mellanox/tests/test_horizon-mellanox.py => horizon_mellanox/tests/test_horizon_mellanox.py (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f9bf9b2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +AUTHORS +build/* +build-stamp +ChangeLog +cover/ +covhtml/ +dist/ +doc/build +*.DS_Store +*.pyc +horizon_mellanox.egg-info/ +networking_mlnx/versioninfo +pbr*.egg/ +setuptools*.egg/ +*.log +*.mo +*.sw? +*~ +/.* +!/.coveragerc +!/.gitignore +!/.gitreview +!/.mailmap +!/.pylintrc +!/.testr.conf diff --git a/horizon-mellanox/__init__.py b/horizon_mellanox/__init__.py similarity index 100% rename from horizon-mellanox/__init__.py rename to horizon_mellanox/__init__.py diff --git a/horizon-mellanox/tests/__init__.py b/horizon_mellanox/tests/__init__.py similarity index 100% rename from horizon-mellanox/tests/__init__.py rename to horizon_mellanox/tests/__init__.py diff --git a/horizon-mellanox/tests/base.py b/horizon_mellanox/tests/base.py similarity index 86% rename from horizon-mellanox/tests/base.py rename to horizon_mellanox/tests/base.py index 1c30cdb..91c0656 100644 --- a/horizon-mellanox/tests/base.py +++ b/horizon_mellanox/tests/base.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2010-2011 OpenStack Foundation -# Copyright (c) 2013 Hewlett-Packard Development Company, L.P. +# Copyright 2016 Mellanox Technologies, Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain diff --git a/horizon-mellanox/tests/test_horizon-mellanox.py b/horizon_mellanox/tests/test_horizon_mellanox.py similarity index 100% rename from horizon-mellanox/tests/test_horizon-mellanox.py rename to horizon_mellanox/tests/test_horizon_mellanox.py diff --git a/setup.cfg b/setup.cfg index 24d2e5b..d7fb37c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,11 @@ [metadata] name = horizon-mellanox -summary = OpenStack Boilerplate contains all the boilerplate you need to create an OpenStack package. +summary = plugin that view Mellanox products UIs. description-file = README.rst -author = OpenStack -author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +author = Mellanox +author-email = openstack@mellanox.com +home-page = http://www.mellanox.com/ classifier = Environment :: OpenStack Intended Audience :: Information Technology