[Openstack] Unable to start devstack at n-cpu.service

sagar sagar.kohli at nic.in
Thu Mar 22 09:41:45 UTC 2018


thanks for the response, as suggested I have tried stable/queens but 
still getting the same error.
Few observations

 1. services rngd.service  and devstack at n-cpu.service are failed to start.
 2. processor family - AMD Phenom(tm) II X4 955 Processor
 3. openvswitch.service is in exited state


please find attached

 1. output of*journalctl-n-cpu*
 2. output of systemctl list-units
 3. /etc/nova/nova.conf
 4. /proc/cpuinfo


On 03/22/2018 05:10 AM, Bernd Bausch wrote:
>
> In my experience, a DevStack cloned from the master branch (which is 
> the default) may occasionally run into inconsistencies such as 
> incompatible library versions. Try a stable branch e.g. git clone ... 
> –b stable/queens. Or just clone the master again later.
>
> Your local.conf may also be at the origin of this error.
>
> The full stack trace with a little bit of context may also be helpful 
> (journalctl –u devstack at n-cpu). It might contain other errors or 
> warnings that provide a clue.
>
> Also look for Nova-related errors or warnings in the stack.sh log file.
>
> Bernd.
>
> *From:*Sagar Kohli [mailto:sagar.kohli at nic.in]
> *Sent:* Wednesday, March 21, 2018 6:08 PM
> *To:* openstack at lists.openstack.org
> *Subject:* [Openstack] Unable to start devstack at n-cpu.service
>
> I am trying to install devstack on my fresh centos7 machine. All went 
> well.
> But i am not able to get service devstack at n-cpu.service 
> <mailto:devstack at n-cpu.service> up. following is the output of 
> systemctl status devstack at n-cpu.service <mailto:devstack at n-cpu.service>
>
>     sudo systemctl status devstack at n-cpu.service
>     <mailto:devstack at n-cpu.service>
>devstack at n-cpu.service <mailto:devstack at n-cpu.service> -
>     Devstack devstack at n-cpu.service <mailto:devstack at n-cpu.service>
>        Loaded: loaded (/etc/systemd/system/devstack at n-cpu.service
>     <mailto:/etc/systemd/system/devstack at n-cpu.service>; enabled;
>     vendor preset: disabled)
>        Active: failed (Result: exit-code) since Wed 2018-03-21
>     15:22:55 EDT; 10h left
>       Process: 4252 ExecStart=/usr/bin/nova-compute --config-file
>     /etc/nova/nova-cpu.conf (code=exited, status=1/FAILURE)
>      Main PID: 4252 (code=exited, status=1/FAILURE)
>
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR
>     nova     from paramiko.auth_handler import AuthHandler
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR
>     nova   File
>     "/usr/lib/python2.7/site-packages/paramiko/auth_handler.py",
>     lin...module>
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR
>     nova     from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR
>     nova   File
>     "/usr/lib/python2.7/site-packages/paramiko/ssh_gss.py", line
>     54,...module>
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR
>     nova     GSS_EXCEPTIONS = (gssapi.GSSException,)
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR
>     nova AttributeError: 'module' object has no attribute 'GSSException'
>     Mar 21 15:22:55 localhost.localdomain nova-compute[4252]: ERROR nova
>     Mar 21 15:22:55 localhost.localdomain systemd[1]:
>     devstack at n-cpu.service <mailto:devstack at n-cpu.service>: main
>     process exited, code=exited, status=1/FAILURE
>     Mar 21 15:22:55 localhost.localdomain systemd[1]: Unit
>     devstack at n-cpu.service <mailto:devstack at n-cpu.service> entered
>     failed state.
>     Mar 21 15:22:55 localhost.localdomain systemd[1]:
>     devstack at n-cpu.service <mailto:devstack at n-cpu.service> failed.
>     Hint: Some lines were ellipsized, use -l to show in full.
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20180322/431d1e58/attachment.html>
-------------- next part --------------
[root at localhost capabilities]# journalctl -f --unit devstack at n-cpu --since today
-- Logs begin at Thu 2018-03-22 13:18:53 IST. --
Mar 22 13:19:12 localhost.localdomain systemd[1]: Started Devstack devstack at n-cpu.service.
Mar 22 13:19:12 localhost.localdomain systemd[1]: Starting Devstack devstack at n-cpu.service...
Mar 22 13:20:14 localhost.localdomain nova-compute[703]: /usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py:332: NotSupportedWarning: Configuration option(s) ['use_tpool'] not supported
Mar 22 13:20:14 localhost.localdomain nova-compute[703]: exception.NotSupportedWarning
Mar 22 13:20:23 localhost.localdomain nova-compute[703]: DEBUG os_vif [-] Loaded VIF plugin class '<class 'vif_plug_ovs.ovs.OvsPlugin'>' with name 'ovs' {{(pid=703) initialize /usr/lib/python2.7/site-packages/os_vif/__init__.py:46}}
Mar 22 13:20:23 localhost.localdomain nova-compute[703]: DEBUG os_vif [-] Loaded VIF plugin class '<class 'vif_plug_linux_bridge.linux_bridge.LinuxBridgePlugin'>' with name 'linux_bridge' {{(pid=703) initialize /usr/lib/python2.7/site-packages/os_vif/__init__.py:46}}
Mar 22 13:20:23 localhost.localdomain nova-compute[703]: INFO os_vif [-] Loaded VIF plugins: ovs, linux_bridge
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: WARNING oslo_config.cfg [-] Option "use_neutron" from group "DEFAULT" is deprecated for removal (
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: nova-network is deprecated, as are any related configuration options.
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ).  Its value may be silently ignored in the future.
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: CRITICAL nova [-] Unhandled error: AttributeError: 'module' object has no attribute 'GSSException'
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova Traceback (most recent call last):
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/bin/nova-compute", line 10, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     sys.exit(main())
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/cmd/compute.py", line 59, in main
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     topic=compute_rpcapi.RPC_TOPIC)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/service.py", line 258, in create
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     periodic_interval_max=periodic_interval_max)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/service.py", line 127, in __init__
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     self.manager = manager_class(host=self.host, *args, **kwargs)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/compute/manager.py", line 505, in __init__
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     self.compute_api = compute.API()
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/compute/__init__.py", line 39, in API
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     return importutils.import_object(class_name, *args, **kwargs)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 44, in import_object
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     return import_class(import_str)(*args, **kwargs)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 30, in import_class
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     __import__(mod_str)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/compute/api.py", line 58, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     from nova import crypto
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/opt/stack/nova/nova/crypto.py", line 39, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     import paramiko
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/__init__.py", line 22, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     from paramiko.transport import SecurityOptions, Transport
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 38, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     from paramiko.auth_handler import AuthHandler
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/auth_handler.py", line 48, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/ssh_gss.py", line 54, in <module>
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova     GSS_EXCEPTIONS = (gssapi.GSSException,)
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova AttributeError: 'module' object has no attribute 'GSSException'
Mar 22 13:20:24 localhost.localdomain nova-compute[703]: ERROR nova 
Mar 22 13:20:25 localhost.localdomain systemd[1]: devstack at n-cpu.service: main process exited, code=exited, status=1/FAILURE
Mar 22 13:20:25 localhost.localdomain systemd[1]: Unit devstack at n-cpu.service entered failed state.
Mar 22 13:20:25 localhost.localdomain systemd[1]: devstack at n-cpu.service failed.
Mar 22 14:15:09 localhost.localdomain systemd[1]: Started Devstack devstack at n-cpu.service.
Mar 22 14:15:09 localhost.localdomain systemd[1]: Starting Devstack devstack at n-cpu.service...
Mar 22 14:15:11 localhost.localdomain nova-compute[5128]: /usr/lib/python2.7/site-packages/oslo_db/sqlalchemy/enginefacade.py:332: NotSupportedWarning: Configuration option(s) ['use_tpool'] not supported
Mar 22 14:15:11 localhost.localdomain nova-compute[5128]: exception.NotSupportedWarning
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: DEBUG os_vif [-] Loaded VIF plugin class '<class 'vif_plug_ovs.ovs.OvsPlugin'>' with name 'ovs' {{(pid=5128) initialize /usr/lib/python2.7/site-packages/os_vif/__init__.py:46}}
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: DEBUG os_vif [-] Loaded VIF plugin class '<class 'vif_plug_linux_bridge.linux_bridge.LinuxBridgePlugin'>' with name 'linux_bridge' {{(pid=5128) initialize /usr/lib/python2.7/site-packages/os_vif/__init__.py:46}}
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: INFO os_vif [-] Loaded VIF plugins: ovs, linux_bridge
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: WARNING oslo_config.cfg [-] Option "use_neutron" from group "DEFAULT" is deprecated for removal (
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: nova-network is deprecated, as are any related configuration options.
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ).  Its value may be silently ignored in the future.
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: CRITICAL nova [-] Unhandled error: AttributeError: 'module' object has no attribute 'GSSException'
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova Traceback (most recent call last):
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/bin/nova-compute", line 10, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     sys.exit(main())
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/cmd/compute.py", line 59, in main
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     topic=compute_rpcapi.RPC_TOPIC)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/service.py", line 258, in create
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     periodic_interval_max=periodic_interval_max)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/service.py", line 127, in __init__
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     self.manager = manager_class(host=self.host, *args, **kwargs)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/compute/manager.py", line 505, in __init__
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     self.compute_api = compute.API()
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/compute/__init__.py", line 39, in API
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     return importutils.import_object(class_name, *args, **kwargs)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 44, in import_object
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     return import_class(import_str)(*args, **kwargs)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 30, in import_class
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     __import__(mod_str)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/compute/api.py", line 58, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     from nova import crypto
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/opt/stack/nova/nova/crypto.py", line 39, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     import paramiko
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/__init__.py", line 22, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     from paramiko.transport import SecurityOptions, Transport
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/transport.py", line 38, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     from paramiko.auth_handler import AuthHandler
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/auth_handler.py", line 48, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     from paramiko.ssh_gss import GSSAuth, GSS_EXCEPTIONS
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova   File "/usr/lib/python2.7/site-packages/paramiko/ssh_gss.py", line 54, in <module>
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova     GSS_EXCEPTIONS = (gssapi.GSSException,)
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova AttributeError: 'module' object has no attribute 'GSSException'
Mar 22 14:15:13 localhost.localdomain nova-compute[5128]: ERROR nova 
Mar 22 14:15:14 localhost.localdomain systemd[1]: devstack at n-cpu.service: main process exited, code=exited, status=1/FAILURE
Mar 22 14:15:14 localhost.localdomain systemd[1]: Unit devstack at n-cpu.service entered failed state.
Mar 22 14:15:14 localhost.localdomain systemd[1]: devstack at n-cpu.service failed.


