Skip to content

Commit d09a1db

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "add shebang lines to all lib files"
2 parents 3fe578d + e263c82 commit d09a1db

77 files changed

Lines changed: 154 additions & 1 deletion

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

functions

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# functions - DevStack-specific functions
24
#
35
# The following variables are assumed to be defined by certain functions:

functions-common

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# functions-common - Common functions used by DevStack components
24
#
35
# The canonical copy of this file is maintained in the DevStack repo.

lib/apache

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/apache
24
# Functions to control configuration and operation of apache web server
35

lib/ceilometer

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/ceilometer
24
# Install and start **Ceilometer** service
35

lib/ceph

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/ceph
24
# Functions to control the configuration and operation of the **Ceph** storage service
35

lib/cinder

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/cinder
24
# Install and start **Cinder** volume service
35

lib/cinder_backends/ceph

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/cinder_backends/ceph
24
# Configure the ceph backend
35

lib/cinder_backends/glusterfs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/cinder_backends/glusterfs
24
# Configure the glusterfs backend
35

lib/cinder_backends/lvm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/cinder_backends/lvm
24
# Configure the LVM backend
35

lib/cinder_backends/netapp_iscsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/bash
2+
#
13
# lib/cinder_backends/netapp_iscsi
24
# Configure the NetApp iSCSI driver
35

0 commit comments

Comments
 (0)