[Openstack] [Quantum] Quantum servers fails to start

Aaron Rosen arosen at nicira.com
Wed Jul 18 01:28:23 UTC 2012


Hi Edgar,

The easiest thing to do right now is to delete the following line from
your quantum.conf (And any line that does not have anything after the
'=' ).

api_extensions_path =

Alternatively, you could apply the following patch:
https://review.openstack.org/#/c/9892/

Thanks,

Aaron



On Tue, Jul 17, 2012 at 3:50 PM, Edgar Magana (eperdomo)
<eperdomo at cisco.com> wrote:
> Team,
>
>
>
> Does anyone know why Quantum is failing to start?
>
>
>
> python bin/quantum-server
>
> Traceback (most recent call last):
>
>   File "bin/quantum-server", line 24, in <module>
>
>     server()
>
>   File "/opt/stack/quantum/quantum/server/__init__.py", line 34, in main
>
>     config.parse(sys.argv)
>
>   File "/opt/stack/quantum/quantum/common/config.py", line 53, in parse
>
>     version='%%prog %s' % version_string())
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 1020, in
> __call__
>
>     self._parse_config_files()
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 1436, in
> _parse_config_files
>
>     read_ok = self._cparser.read(config_files)
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 885, in
> read
>
>     parser.parse()
>
>   File "/opt/stack/quantum/quantum/openstack/common/cfg.py", line 852, in
> parse
>
>     return super(ConfigParser, self).parse(f)
>
>   File "/opt/stack/quantum/quantum/openstack/common/iniparser.py", line 93,
> in parse
>
>     key, value = self._split_key_value(line)
>
>   File "/opt/stack/quantum/quantum/openstack/common/iniparser.py", line 56,
> in _split_key_value
>
>     if value[0] == value[-1] and value[0] == "\"" or value[0] == "'":
>
> IndexError: string index out of range
>
>
>
> Thanks,
>
>
>
> Edgar
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>




More information about the Openstack mailing list