-------------- next part --------------
processor	: 0
vendor_id	: AuthenticAMD
cpu family	: 16
model		: 4
model name	: AMD Phenom(tm) II X4 955 Processor
stepping	: 3
microcode	: 0x10000c8
cpu MHz		: 800.000
cache size	: 512 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc art rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips	: 6400.28
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor	: 1
vendor_id	: AuthenticAMD
cpu family	: 16
model		: 4
model name	: AMD Phenom(tm) II X4 955 Processor
stepping	: 3
microcode	: 0x10000c8
cpu MHz		: 2000.000
cache size	: 512 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc art rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips	: 6400.28
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor	: 2
vendor_id	: AuthenticAMD
cpu family	: 16
model		: 4
model name	: AMD Phenom(tm) II X4 955 Processor
stepping	: 3
microcode	: 0x10000c8
cpu MHz		: 800.000
cache size	: 512 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc art rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips	: 6400.28
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

processor	: 3
vendor_id	: AuthenticAMD
cpu family	: 16
model		: 4
model name	: AMD Phenom(tm) II X4 955 Processor
stepping	: 3
microcode	: 0x10000c8
cpu MHz		: 800.000
cache size	: 512 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc art rep_good nopl nonstop_tsc extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate npt lbrv svm_lock nrip_save
bogomips	: 6400.28
TLB size	: 1024 4K pages
clflush size	: 64
cache_alignment	: 64
address sizes	: 48 bits physical, 48 bits virtual
power management: ts ttp tm stc 100mhzsteps hwpstate

