Browse code

add shebang lines to all lib files

With gerrit 2.8, and the new change screen, this will trigger syntax
highlighting in gerrit. Thus making reviewing code a lot nicer.

Change-Id: Id238748417ffab53e02d59413dba66f61e724383

Sean Dague authored on 2014/12/06 04:25:28
Showing 77 changed files
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # functions - DevStack-specific functions
2 4
 #
3 5
 # The following variables are assumed to be defined by certain functions:
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # functions-common - Common functions used by DevStack components
2 4
 #
3 5
 # The canonical copy of this file is maintained in the DevStack repo.
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/apache
2 4
 # Functions to control configuration and operation of apache web server
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/ceilometer
2 4
 # Install and start **Ceilometer** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/ceph
2 4
 # Functions to control the configuration and operation of the **Ceph** storage service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder
2 4
 # Install and start **Cinder** volume service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/ceph
2 4
 # Configure the ceph backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/glusterfs
2 4
 # Configure the glusterfs backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/lvm
2 4
 # Configure the LVM backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/netapp_iscsi
2 4
 # Configure the NetApp iSCSI driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/netapp_nfs
2 4
 # Configure the NetApp NFS driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/nfs
2 4
 # Configure the nfs backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/solidfire
2 4
 # Configure the solidfire driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_backends/vmdk
2 4
 # Configure the VMware vmdk backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Copyright 2014 IBM Corp.
2 4
 # Copyright (c) 2014 OpenStack Foundation
3 5
 # All Rights Reserved.
... ...
@@ -82,4 +84,3 @@ $XIV_XTRACE
82 82
 # Local variables:
83 83
 # mode: shell-script
84 84
 # End:
85
-
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_plugins/XenAPINFS
2 4
 # Configure the XenAPINFS driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_plugins/glusterfs
2 4
 # Configure the glusterfs driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_plugins/nfs
2 4
 # Configure the nfs driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_plugins/sheepdog
2 4
 # Configure the sheepdog driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/cinder_plugins/vsphere
2 4
 # Configure the vsphere driver
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/config - Configuration file manipulation functions
2 4
 
3 5
 # These functions have no external dependencies and the following side-effects:
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/database
2 4
 # Interface for interacting with different database backends
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/databases/mysql
2 4
 # Functions to control the configuration and operation of the **MySQL** database backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/databases/postgresql
2 4
 # Functions to control the configuration and operation of the **PostgreSQL** database backend
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/dib
2 4
 # Install and build images with **diskimage-builder**
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/dstat
2 4
 # Functions to start and stop dstat
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/gantt
2 4
 # Install and start **Gantt** scheduler service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/glance
2 4
 # Functions to control the configuration and operation of the **Glance** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/heat
2 4
 # Install and start **Heat** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/horizon
2 4
 # Functions to control the configuration and operation of the horizon service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/infra
2 4
 #
3 5
 # Functions to install infrastructure projects needed by other projects
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/ironic
2 4
 # Functions to control the configuration and operation of the **Ironic** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/keystone
2 4
 # Functions to control the configuration and operation of **Keystone**
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/ldap
2 4
 # Functions to control the installation and configuration of **ldap**
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/neutron
2 4
 # functions - functions specific to neutron
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neuton Big Switch/FloodLight plugin
2 4
 # ------------------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Brocade Neutron Plugin
2 4
 # ----------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron Cisco plugin
2 4
 # ---------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron Embrane plugin
2 4
 # ---------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron IBM SDN-VE plugin
2 4
 # ---------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron Linux Bridge L2 agent
2 4
 # -----------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron MidoNet plugin
2 4
 # ----------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron Modular Layer 2 plugin
2 4
 # ------------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron NEC OpenFlow plugin
2 4
 # ---------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Nuage Neutron Plugin
2 4
 # ----------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # OpenFlow Agent plugin
2 4
 # ----------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron One Convergence plugin
2 4
 # ------------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Common code used by cisco and embrane plugins
2 4
 # ---------------------------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron Open vSwitch L2 agent
2 4
 # -----------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # common functions for ovs based plugin
2 4
 # -------------------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # PLUMgrid Neutron Plugin
2 4
 # Edgar Magana emagana@plumgrid.com
3 5
 # ------------------------------------
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Neutron VMware NSX plugin
2 4
 # -------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Big Switch/FloodLight  OpenFlow Controller
2 4
 # ------------------------------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # MidoNet
2 4
 # -------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Ryu SDN Framework
2 4
 # -----------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # Trema Sliceable Switch
2 4
 # ----------------------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # VMware NSX
2 4
 # ----------
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova
2 4
 # Functions to control the configuration and operation of the **Nova** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/functions-libvirt
2 4
 # Common libvirt configuration functions
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/hypervisor-fake
2 4
 # Configure the fake hypervisor
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/hypervisor-ironic
2 4
 # Configure the ironic hypervisor
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/hypervisor-libvirt
2 4
 # Configure the libvirt hypervisor
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/hypervisor-openvz
2 4
 # Configure the openvz hypervisor
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/hypervisor-vsphere
2 4
 # Configure the vSphere hypervisor
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/nova_plugins/hypervisor-xenserver
2 4
 # Configure the XenServer hypervisor
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/opendaylight
2 4
 # Functions to control the configuration and operation of the opendaylight service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/oslo
2 4
 #
3 5
 # Functions to install oslo libraries from git
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/rpc_backend
2 4
 # Interface for interactig with different rpc backend
3 5
 # rpc backend settings
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/sahara
2 4
 
3 5
 # Dependencies:
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/stackforge
2 4
 #
3 5
 # Functions to install stackforge libraries that we depend on so
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/swift
2 4
 # Functions to control the configuration and operation of the **Swift** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/tempest
2 4
 # Install and configure Tempest
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/template
2 4
 # Functions to control the configuration and operation of the XXXX service
3 5
 # <do not include this template file in ``stack.sh``!>
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/tls
2 4
 # Functions to control the configuration and operation of the TLS proxy service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/trove
2 4
 # Functions to control the configuration and operation of the **Trove** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # lib/zaqar
2 4
 # Install and start **Zaqar** service
3 5
 
... ...
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+#
1 3
 # stackrc
2 4
 #
3 5
 # Find the other rc files