Add missing backslash and run genconfig

Change-Id: I0a9f6a4743de3903919480faeca3a2dc9cf97603
Closes-Bug: #1465303
This commit is contained in:
Sam Betts 2015-06-15 15:14:56 +01:00
parent 4fcd8f4758
commit dd0f0085a6
2 changed files with 4 additions and 1 deletions

View File

@ -375,6 +375,9 @@
# deleted. (set to 0 to never delete the object). (integer value)
#delete_after = 0
# Default Swift container to use when creating objects. (string value)
#container = ironic-inspector
# User name for accessing Swift API. (string value)
#username =

View File

@ -44,5 +44,5 @@ commands =
oslo-config-generator \
--output-file example.conf \
--namespace ironic_inspector \
--namespace keystonemiddleware.auth_token
--namespace keystonemiddleware.auth_token \
--namespace ironic_inspector.common.swift