-------------- next part --------------
  UNIT                                                                                     LOAD   ACTIVE SUB       DESCRIPTION
  proc-sys-fs-binfmt_misc.automount                                                        loaded active waiting   Arbitrary Executable File Formats File System Automount Point
  sys-devices-pci0000:00-0000:00:01.0-0000:01:05.1-sound-card1.device                      loaded active plugged   RS880 HDMI Audio [Radeon HD 4200 Series]
  sys-devices-pci0000:00-0000:00:06.0-0000:02:00.0-net-enp2s0.device                       loaded active plugged   RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda1.device loaded active plugged   WDC_WD3200AAJS-00L7A0 1
  sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sda-sda2.device loaded active plugged   LVM PV 6wTpPL-2LJj-wh1e-tZWP-aBJg-Au3G-Wp77HR on /dev/sda2 2
  sys-devices-pci0000:00-0000:00:11.0-ata3-host2-target2:0:0-2:0:0:0-block-sda.device      loaded active plugged   WDC_WD3200AAJS-00L7A0
  sys-devices-pci0000:00-0000:00:11.0-ata4-host3-target3:0:0-3:0:0:0-block-sr0.device      loaded active plugged   ATAPI_iHAS122_A
  sys-devices-pci0000:00-0000:00:14.2-sound-card0.device                                   loaded active plugged   SBx00 Azalia (Intel HDA)
  sys-devices-platform-serial8250-tty-ttyS1.device                                         loaded active plugged   /sys/devices/platform/serial8250/tty/ttyS1
  sys-devices-platform-serial8250-tty-ttyS2.device                                         loaded active plugged   /sys/devices/platform/serial8250/tty/ttyS2
  sys-devices-platform-serial8250-tty-ttyS3.device                                         loaded active plugged   /sys/devices/platform/serial8250/tty/ttyS3
  sys-devices-pnp0-00:04-tty-ttyS0.device                                                  loaded active plugged   /sys/devices/pnp0/00:04/tty/ttyS0
  sys-devices-virtual-block-dm\x2d0.device                                                 loaded active plugged   /sys/devices/virtual/block/dm-0
  sys-devices-virtual-block-dm\x2d1.device                                                 loaded active plugged   /sys/devices/virtual/block/dm-1
  sys-devices-virtual-block-dm\x2d2.device                                                 loaded active plugged   /sys/devices/virtual/block/dm-2
  sys-devices-virtual-net-br\x2dex.device                                                  loaded active plugged   /sys/devices/virtual/net/br-ex
  sys-devices-virtual-net-br\x2dint.device                                                 loaded active plugged   /sys/devices/virtual/net/br-int
  sys-devices-virtual-net-br\x2dtun.device                                                 loaded active plugged   /sys/devices/virtual/net/br-tun
  sys-devices-virtual-net-ovs\x2dsystem.device                                             loaded active plugged   /sys/devices/virtual/net/ovs-system
  sys-devices-virtual-net-virbr0.device                                                    loaded active plugged   /sys/devices/virtual/net/virbr0
  sys-devices-virtual-net-virbr0\x2dnic.device                                             loaded active plugged   /sys/devices/virtual/net/virbr0-nic
  sys-module-configfs.device                                                               loaded active plugged   /sys/module/configfs
  sys-module-fuse.device                                                                   loaded active plugged   /sys/module/fuse
  sys-subsystem-net-devices-br\x2dex.device                                                loaded active plugged   /sys/subsystem/net/devices/br-ex
  sys-subsystem-net-devices-br\x2dint.device                                               loaded active plugged   /sys/subsystem/net/devices/br-int
  sys-subsystem-net-devices-br\x2dtun.device                                               loaded active plugged   /sys/subsystem/net/devices/br-tun
  sys-subsystem-net-devices-enp2s0.device                                                  loaded active plugged   RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
  sys-subsystem-net-devices-ovs\x2dsystem.device                                           loaded active plugged   /sys/subsystem/net/devices/ovs-system
  sys-subsystem-net-devices-virbr0.device                                                  loaded active plugged   /sys/subsystem/net/devices/virbr0
  sys-subsystem-net-devices-virbr0\x2dnic.device                                           loaded active plugged   /sys/subsystem/net/devices/virbr0-nic
  -.mount                                                                                  loaded active mounted   /
  boot.mount                                                                               loaded active mounted   /boot
  dev-hugepages.mount                                                                      loaded active mounted   Huge Pages File System
  dev-mqueue.mount                                                                         loaded active mounted   POSIX Message Queue File System
  home.mount                                                                               loaded active mounted   /home
  proc-fs-nfsd.mount                                                                       loaded active mounted   NFSD configuration filesystem
  run-netns.mount                                                                          loaded active mounted   /run/netns
  run-user-0.mount                                                                         loaded active mounted   /run/user/0
  run-user-1001-gvfs.mount                                                                 loaded active mounted   /run/user/1001/gvfs
  run-user-1001.mount                                                                      loaded active mounted   /run/user/1001
  sys-fs-fuse-connections.mount                                                            loaded active mounted   FUSE Control File System
  sys-kernel-config.mount                                                                  loaded active mounted   Configuration File System
  sys-kernel-debug.mount                                                                   loaded active mounted   Debug File System
  var-lib-nfs-rpc_pipefs.mount                                                             loaded active mounted   RPC Pipe File System
  brandbot.path                                                                            loaded active waiting   Flexible branding
  cups.path                                                                                loaded active waiting   CUPS Printer Service Spool
  systemd-ask-password-plymouth.path                                                       loaded active waiting   Forward Password Requests to Plymouth Directory Watch
  systemd-ask-password-wall.path                                                           loaded active waiting   Forward Password Requests to Wall Directory Watch
  session-6.scope                                                                          loaded active abandoned Session 6 of user root
  session-7.scope                                                                          loaded active running   Session 7 of user stack
  abrt-ccpp.service                                                                        loaded active exited    Install ABRT coredump hook
  abrt-oops.service                                                                        loaded active running   ABRT kernel log watcher
  abrt-xorg.service                                                                        loaded active running   ABRT Xorg log watcher
  abrtd.service                                                                            loaded active running   ABRT Automated Bug Reporting Tool
  accounts-daemon.service                                                                  loaded active running   Accounts Service
  alsa-state.service                                                                       loaded active running   Manage Sound Card State (restore and store)
  atd.service                                                                              loaded active running   Job spooling tools
  auditd.service                                                                           loaded active running   Security Auditing Service
  avahi-daemon.service                                                                     loaded active running   Avahi mDNS/DNS-SD Stack
  blk-availability.service                                                                 loaded active exited    Availability of block devices
  chronyd.service                                                                          loaded active running   NTP client/server
  colord.service                                                                           loaded active running   Manage, Install and Generate Color Profiles
  crond.service                                                                            loaded active running   Command Scheduler
  cups.service                                                                             loaded active running   CUPS Printing Service
  dbus.service                                                                             loaded active running   D-Bus System Message Bus
  devstack at dstat.service                                                                   loaded active running   Devstack devstack at dstat.service
  devstack at etcd.service                                                                    loaded active running   Devstack devstack at etcd.service
  devstack at g-api.service                                                                   loaded active running   Devstack devstack at g-api.service
  devstack at g-reg.service                                                                   loaded active running   Devstack devstack at g-reg.service
  devstack at keystone.service                                                                loaded active running   Devstack devstack at keystone.service
  devstack at n-api-meta.service                                                              loaded active running   Devstack devstack at n-api-meta.service
  devstack at n-api.service                                                                   loaded active running   Devstack devstack at n-api.service
  devstack at n-cauth.service                                                                 loaded active running   Devstack devstack at n-cauth.service
  devstack at n-cond-cell1.service                                                            loaded active running   Devstack devstack at n-cond-cell1.servicedevstack at n-cpu.service                                                                   loaded failed failed    Devstack devstack at n-cpu.service
  devstack at n-novnc.service                                                                 loaded active running   Devstack devstack at n-novnc.service
  devstack at n-sch.service                                                                   loaded active running   Devstack devstack at n-sch.service
  devstack at n-super-cond.service                                                            loaded active running   Devstack devstack at n-super-cond.service
  devstack at placement-api.service                                                           loaded active running   Devstack devstack at placement-api.service
  devstack at q-agt.service                                                                   loaded active running   Devstack devstack at q-agt.service
  devstack at q-dhcp.service                                                                  loaded active running   Devstack devstack at q-dhcp.service
  devstack at q-l3.service                                                                    loaded active running   Devstack devstack at q-l3.service
  devstack at q-meta.service                                                                  loaded active running   Devstack devstack at q-meta.service
  devstack at q-svc.service                                                                   loaded active running   Devstack devstack at q-svc.service
  epmd at 0.0.0.0.service                                                                     loaded active running   Erlang Port Mapper Daemon
  gdm.service                                                                              loaded active running   GNOME Display Manager
  geoclue.service                                                                          loaded active running   Location Lookup Service
  gssproxy.service                                                                         loaded active running   GSSAPI Proxy Daemon
  iptables.service                                                                         loaded active exited    IPv4 firewall with iptables
  irqbalance.service                                                                       loaded active running   irqbalance daemon
  iscsi-shutdown.service                                                                   loaded active exited    Logout off all iSCSI sessions on shutdown
  kdump.service                                                                            loaded active exited    Crash recovery kernel arming
  kmod-static-nodes.service                                                                loaded active exited    Create list of required static device nodes for the current kernel
  libstoragemgmt.service                                                                   loaded active running   libstoragemgmt plug-in server daemon
  libvirtd.service                                                                         loaded active running   Virtualization daemon
  lvm2-lvmetad.service                                                                     loaded active running   LVM2 metadata daemon
  lvm2-monitor.service                                                                     loaded active exited    Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling
  lvm2-pvscan at 8:2.service                                                                  loaded active exited    LVM2 PV scan on device 8:2
  mariadb.service                                                                          loaded active running   MariaDB 10.1 database server
  ModemManager.service                                                                     loaded active running   Modem Manager
  network.service                                                                          loaded active exited    LSB: Bring up/down networking
  NetworkManager-wait-online.service                                                       loaded active exited    Network Manager Wait Online
  NetworkManager.service                                                                   loaded active running   Network Manager
  openvswitch.service                                                                      loaded active exited    Open vSwitch
  ovs-vswitchd.service                                                                     loaded active running   Open vSwitch Forwarding Unit
  ovsdb-server.service                                                                     loaded active running   Open vSwitch Database Unit
  packagekit.service                                                                       loaded active running   PackageKit Daemon
  polkit.service                                                                           loaded active running   Authorization Manager
  postfix.service                                                                          loaded active running   Postfix Mail Transport Agent
  rabbitmq-server.service                                                                  loaded active running   RabbitMQ broker
  rhel-dmesg.service                                                                       loaded active exited    Dump dmesg to /var/log/dmesg
  rhel-import-state.service                                                                loaded active exited    Import network configuration from initramfs
  rhel-readonly.service                                                                    loaded active exited    Configure read-only root support
