Error in the installation of nova compute service on the controller node
after modification of /etc/nova/nova.conf i perform thes command: # su -s /bin/sh -c "nova-manage api_db sync" nova I got this error
Traceback (most recent call last):
File "/usr/bin/nova-manage", line 10, in <module> sys.exit(main())
File "/usr/lib/python2.7/dist-packages/nova/cmd/manage.py", line 2289, in main config.parse_args(sys.argv)
File "/usr/lib/python2.7/dist-packages/nova/config.py", line 58, in parse_args default_config_files=default_config_files)
File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2571, in __call__ else sys.argv[1:])
File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3312, in _parse_cli_opts return self._parse_config_files()
File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 3329, in _parse_config_files ConfigParser._parse_file(config_file, namespace)
File "/usr/lib/python2.7/dist-packages/oslo_config/cfg.py", line 2054, in _parse_file raise ConfigFileParseError(pe.filename, str(pe))
oslo_config.cfg.ConfigFileParseError: Failed to parse /etc/nova/nova.conf: at /etc/nova/nova.conf:8897, No ':' or '=' found in assignment: 'placement]/auth_plugin'
Obviously you added a syntax error to nova.conf, somewhere around the placement section.
what is your nova.conf
the problem is solved, i have a syntax error in [placement] section
what is the best network option to use in a manual installation of openstack:
The one that fits your environment and the purpose of the cloud best. E.g. if you need tenant networks, you need option 2. If not, option 1 is simpler.
By the way, to ask a question, create a new question rather than a comment.