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
This commit is contained in:
Sean Dague 2014-12-05 14:25:28 -05:00
parent 2f8e08b572
commit e263c82e48
77 changed files with 154 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#!/bin/bash
#
# functions - DevStack-specific 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
#
# The canonical copy of this file is maintained in the DevStack repo.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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