bug fix: devstack can not start cyborg
Change-Id: I56eaa55c3c9c81695a4d47fe396c48d1efce0925
This commit is contained in:
parent
e68b5b49f0
commit
4e803eeee3
@ -17,6 +17,6 @@ import pbr.version
|
|||||||
|
|
||||||
|
|
||||||
__version__ = pbr.version.VersionInfo(
|
__version__ = pbr.version.VersionInfo(
|
||||||
'cyborg').version_string()
|
'openstack-cyborg').version_string()
|
||||||
|
|
||||||
eventlet.monkey_patch(os=False)
|
eventlet.monkey_patch(os=False)
|
||||||
|
@ -16,4 +16,4 @@ import pbr.version
|
|||||||
|
|
||||||
|
|
||||||
__version__ = pbr.version.VersionInfo(
|
__version__ = pbr.version.VersionInfo(
|
||||||
'cyborg').version_string()
|
'openstack-cyborg').version_string()
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
import pbr.version
|
import pbr.version
|
||||||
|
|
||||||
|
|
||||||
version_info = pbr.version.VersionInfo('cyborg')
|
version_info = pbr.version.VersionInfo('openstack-cyborg')
|
||||||
|
@ -113,7 +113,6 @@ function configure_cyborg {
|
|||||||
configure_cyborg_dirs
|
configure_cyborg_dirs
|
||||||
|
|
||||||
# Copy over cyborg configuration file and configure common parameters.
|
# Copy over cyborg configuration file and configure common parameters.
|
||||||
cp $CYBORG_DIR/etc/cyborg/cyborg.conf.sample $CYBORG_CONF_FILE
|
|
||||||
iniset $CYBORG_CONF_FILE DEFAULT debug True
|
iniset $CYBORG_CONF_FILE DEFAULT debug True
|
||||||
inicomment $CYBORG_CONF_FILE DEFAULT log_file
|
inicomment $CYBORG_CONF_FILE DEFAULT log_file
|
||||||
iniset $CYBORG_CONF_FILE database connection `database_connection_url cyborg`
|
iniset $CYBORG_CONF_FILE database connection `database_connection_url cyborg`
|
||||||
|
Loading…
Reference in New Issue
Block a user