Merge "add shebang lines to all lib files"

This commit is contained in:
Jenkins 2014-12-10 20:32:15 +00:00 committed by Gerrit Code Review
commit d09a1db5a4
77 changed files with 154 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# functions - DevStack-specific functions # functions - DevStack-specific functions
# #
# The following variables are assumed to be defined by certain functions: # The following variables are assumed to be defined by certain functions:

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# functions-common - Common functions used by DevStack components # functions-common - Common functions used by DevStack components
# #
# The canonical copy of this file is maintained in the DevStack repo. # The canonical copy of this file is maintained in the DevStack repo.

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/apache # lib/apache
# Functions to control configuration and operation of apache web server # Functions to control configuration and operation of apache web server

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/ceilometer # lib/ceilometer
# Install and start **Ceilometer** service # Install and start **Ceilometer** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/ceph # lib/ceph
# Functions to control the configuration and operation of the **Ceph** storage service # Functions to control the configuration and operation of the **Ceph** storage service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder # lib/cinder
# Install and start **Cinder** volume service # Install and start **Cinder** volume service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/ceph # lib/cinder_backends/ceph
# Configure the ceph backend # Configure the ceph backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/glusterfs # lib/cinder_backends/glusterfs
# Configure the glusterfs backend # Configure the glusterfs backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/lvm # lib/cinder_backends/lvm
# Configure the LVM backend # Configure the LVM backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/netapp_iscsi # lib/cinder_backends/netapp_iscsi
# Configure the NetApp iSCSI driver # Configure the NetApp iSCSI driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/netapp_nfs # lib/cinder_backends/netapp_nfs
# Configure the NetApp NFS driver # Configure the NetApp NFS driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/nfs # lib/cinder_backends/nfs
# Configure the nfs backend # Configure the nfs backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/solidfire # lib/cinder_backends/solidfire
# Configure the solidfire driver # Configure the solidfire driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_backends/vmdk # lib/cinder_backends/vmdk
# Configure the VMware vmdk backend # Configure the VMware vmdk backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Copyright 2014 IBM Corp. # Copyright 2014 IBM Corp.
# Copyright (c) 2014 OpenStack Foundation # Copyright (c) 2014 OpenStack Foundation
# All Rights Reserved. # All Rights Reserved.
@ -82,4 +84,3 @@ $XIV_XTRACE
# Local variables: # Local variables:
# mode: shell-script # mode: shell-script
# End: # End:

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_plugins/XenAPINFS # lib/cinder_plugins/XenAPINFS
# Configure the XenAPINFS driver # Configure the XenAPINFS driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_plugins/glusterfs # lib/cinder_plugins/glusterfs
# Configure the glusterfs driver # Configure the glusterfs driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_plugins/nfs # lib/cinder_plugins/nfs
# Configure the nfs driver # Configure the nfs driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_plugins/sheepdog # lib/cinder_plugins/sheepdog
# Configure the sheepdog driver # Configure the sheepdog driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/cinder_plugins/vsphere # lib/cinder_plugins/vsphere
# Configure the vsphere driver # Configure the vsphere driver

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/config - Configuration file manipulation functions # lib/config - Configuration file manipulation functions
# These functions have no external dependencies and the following side-effects: # These functions have no external dependencies and the following side-effects:

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/database # lib/database
# Interface for interacting with different database backends # Interface for interacting with different database backends

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/databases/mysql # lib/databases/mysql
# Functions to control the configuration and operation of the **MySQL** database backend # Functions to control the configuration and operation of the **MySQL** database backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/databases/postgresql # lib/databases/postgresql
# Functions to control the configuration and operation of the **PostgreSQL** database backend # Functions to control the configuration and operation of the **PostgreSQL** database backend

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/dib # lib/dib
# Install and build images with **diskimage-builder** # Install and build images with **diskimage-builder**

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/dstat # lib/dstat
# Functions to start and stop dstat # Functions to start and stop dstat

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/gantt # lib/gantt
# Install and start **Gantt** scheduler service # Install and start **Gantt** scheduler service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/glance # lib/glance
# Functions to control the configuration and operation of the **Glance** service # Functions to control the configuration and operation of the **Glance** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/heat # lib/heat
# Install and start **Heat** service # Install and start **Heat** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/horizon # lib/horizon
# Functions to control the configuration and operation of the horizon service # Functions to control the configuration and operation of the horizon service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/infra # lib/infra
# #
# Functions to install infrastructure projects needed by other projects # Functions to install infrastructure projects needed by other projects

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/ironic # lib/ironic
# Functions to control the configuration and operation of the **Ironic** service # Functions to control the configuration and operation of the **Ironic** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/keystone # lib/keystone
# Functions to control the configuration and operation of **Keystone** # Functions to control the configuration and operation of **Keystone**

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/ldap # lib/ldap
# Functions to control the installation and configuration of **ldap** # Functions to control the installation and configuration of **ldap**

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/neutron # lib/neutron
# functions - functions specific to neutron # functions - functions specific to neutron

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neuton Big Switch/FloodLight plugin # Neuton Big Switch/FloodLight plugin
# ------------------------------------ # ------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Brocade Neutron Plugin # Brocade Neutron Plugin
# ---------------------- # ----------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron Cisco plugin # Neutron Cisco plugin
# --------------------------- # ---------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron Embrane plugin # Neutron Embrane plugin
# --------------------------- # ---------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron IBM SDN-VE plugin # Neutron IBM SDN-VE plugin
# --------------------------- # ---------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron Linux Bridge L2 agent # Neutron Linux Bridge L2 agent
# ----------------------------- # -----------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron MidoNet plugin # Neutron MidoNet plugin
# ---------------------- # ----------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron Modular Layer 2 plugin # Neutron Modular Layer 2 plugin
# ------------------------------ # ------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron NEC OpenFlow plugin # Neutron NEC OpenFlow plugin
# --------------------------- # ---------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Nuage Neutron Plugin # Nuage Neutron Plugin
# ---------------------- # ----------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# OpenFlow Agent plugin # OpenFlow Agent plugin
# ---------------------- # ----------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron One Convergence plugin # Neutron One Convergence plugin
# ------------------------------ # ------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Common code used by cisco and embrane plugins # Common code used by cisco and embrane plugins
# --------------------------------------------- # ---------------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron Open vSwitch L2 agent # Neutron Open vSwitch L2 agent
# ----------------------------- # -----------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# common functions for ovs based plugin # common functions for ovs based plugin
# ------------------------------------- # -------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# PLUMgrid Neutron Plugin # PLUMgrid Neutron Plugin
# Edgar Magana emagana@plumgrid.com # Edgar Magana emagana@plumgrid.com
# ------------------------------------ # ------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Neutron VMware NSX plugin # Neutron VMware NSX plugin
# ------------------------- # -------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Big Switch/FloodLight OpenFlow Controller # Big Switch/FloodLight OpenFlow Controller
# ------------------------------------------ # ------------------------------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# MidoNet # MidoNet
# ------- # -------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Ryu SDN Framework # Ryu SDN Framework
# ----------------- # -----------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# Trema Sliceable Switch # Trema Sliceable Switch
# ---------------------- # ----------------------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# VMware NSX # VMware NSX
# ---------- # ----------

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova # lib/nova
# Functions to control the configuration and operation of the **Nova** service # Functions to control the configuration and operation of the **Nova** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/functions-libvirt # lib/nova_plugins/functions-libvirt
# Common libvirt configuration functions # Common libvirt configuration functions

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/hypervisor-fake # lib/nova_plugins/hypervisor-fake
# Configure the fake hypervisor # Configure the fake hypervisor

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/hypervisor-ironic # lib/nova_plugins/hypervisor-ironic
# Configure the ironic hypervisor # Configure the ironic hypervisor

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/hypervisor-libvirt # lib/nova_plugins/hypervisor-libvirt
# Configure the libvirt hypervisor # Configure the libvirt hypervisor

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/hypervisor-openvz # lib/nova_plugins/hypervisor-openvz
# Configure the openvz hypervisor # Configure the openvz hypervisor

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/hypervisor-vsphere # lib/nova_plugins/hypervisor-vsphere
# Configure the vSphere hypervisor # Configure the vSphere hypervisor

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/nova_plugins/hypervisor-xenserver # lib/nova_plugins/hypervisor-xenserver
# Configure the XenServer hypervisor # Configure the XenServer hypervisor

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/opendaylight # lib/opendaylight
# Functions to control the configuration and operation of the opendaylight service # Functions to control the configuration and operation of the opendaylight service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/oslo # lib/oslo
# #
# Functions to install oslo libraries from git # Functions to install oslo libraries from git

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/rpc_backend # lib/rpc_backend
# Interface for interactig with different rpc backend # Interface for interactig with different rpc backend
# rpc backend settings # rpc backend settings

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/sahara # lib/sahara
# Dependencies: # Dependencies:

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/stackforge # lib/stackforge
# #
# Functions to install stackforge libraries that we depend on so # Functions to install stackforge libraries that we depend on so

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/swift # lib/swift
# Functions to control the configuration and operation of the **Swift** service # Functions to control the configuration and operation of the **Swift** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/tempest # lib/tempest
# Install and configure Tempest # Install and configure Tempest

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/template # lib/template
# Functions to control the configuration and operation of the XXXX service # Functions to control the configuration and operation of the XXXX service
# <do not include this template file in ``stack.sh``!> # <do not include this template file in ``stack.sh``!>

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/tls # lib/tls
# Functions to control the configuration and operation of the TLS proxy service # Functions to control the configuration and operation of the TLS proxy service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/trove # lib/trove
# Functions to control the configuration and operation of the **Trove** service # Functions to control the configuration and operation of the **Trove** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# lib/zaqar # lib/zaqar
# Install and start **Zaqar** service # Install and start **Zaqar** service

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# stackrc # stackrc
# #
# Find the other rc files # Find the other rc files