Merge "Pep8/Pyflakes fixing"

This commit is contained in:
Jenkins 2014-02-20 04:28:41 +00:00 committed by Gerrit Code Review
commit 66ae41756b
6 changed files with 59 additions and 60 deletions

View File

@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
import os
import sys
from diskimage_builder.element_dependencies import main

View File

@ -47,11 +47,11 @@ package_map = {
'qpidd': 'qpid-cpp-server',
'qpid-client': 'qpid-cpp-client',
'extlinux': 'syslinux-extlinux',
'mysql-client-5.5' : 'mariadb',
'mysql-server-5.5' : 'mariadb-server',
'libmysql-java' : 'mysql-connector-java',
'default-jre' : 'java',
'tftpd-hpa' : 'tftp-server',
'mysql-client-5.5': 'mariadb',
'mysql-server-5.5': 'mariadb-server',
'libmysql-java': 'mysql-connector-java',
'default-jre': 'java',
'tftpd-hpa': 'tftp-server',
'apache2': 'httpd',
'libapache2-mod-wsgi': 'mod_wsgi',
'gearman-job-server': 'gearmand',
@ -62,7 +62,7 @@ package_map = {
'nagios-plugins-basic': 'nagios-plugins-all',
# openstack mappings
'openstack-neutron-dhcp-agent': 'openstack-neutron',
}
}
for arg in sys.argv[1:]:
if arg not in package_map and arg.endswith('-dev'):

View File

@ -23,29 +23,29 @@ import sys
# distromatch or other rich data sources.
# TripleO service name on the left, Fedora on the right.
service_map = {
'glance-api': 'openstack-glance-api',
'glance-reg': 'openstack-glance-registry',
'heat-api': 'openstack-heat-api',
'heat-api-cfn': 'openstack-heat-api-cfn',
'heat-api-cloudwatch': 'openstack-heat-api-cloudwatch',
'heat-engine': 'openstack-heat-engine',
'keystone': 'openstack-keystone',
'mysql': 'mysqld',
'nova-conductor': 'openstack-nova-conductor',
'nova-api': 'openstack-nova-api',
'nova-cert': 'openstack-nova-cert',
'nova-scheduler': 'openstack-nova-scheduler',
'nova-consoleauth': 'openstack-nova-consoleauth',
'nova-compute': 'openstack-nova-compute',
'swift-proxy': 'openstack-swift-proxy',
'swift-account': 'openstack-swift-account',
'swift-container': 'openstack-swift-container',
'swift-object': 'openstack-swift-object',
'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume',
'tgt': 'tgtd',
}
'glance-api': 'openstack-glance-api',
'glance-reg': 'openstack-glance-registry',
'heat-api': 'openstack-heat-api',
'heat-api-cfn': 'openstack-heat-api-cfn',
'heat-api-cloudwatch': 'openstack-heat-api-cloudwatch',
'heat-engine': 'openstack-heat-engine',
'keystone': 'openstack-keystone',
'mysql': 'mysqld',
'nova-conductor': 'openstack-nova-conductor',
'nova-api': 'openstack-nova-api',
'nova-cert': 'openstack-nova-cert',
'nova-scheduler': 'openstack-nova-scheduler',
'nova-consoleauth': 'openstack-nova-consoleauth',
'nova-compute': 'openstack-nova-compute',
'swift-proxy': 'openstack-swift-proxy',
'swift-account': 'openstack-swift-account',
'swift-container': 'openstack-swift-container',
'swift-object': 'openstack-swift-object',
'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume',
'tgt': 'tgtd',
}
for arg in sys.argv[1:]:
# We need to support the service name being different when installing from

View File

@ -53,7 +53,7 @@ package_map = {
'openstack-heat-common': 'openstack-heat',
'openstack-neutron-openvswitch': 'openstack-neutron-openvswitch-agent',
'openstack-neutron-ml2': 'openstack-neutron',
}
}
for arg in sys.argv[1:]:
print(package_map.get(arg, arg))

