This is a temporary fix until the Quantum patch lands. Then
devstack will be updated to remove all of the root_helper
settings in the DEFAULT section.
The Quantum patch in Question is:
https://review.openstack.org/#/c/20603/
Change-Id: Ie17ae76e8b525481e1002bd941812390cf2e2afc
| ... | ... |
@@ -410,6 +410,9 @@ function _configure_quantum_debug_command() {
|
| 410 | 410 |
iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT debug False |
| 411 | 411 |
iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT use_namespaces $Q_USE_NAMESPACE |
| 412 | 412 |
iniset $QUANTUM_TEST_CONFIG_FILE DEFAULT root_helper "$Q_RR_COMMAND" |
| 413 |
+ # Intermediate fix until Quantum patch lands and then line above will |
|
| 414 |
+ # be cleaned. |
|
| 415 |
+ iniset $QUANTUM_TEST_CONFIG_FILE AGENT root_helper "$Q_RR_COMMAND" |
|
| 413 | 416 |
|
| 414 | 417 |
_quantum_setup_keystone $QUANTUM_TEST_CONFIG_FILE DEFAULT set_auth_url |
| 415 | 418 |
_quantum_setup_interface_driver $QUANTUM_TEST_CONFIG_FILE |