Merge "add shebang lines to all lib files"
This commit is contained in:
commit
d09a1db5a4
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# functions - DevStack-specific functions
|
||||
#
|
||||
# The following variables are assumed to be defined by certain functions:
|
||||
|
@ -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.
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/apache
|
||||
# Functions to control configuration and operation of apache web server
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/ceilometer
|
||||
# Install and start **Ceilometer** service
|
||||
|
||||
|
2
lib/ceph
2
lib/ceph
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/ceph
|
||||
# Functions to control the configuration and operation of the **Ceph** storage service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder
|
||||
# Install and start **Cinder** volume service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/ceph
|
||||
# Configure the ceph backend
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/glusterfs
|
||||
# Configure the glusterfs backend
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/lvm
|
||||
# Configure the LVM backend
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/netapp_iscsi
|
||||
# Configure the NetApp iSCSI driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/netapp_nfs
|
||||
# Configure the NetApp NFS driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/nfs
|
||||
# Configure the nfs backend
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/solidfire
|
||||
# Configure the solidfire driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_backends/vmdk
|
||||
# Configure the VMware vmdk backend
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_plugins/XenAPINFS
|
||||
# Configure the XenAPINFS driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_plugins/glusterfs
|
||||
# Configure the glusterfs driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_plugins/nfs
|
||||
# Configure the nfs driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_plugins/sheepdog
|
||||
# Configure the sheepdog driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/cinder_plugins/vsphere
|
||||
# Configure the vsphere driver
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/config - Configuration file manipulation functions
|
||||
|
||||
# These functions have no external dependencies and the following side-effects:
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/database
|
||||
# Interface for interacting with different database backends
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/databases/mysql
|
||||
# Functions to control the configuration and operation of the **MySQL** database backend
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/databases/postgresql
|
||||
# Functions to control the configuration and operation of the **PostgreSQL** database backend
|
||||
|
||||
|
2
lib/dib
2
lib/dib
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/dib
|
||||
# Install and build images with **diskimage-builder**
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/gantt
|
||||
# Install and start **Gantt** scheduler service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/glance
|
||||
# Functions to control the configuration and operation of the **Glance** service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/horizon
|
||||
# Functions to control the configuration and operation of the horizon service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/infra
|
||||
#
|
||||
# Functions to install infrastructure projects needed by other projects
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/ironic
|
||||
# Functions to control the configuration and operation of the **Ironic** service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/keystone
|
||||
# Functions to control the configuration and operation of **Keystone**
|
||||
|
||||
|
2
lib/ldap
2
lib/ldap
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/ldap
|
||||
# Functions to control the installation and configuration of **ldap**
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/neutron
|
||||
# functions - functions specific to neutron
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neuton Big Switch/FloodLight plugin
|
||||
# ------------------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Brocade Neutron Plugin
|
||||
# ----------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron Cisco plugin
|
||||
# ---------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron Embrane plugin
|
||||
# ---------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron IBM SDN-VE plugin
|
||||
# ---------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron Linux Bridge L2 agent
|
||||
# -----------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron MidoNet plugin
|
||||
# ----------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron Modular Layer 2 plugin
|
||||
# ------------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron NEC OpenFlow plugin
|
||||
# ---------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Nuage Neutron Plugin
|
||||
# ----------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# OpenFlow Agent plugin
|
||||
# ----------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron One Convergence plugin
|
||||
# ------------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Common code used by cisco and embrane plugins
|
||||
# ---------------------------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron Open vSwitch L2 agent
|
||||
# -----------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# common functions for ovs based plugin
|
||||
# -------------------------------------
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# PLUMgrid Neutron Plugin
|
||||
# Edgar Magana emagana@plumgrid.com
|
||||
# ------------------------------------
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Neutron VMware NSX plugin
|
||||
# -------------------------
|
||||
|
||||
|
2
lib/neutron_thirdparty/bigswitch_floodlight
vendored
2
lib/neutron_thirdparty/bigswitch_floodlight
vendored
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Big Switch/FloodLight OpenFlow Controller
|
||||
# ------------------------------------------
|
||||
|
||||
|
2
lib/neutron_thirdparty/midonet
vendored
2
lib/neutron_thirdparty/midonet
vendored
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# MidoNet
|
||||
# -------
|
||||
|
||||
|
2
lib/neutron_thirdparty/ryu
vendored
2
lib/neutron_thirdparty/ryu
vendored
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Ryu SDN Framework
|
||||
# -----------------
|
||||
|
||||
|
2
lib/neutron_thirdparty/trema
vendored
2
lib/neutron_thirdparty/trema
vendored
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# Trema Sliceable Switch
|
||||
# ----------------------
|
||||
|
||||
|
2
lib/neutron_thirdparty/vmware_nsx
vendored
2
lib/neutron_thirdparty/vmware_nsx
vendored
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# VMware NSX
|
||||
# ----------
|
||||
|
||||
|
2
lib/nova
2
lib/nova
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova
|
||||
# Functions to control the configuration and operation of the **Nova** service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/functions-libvirt
|
||||
# Common libvirt configuration functions
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/hypervisor-fake
|
||||
# Configure the fake hypervisor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/hypervisor-ironic
|
||||
# Configure the ironic hypervisor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/hypervisor-libvirt
|
||||
# Configure the libvirt hypervisor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/hypervisor-openvz
|
||||
# Configure the openvz hypervisor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/hypervisor-vsphere
|
||||
# Configure the vSphere hypervisor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/nova_plugins/hypervisor-xenserver
|
||||
# Configure the XenServer hypervisor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/opendaylight
|
||||
# Functions to control the configuration and operation of the opendaylight service
|
||||
|
||||
|
2
lib/oslo
2
lib/oslo
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/oslo
|
||||
#
|
||||
# Functions to install oslo libraries from git
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/rpc_backend
|
||||
# Interface for interactig with different rpc backend
|
||||
# rpc backend settings
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/sahara
|
||||
|
||||
# Dependencies:
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/stackforge
|
||||
#
|
||||
# Functions to install stackforge libraries that we depend on so
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/swift
|
||||
# Functions to control the configuration and operation of the **Swift** service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/tempest
|
||||
# Install and configure Tempest
|
||||
|
||||
|
@ -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``!>
|
||||
|
2
lib/tls
2
lib/tls
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/tls
|
||||
# Functions to control the configuration and operation of the TLS proxy service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/trove
|
||||
# Functions to control the configuration and operation of the **Trove** service
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# lib/zaqar
|
||||
# Install and start **Zaqar** service
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user