View File

@ -23,39 +23,39 @@ import sys
# distromatch or other rich data sources.
# Debian name on the left, openSUSE on the right.
service_map = {
# openstack mapping
'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume',
'glance-api': 'openstack-glance-api',
'glance-reg': 'openstack-glance-registry',
'heat-api-cfn': 'openstack-heat-api-cfn',
'heat-api-cloudwatch': 'openstack-heat-api-cloudwatch',
'heat-api': 'openstack-heat-api',
'heat-engine': 'openstack-heat-engine',
'keystone': 'openstack-keystone',
'neutron-dhcp-agent': 'openstack-neutron-dhcp-agent',
'neutron-openvswitch-agent': 'openstack-neutron-openvswitch-agent',
'neutron-l3-agent': 'openstack-neutron-l3-agent',
'neutron-metadata-agent': 'openstack-neutron-metadata-agent',
'neutron-ovs-cleanup': 'openstack-neutron-ovs-cleanup',
'neutron-server': 'openstack-neutron',
'nova-api': 'openstack-nova-api',
'nova-cert': 'openstack-nova-cert',
'nova-compute': 'openstack-nova-compute',
'nova-conductor': 'openstack-nova-conductor',
'nova-consoleauth': 'openstack-nova-console',
'nova-baremetal-deploy-helper': 'openstack-nova-baremetal-deploy-helper',
'nova-novncproxy': 'openstack-nova-novncproxy',
'nova-scheduler': 'openstack-nova-scheduler',
}
# openstack mapping
'cinder-api': 'openstack-cinder-api',
'cinder-scheduler': 'openstack-cinder-scheduler',
'cinder-volume': 'openstack-cinder-volume',
'glance-api': 'openstack-glance-api',
'glance-reg': 'openstack-glance-registry',
'heat-api-cfn': 'openstack-heat-api-cfn',
'heat-api-cloudwatch': 'openstack-heat-api-cloudwatch',
'heat-api': 'openstack-heat-api',
'heat-engine': 'openstack-heat-engine',
'keystone': 'openstack-keystone',
'neutron-dhcp-agent': 'openstack-neutron-dhcp-agent',
'neutron-openvswitch-agent': 'openstack-neutron-openvswitch-agent',
'neutron-l3-agent': 'openstack-neutron-l3-agent',
'neutron-metadata-agent': 'openstack-neutron-metadata-agent',
'neutron-ovs-cleanup': 'openstack-neutron-ovs-cleanup',
'neutron-server': 'openstack-neutron',
'nova-api': 'openstack-nova-api',
'nova-cert': 'openstack-nova-cert',
'nova-compute': 'openstack-nova-compute',
'nova-conductor': 'openstack-nova-conductor',
'nova-consoleauth': 'openstack-nova-console',
'nova-baremetal-deploy-helper': 'openstack-nova-baremetal-deploy-helper',
'nova-novncproxy': 'openstack-nova-novncproxy',
'nova-scheduler': 'openstack-nova-scheduler',
}
for arg in sys.argv[1:]:
# We need to support the service name being different when installing from
# source vs. packages. So, if the requested service file already exists,
# just use that.
if os.path.exists('/usr/lib/systemd/system/%s.service' % arg):
print arg
print(arg)
else:
print(service_map.get(arg, arg))
sys.exit(0)

View File

@ -26,12 +26,12 @@ package_map = {
'augeas-tools': 'augeas',
'openssh-client': 'openssh-clients',
'default-jre': 'java-1.7.0-openjdk',
'tftpd-hpa' : 'tftp-server',
'tftpd-hpa': 'tftp-server',
'libffi-dev': 'libffi-devel',
'gearman-job-server': 'gearmand',
'tgt': 'scsi-target-utils',
'stunnel4': 'stunnel',
}
}
for arg in sys.argv[1:]:
print(package_map.get(arg, arg))