● rngd.service                                                                             loaded failed failed    Hardware RNG Entropy Gatherer Daemon
  rsyslog.service                                                                          loaded active running   System Logging Service
  rtkit-daemon.service                                                                     loaded active running   RealtimeKit Scheduling Policy Service
  smartd.service                                                                           loaded active running   Self Monitoring and Reporting Technology (SMART) Daemon
  sshd.service                                                                             loaded active running   OpenSSH server daemon
  sysstat.service                                                                          loaded active exited    Resets System Activity Logs
  systemd-hwdb-update.service                                                              loaded active exited    Rebuild Hardware Database
  systemd-journal-catalog-update.service                                                   loaded active exited    Rebuild Journal Catalog
  systemd-journal-flush.service                                                            loaded active exited    Flush Journal to Persistent Storage
  systemd-journald.service                                                                 loaded active running   Journal Service
  systemd-logind.service                                                                   loaded active running   Login Service
  systemd-random-seed.service                                                              loaded active exited    Load/Save Random Seed
  systemd-readahead-collect.service                                                        loaded active exited    Collect Read-Ahead Data
  systemd-readahead-replay.service                                                         loaded active exited    Replay Read-Ahead Data
  systemd-remount-fs.service                                                               loaded active exited    Remount Root and Kernel File Systems
  systemd-sysctl.service                                                                   loaded active exited    Apply Kernel Variables
  systemd-tmpfiles-setup-dev.service                                                       loaded active exited    Create Static Device Nodes in /dev
  systemd-tmpfiles-setup.service                                                           loaded active exited    Create Volatile Files and Directories
  systemd-udev-settle.service                                                              loaded active exited    udev Wait for Complete Device Initialization
  systemd-udev-trigger.service                                                             loaded active exited    udev Coldplug all Devices
  systemd-udevd.service                                                                    loaded active running   udev Kernel Device Manager
  systemd-update-done.service                                                              loaded active exited    Update is Completed
  systemd-update-utmp.service                                                              loaded active exited    Update UTMP about System Boot/Shutdown
  systemd-user-sessions.service                                                            loaded active exited    Permit User Sessions
  systemd-vconsole-setup.service                                                           loaded active exited    Setup Virtual Console
  tuned.service                                                                            loaded active running   Dynamic System Tuning Daemon
  udisks2.service                                                                          loaded active running   Disk Manager
  upower.service                                                                           loaded active running   Daemon for power management
  wpa_supplicant.service                                                                   loaded active running   WPA Supplicant daemon
  -.slice                                                                                  loaded active active    Root Slice
  system-devstack.slice                                                                    loaded active active    system-devstack.slice
  system-epmd.slice                                                                        loaded active active    system-epmd.slice
  system-getty.slice                                                                       loaded active active    system-getty.slice
  system-lvm2\x2dpvscan.slice                                                              loaded active active    system-lvm2\x2dpvscan.slice
  system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice                            loaded active active    system-selinux\x2dpolicy\x2dmigrate\x2dlocal\x2dchanges.slice
  system.slice                                                                             loaded active active    System Slice
  user-0.slice                                                                             loaded active active    User Slice of root
  user-1001.slice                                                                          loaded active active    User Slice of stack
  user.slice                                                                               loaded active active    User and Session Slice
  avahi-daemon.socket                                                                      loaded active running   Avahi mDNS/DNS-SD Stack Activation Socket
  cups.socket                                                                              loaded active running   CUPS Printing Service Sockets
  dbus.socket                                                                              loaded active running   D-Bus System Message Bus Socket
  dm-event.socket                                                                          loaded active listening Device-mapper event daemon FIFOs
  epmd at 0.0.0.0.socket                                                                      loaded active running   Erlang Port Mapper Daemon Activation Socket
  iscsid.socket                                                                            loaded active listening Open-iSCSI iscsid Socket
  iscsiuio.socket                                                                          loaded active listening Open-iSCSI iscsiuio Socket
  lvm2-lvmetad.socket                                                                      loaded active running   LVM2 metadata daemon socket
  lvm2-lvmpolld.socket                                                                     loaded active listening LVM2 poll daemon socket
  rpcbind.socket                                                                           loaded active listening RPCbind Server Activation Socket
  systemd-initctl.socket                                                                   loaded active listening /dev/initctl Compatibility Named Pipe
  systemd-journald.socket                                                                  loaded active running   Journal Socket
  systemd-shutdownd.socket                                                                 loaded active listening Delayed Shutdown Socket
  systemd-udevd-control.socket                                                             loaded active running   udev Control Socket
  systemd-udevd-kernel.socket                                                              loaded active running   udev Kernel Socket
  virtlockd.socket                                                                         loaded active listening Virtual machine lock manager socket
  virtlogd.socket                                                                          loaded active listening Virtual machine log manager socket
  dev-mapper-centos\x2dswap.swap                                                           loaded active active    /dev/mapper/centos-swap
  basic.target                                                                             loaded active active    Basic System
  cryptsetup.target                                                                        loaded active active    Encrypted Volumes
  getty.target                                                                             loaded active active    Login Prompts
  graphical.target                                                                         loaded active active    Graphical Interface
  local-fs-pre.target                                                                      loaded active active    Local File Systems (Pre)
  local-fs.target                                                                          loaded active active    Local File Systems
  multi-user.target                                                                        loaded active active    Multi-User System
  network-online.target                                                                    loaded active active    Network is Online
  network.target                                                                           loaded active active    Network
  nfs-client.target                                                                        loaded active active    NFS client services
  nss-user-lookup.target                                                                   loaded active active    User and Group Name Lookups
  paths.target                                                                             loaded active active    Paths
  remote-fs-pre.target                                                                     loaded active active    Remote File Systems (Pre)
  remote-fs.target                                                                         loaded active active    Remote File Systems
  slices.target                                                                            loaded active active    Slices
  sockets.target                                                                           loaded active active    Sockets
  sound.target                                                                             loaded active active    Sound Card
  swap.target                                                                              loaded active active    Swap
  sysinit.target                                                                           loaded active active    System Initialization
  timers.target                                                                            loaded active active    Timers
  systemd-readahead-done.timer                                                             loaded active elapsed   Stop Read-Ahead Data Collection 10s After Completed Startup
  systemd-tmpfiles-clean.timer                                                             loaded active waiting   Daily Cleanup of Temporary Directories

