From cbfaeecad83e3ca0e0ea963175288f93303c77dc Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Tue, 15 Dec 2015 11:09:27 -0600 Subject: [PATCH] fix installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove ñ to avoid errors with pbr --- .gitignore | 1 + AUTHORS | 2 +- PKG-INFO | 3 ++- clearstack/modules/horizon.py | 2 +- clearstack/modules/keystone.py | 2 +- clearstack/modules/mariadb.py | 2 +- clearstack/modules/neutron.py | 2 +- clearstack/modules/nova.py | 2 +- clearstack/modules/openstack.py | 2 +- clearstack/plugins/pre_000.py | 2 +- clearstack/ssh.py | 2 +- clearstack/templates/nova_compute.py | 2 +- setup.cfg | 3 ++- 13 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 6431eee..53acb17 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ clearstack/versioninfo .DS_Store covhtml/ tags +AUTHORS diff --git a/AUTHORS b/AUTHORS index bbc749d..1d41c47 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ Alberto Murillo Julio Montes -Obed Muñoz +Obed Munoz Victor Morales diff --git a/PKG-INFO b/PKG-INFO index 0622c89..9a68fe0 100644 --- a/PKG-INFO +++ b/PKG-INFO @@ -3,7 +3,8 @@ Name: clearstack Version: 1.1.4 Summary: Tool for set up an Openstack environment Home-page: -Author: Alberto Murillo, Julio Montes, Obed Muñoz, Victor Morales +Author: Alberto Murillo, Julio Montes, Obed Munoz, Victor Morales +Author-email: intel.com License: Apache-2.0 Description: Tool for set up an Openstack environment Keywords: Openstack diff --git a/clearstack/modules/horizon.py b/clearstack/modules/horizon.py index 7e07243..d849ca9 100644 --- a/clearstack/modules/horizon.py +++ b/clearstack/modules/horizon.py @@ -3,7 +3,7 @@ # # Author: Alberto Murillo # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/modules/keystone.py b/clearstack/modules/keystone.py index 2671669..931fe53 100644 --- a/clearstack/modules/keystone.py +++ b/clearstack/modules/keystone.py @@ -3,7 +3,7 @@ # # Author: Alberto Murillo # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/modules/mariadb.py b/clearstack/modules/mariadb.py index a47f0d8..e3d1906 100644 --- a/clearstack/modules/mariadb.py +++ b/clearstack/modules/mariadb.py @@ -3,7 +3,7 @@ # # Author: Alberto Murillo # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/modules/neutron.py b/clearstack/modules/neutron.py index 7c95bf1..8f4fe5c 100644 --- a/clearstack/modules/neutron.py +++ b/clearstack/modules/neutron.py @@ -2,7 +2,7 @@ # Copyright (c) 2015 Intel Corporation # # Author: Alberto Murillo -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/modules/nova.py b/clearstack/modules/nova.py index a551457..1297038 100644 --- a/clearstack/modules/nova.py +++ b/clearstack/modules/nova.py @@ -3,7 +3,7 @@ # # Author: Alberto Murillo # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/modules/openstack.py b/clearstack/modules/openstack.py index c3ea6bb..7173e0b 100644 --- a/clearstack/modules/openstack.py +++ b/clearstack/modules/openstack.py @@ -2,7 +2,7 @@ # Copyright (c) 2015 Intel Corporation # # Author: Alberto Murillo -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/plugins/pre_000.py b/clearstack/plugins/pre_000.py index 3b6ca74..cfa87b1 100644 --- a/clearstack/plugins/pre_000.py +++ b/clearstack/plugins/pre_000.py @@ -3,7 +3,7 @@ # # Author: Alberto Murillo # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/clearstack/ssh.py b/clearstack/ssh.py index cda6f5e..5a512b0 100644 --- a/clearstack/ssh.py +++ b/clearstack/ssh.py @@ -2,7 +2,7 @@ # Copyright (c) 2015 Intel Corporation # # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/clearstack/templates/nova_compute.py b/clearstack/templates/nova_compute.py index a88158d..2d47651 100644 --- a/clearstack/templates/nova_compute.py +++ b/clearstack/templates/nova_compute.py @@ -3,7 +3,7 @@ # # Author: Alberto Murillo # Author: Julio Montes -# Author: Obed Muñoz +# Author: Obed Munoz # Author: Victor Morales # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/setup.cfg b/setup.cfg index f7bcb24..46d2560 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,8 @@ name = clearstack summary = Tool for set up an OpenStack environment description-file = README.rst -author = Alberto Murillo, Julio Montes, Obed Muñoz, Victor Morales +author = Alberto Murillo, Julio Montes, Obed Munoz, Victor Morales +author-email = intel.com home-page = classifier = Environment :: OpenStack