devstack/lib
Accela Zhao 99de7cc178 Fix wrong sudo ceph -c command in lib/ceph
The `sudo -c ${CEPH_CONF_FILE} ceph ...` in lib/ceph misplaced
`ceph`. The correct syntax is `sudo ceph -c ${CEPH_CONF_FILE} ...`,
see lib/ceph:308.

While installing ./stack.sh with ceph enabled, the above malformed
command raises a `usage: sudo -h | -K | -k | -V ...` error and stops
the installation.

This patch fixes `sudo -c ${CEPH_CONF_FILE} ceph ...` by moving
`ceph` to the right place.

Change-Id: I3da943d5a353d99b09787f804b79c1d006a09d96
Closes-bug: #1453055
2015-05-09 01:17:55 +08:00
..
cinder_backends Remove the lvm.conf filter during cleanup 2015-04-23 22:12:15 +00:00
cinder_plugins add shebang lines to all lib files 2014-12-10 11:28:05 -05:00
databases introduce pip_install_gr 2015-04-08 10:28:17 -04:00
neutron_plugins Set local_ip only when TENANT_TUNNELS are enabled 2015-05-04 14:07:21 +00:00
neutron_thirdparty Rename lib/neutron to lib/neutron-legacy 2015-03-25 22:22:11 -04:00
nova_plugins Add support for arm64 images 2015-04-09 08:55:56 +00:00
apache add shebang lines to all lib files 2014-12-10 11:28:05 -05:00
ceilometer Set policy_file in the oslo_policy group 2015-04-22 18:02:39 +00:00
ceph Fix wrong sudo ceph -c command in lib/ceph 2015-05-09 01:17:55 +08:00
cinder cinder setup now refers to CINDER_VOLUME_CLEAR and volume_clear 2015-05-04 14:15:41 -04:00
database Add global venv enable/disable knob 2015-03-20 09:48:43 -05:00
dstat Add a peak memory tracker to dstat 2015-04-20 12:27:32 -04:00
glance Merge "Acknowledge API_WORKERS in glance-registry" 2015-04-24 20:25:23 +00:00
heat Merge "iptables rule for heat pip mirror" 2015-04-03 16:18:14 +00:00
horizon introduce pip_install_gr 2015-04-08 10:28:17 -04:00
infra Always install latest pbr 2014-12-23 17:20:30 -08:00
ironic Set policy_file in the oslo_policy group 2015-04-22 18:02:39 +00:00
keystone Merge "Remove keystone public/admin_endpoint options" 2015-04-17 17:36:35 +00:00
ldap introduce pip_install_gr 2015-04-08 10:28:17 -04:00
lvm Remove the lvm.conf filter during cleanup 2015-04-23 22:12:15 +00:00
neutron-legacy Merge "Add /usr/local/bin to exec_dirs in rootwrap.conf" 2015-05-04 03:28:38 +00:00
nova Add inc/rootwrap 2015-03-29 22:29:28 -05:00
oslo Mostly docs cleanups 2015-03-28 14:35:12 -05:00
rpc_backend Merge "Assurance status of rabbitmq is running" 2015-04-17 15:49:12 +00:00
sahara Added support of sahara with tls-proxy service 2015-04-14 11:40:30 -07:00
stack Mostly docs cleanups 2015-03-28 14:35:12 -05:00
swift Merge "Creates SWIFT_DATA_DIR if it does not exist" 2015-04-07 00:21:20 +00:00
tempest Set live_migrate_paused_instances=True in tempest.conf 2015-05-07 19:54:39 +00:00
template add shebang lines to all lib files 2014-12-10 11:28:05 -05:00
tls Mostly docs cleanups 2015-03-28 14:35:12 -05:00
trove Mostly docs cleanups 2015-03-28 14:35:12 -05:00
zaqar introduce pip_install_gr 2015-04-08 10:28:17 -04:00