LOAD   = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB    = The low-level unit activation state, values depend on unit type.

192 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
-------------- next part --------------

[DEFAULT]
vif_plugging_timeout = 300
vif_plugging_is_fatal = True
use_neutron = True
firewall_driver = nova.virt.firewall.NoopFirewallDriver
compute_driver = libvirt.LibvirtDriver
default_ephemeral_format = ext4
pointer_model = ps2mouse
graceful_shutdown_timeout = 5
metadata_workers = 2
osapi_compute_workers = 2
transport_url = rabbit://stackrabbit:secret@10.1.36.123:5672/
logging_exception_prefix = ERROR %(name)s %(instance)s
logging_default_format_string = %(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s
logging_context_format_string = %(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s
logging_debug_format_suffix = {{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}
instances_path = /opt/stack/data/nova/instances
state_path = /opt/stack/data/nova
enabled_apis = osapi_compute
bindir = /usr/bin
metadata_listen = 0.0.0.0
osapi_compute_listen = 0.0.0.0
instance_name_template = instance-%08x
my_ip = 10.1.36.123
default_floating_pool = public
rootwrap_config = /etc/nova/rootwrap.conf
allow_resize_to_same_host = True
debug = True

[wsgi]
api_paste_config = /etc/nova/api-paste.ini

[scheduler]
driver = filter_scheduler

[filter_scheduler]
track_instance_changes = False
enabled_filters = RetryFilter,AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter

[key_manager]
fixed_key = b4d7692e3d6c05a907829e85e29e2a49d8b9265b0f2f00156255fa5552b7697f3427de7f
api_class = nova.keymgr.conf_key_mgr.ConfKeyManager

[database]
connection = mysql+pymysql://root:secret@127.0.0.1/nova_cell0?charset=utf8

[api_database]
connection = mysql+pymysql://root:secret@127.0.0.1/nova_api?charset=utf8

[keystone_authtoken]
memcached_servers = localhost:11211
signing_dir = /var/cache/nova
cafile = /opt/stack/data/ca-bundle.pem
project_domain_name = Default
project_name = service
user_domain_name = Default
password = secret
username = nova
auth_url = http://10.1.36.123/identity
auth_type = password

[oslo_concurrency]
lock_path = /opt/stack/data/nova

[vnc]
xvpvncproxy_host = 0.0.0.0
novncproxy_host = 0.0.0.0
server_proxyclient_address = 127.0.0.1
server_listen = 127.0.0.1
xvpvncproxy_base_url = http://10.1.36.123:6081/console
novncproxy_base_url = http://10.1.36.123:6080/vnc_auto.html

[spice]
html5proxy_base_url = http://10.1.36.123:6082/spice_auto.html

[oslo_messaging_notifications]
transport_url = rabbit://stackrabbit:secret@10.1.36.123:5672/
driver = messagingv2

[conductor]
workers = 2

[cinder]
os_region_name = RegionOne

[libvirt]
live_migration_uri = qemu+ssh://stack@%s/system
cpu_mode = none
virt_type = kvm

[placement]
os_region_name = RegionOne
project_domain_name = Default
project_name = service
user_domain_name = Default
password = secret
username = placement
auth_url = http://10.1.36.123/identity
auth_type = password

[neutron]
service_metadata_proxy = True
url = http://10.1.36.123:9696
region_name = RegionOne
auth_strategy = keystone
project_domain_name = Default
project_name = service
user_domain_name = Default
password = secret
username = neutron
auth_url = http://10.1.36.123/identity
auth_type = password


More information about the Openstack mailing list