[Openstack] The VM got incorrect DNS server IP
董建华
dongjh at nci.com.cn
Fri Oct 25 02:53:14 UTC 2013
Hi all,
I set the --dns1 and --dns2 when creating the vmnet, however the VM instance get the default gatway IP as it's DNS server, what is the issue?
root at controller:~# nova network-create vmnet --bridge-interface=br100 --multi-host=T --gateway=192.168.11.254 --dns1=221.12.1.227 --dns2=221.12.1.228
root at controller:~# nova network-show d960f9aa-647a-4fa6-97d4-bc9e8b322015
+---------------------+--------------------------------------+
| Property | Value |
+---------------------+--------------------------------------+
| bridge | br100 |
| vpn_public_port | 1000 |
| dhcp_start | 192.168.11.3 |
| bridge_interface | br100 |
| updated_at | 2013-10-25T02:01:38.000000 |
| id | d960f9aa-647a-4fa6-97d4-bc9e8b322015 |
| cidr_v6 | None |
| deleted_at | None |
| gateway | 192.168.11.254 |
| rxtx_base | None |
| label | vmnet |
| priority | None |
| project_id | 382ce85ef00948a3a1442e44f9d033ed |
| vpn_private_address | 192.168.11.2 |
| deleted | 0 |
| vlan | 100 |
| broadcast | 192.168.11.255 |
| netmask | 255.255.255.0 |
| injected | False |
| cidr | 192.168.11.0/24 |
| vpn_public_address | 10.10.10.182 |
| multi_host | True |
| dns2 | 221.12.1.228 |
| created_at | 2013-10-25T01:47:05.000000 |
| host | None |
| gateway_v6 | None |
| netmask_v6 | None |
| dns1 | 221.12.1.227 |
+---------------------+--------------------------------------+
root at controller:~# nova boot --flavor 1 --key_name mykey --image 26fa8866-d075-444d-9844-61b7c22e724b --security-groups default CirrOS
root at controller:~# nova console-log CirrOS
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.2.0-37-virtual (buildd at allspice) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #58-Ubuntu SMP Thu Jan 24 15:48:03 UTC 2013 (Ubuntu 3.2.0-37.58-virtual 3.2.35)
[ 0.000000] Command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fffe000 (usable)
[ 0.000000] BIOS-e820: 000000001fffe000 - 0000000020000000 (reserved)
[ 0.000000] BIOS-e820: 00000000feffc000 - 00000000ff000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fffc0000 - 0000000100000000 (reserved)
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] DMI 2.4 present.
[ 0.000000] No AGP bridge found
[ 0.000000] last_pfn = 0x1fffe max_arch_pfn = 0x400000000
[ 0.000000] x86 PAT enabled: cpu 0, old 0x70406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [ffff8800000f1610] f1610
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: 0000000000000000-000000001fffe000
[ 0.000000] RAMDISK: 1fc96000 - 1ffee000
[ 0.000000] ACPI: RSDP 00000000000f1470 00014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 000000001fffe450 00034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 000000001fffff80 00074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 000000001fffe490 01137 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 000000001fffff40 00040
[ 0.000000] ACPI: SSDT 000000001ffff700 00838 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 000000001ffff610 00078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 000000001ffff5d0 00038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at 0000000000000000-000000001fffe000
[ 0.000000] Initmem setup node 0 0000000000000000-000000001fffe000
[ 0.000000] NODE_DATA [000000001fff6000 - 000000001fffafff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:1cf7681, boot clock
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal empty
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0001fffe
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 20000000 (gap: 20000000:deffc000)
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001fa00000 s82880 r8192 d23616 u2097152
[ 0.000000] kvm-clock: cpu 0, msr 0:1fa13681, primary cpu clock
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1fa0dd40
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 128904
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: LABEL=cirros-rootfs ro console=tty1 console=ttyS0
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 496328k/524280k available (6541k kernel code, 452k absent, 27500k reserved, 6652k data, 924k init)
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] NR_IRQS:4352 nr_irqs:256 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty1] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] allocated 4194304 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Detected 1799.999 MHz processor.
[ 0.008000] Calibrating delay loop (skipped) preset value.. 3599.99 BogoMIPS (lpj=7199996)
[ 0.008012] pid_max: default: 32768 minimum: 301
[ 0.009908] Security Framework initialized
[ 0.012034] AppArmor: AppArmor initialized
[ 0.013761] Yama: becoming mindful.
[ 0.016149] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.018938] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.020103] Mount-cache hash table entries: 256
[ 0.024189] Initializing cgroup subsys cpuacct
[ 0.026036] Initializing cgroup subsys memory
[ 0.028027] Initializing cgroup subsys devices
[ 0.029856] Initializing cgroup subsys freezer
[ 0.031662] Initializing cgroup subsys blkio
[ 0.032021] Initializing cgroup subsys perf_event
[ 0.034066] mce: CPU supports 10 MCE banks
[ 0.036514] SMP alternatives: switching to UP code
[ 0.067550] Freeing SMP alternatives: 24k freed
[ 0.068013] ACPI: Core revision 20110623
[ 0.070122] ftrace: allocating 27027 entries in 106 pages
[ 0.076340] Enabling x2apic
[ 0.077224] Enabled x2apic
[ 0.078324] Switched APIC routing to physical x2apic.
[ 0.081445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.084007] CPU0: Intel Xeon E312xx (Sandy Bridge) stepping 01
[ 0.088004] Performance Events: SandyBridge events, Intel PMU driver.
[ 0.088004] PEBS disabled due to CPU errata.
[ 0.088004] ... version: 2
[ 0.088008] ... bit width: 48
[ 0.089110] ... generic registers: 8
[ 0.090209] ... value mask: 0000ffffffffffff
[ 0.091558] ... max period: 000000007fffffff
[ 0.092008] ... fixed-purpose events: 3
[ 0.093109] ... event mask: 00000007000000ff
[ 0.097374] NMI watchdog enabled, takes one hw-pmu counter.
[ 0.098954] Brought up 1 CPUs
[ 0.099872] Total of 1 processors activated (3599.99 BogoMIPS).
[ 0.100460] devtmpfs: initialized
[ 0.102153] EVM: security.selinux
[ 0.104034] EVM: security.SMACK64
[ 0.105015] EVM: security.capability
[ 0.106990] print_constraints: dummy:
[ 0.108127] RTC time: 2:01:50, date: 10/25/13
[ 0.109376] NET: Registered protocol family 16
[ 0.110719] ACPI: bus type pci registered
[ 0.112166] PCI: Using configuration type 1 for base access
[ 0.114470] bio: create slab <bio-0> at 0
[ 0.116122] ACPI: Added _OSI(Module Device)
[ 0.117299] ACPI: Added _OSI(Processor Device)
[ 0.118488] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.119729] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.124139] ACPI: Interpreter enabled
[ 0.125195] ACPI: (supports S0 S3 S4 S5)
[ 0.126770] ACPI: Using IOAPIC for interrupt routing
[ 0.131027] ACPI: No dock devices found.
[ 0.132027] HEST: Table not found.
[ 0.133012] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.135410] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.136153] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
[ 0.137816] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
[ 0.140028] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.142002] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xfebfffff]
[ 0.163047] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.164041] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.227143] pci0000:00: Unable to request _OSC control (_OSC support mask: 0x1e)
[ 0.232237] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.234357] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.236134] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.238233] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.240585] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.242403] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.244035] vgaarb: loaded
[ 0.244904] vgaarb: bridge control possible 0000:00:02.0
[ 0.246366] i2c-core: driver [aat2870] using legacy suspend method
[ 0.248033] i2c-core: driver [aat2870] using legacy resume method
[ 0.249642] SCSI subsystem initialized
[ 0.250778] usbcore: registered new interface driver usbfs
[ 0.252049] usbcore: registered new interface driver hub
[ 0.253461] usbcore: registered new device driver usb
[ 0.254867] PCI: Using ACPI for IRQ routing
[ 0.256341] NetLabel: Initializing
[ 0.257351] NetLabel: domain hash size = 128
[ 0.258529] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.260045] NetLabel: unlabeled traffic allowed by default
[ 0.261552] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.263294] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.264872] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.276081] Switching to clocksource kvm-clock
[ 0.282780] AppArmor: AppArmor Filesystem Enabled
[ 0.284080] pnp: PnP ACPI init
[ 0.285013] ACPI: bus type pnp registered
[ 0.287002] pnp: PnP ACPI: found 8 devices
[ 0.288161] ACPI: ACPI bus type pnp unregistered
[ 0.297034] NET: Registered protocol family 2
[ 0.298261] IP route cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.300133] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.302120] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.303758] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.305385] TCP reno registered
[ 0.306312] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.307744] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.309362] NET: Registered protocol family 1
[ 0.310533] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.311998] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.313493] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.315144] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 0.316650] pci 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.319274] pci 0000:00:01.2: PCI INT D disabled
[ 0.320875] Trying to unpack rootfs image as initramfs...
[ 0.324251] audit: initializing netlink socket (disabled)
[ 0.325646] type=2000 audit(1382666510.320:1): initialized
[ 0.388344] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.397689] VFS: Disk quotas dquot_6.5.2
[ 0.398852] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.400936] fuse init (API version 7.17)
[ 0.402108] msgmni has been set to 969
[ 0.420367] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.428481] io scheduler noop registered
[ 0.429707] io scheduler deadline registered (default)
[ 0.431208] io scheduler cfq registered
[ 0.432574] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.434173] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.436147] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.438347] ACPI: Power Button [PWRF]
[ 0.444983] ERST: Table is not found!
[ 0.446142] GHES: HEST is not enabled!
[ 0.452342] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[ 0.453984] virtio-pci 0000:00:03.0: PCI INT A -> Link[LNKC] -> GSI 10 (level, high) -> IRQ 10
[ 0.457444] virtio-pci 0000:00:04.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.468267] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[ 0.469904] virtio-pci 0000:00:05.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, high) -> IRQ 10
[ 0.476718] Freeing initrd memory: 3424k freed
[ 0.478965] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.503265] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.527584] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.552996] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.577254] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 0.579146] Linux agpgart interface v0.103
[ 0.582398] brd: module loaded
[ 0.584203] loop: module loaded
[ 0.611380] vda: vda1
[ 0.615719] scsi0 : ata_piix
[ 0.616858] scsi1 : ata_piix
[ 0.617907] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
[ 0.619750] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
[ 0.621986] Fixed MDIO Bus: probed
[ 0.623111] tun: Universal TUN/TAP device driver, 1.6
[ 0.624616] tun: (C) 1999-2004 Max Krasnyansky <maxk at qualcomm.com>
[ 0.652568] PPP generic driver version 2.4.2
[ 0.653997] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.655788] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.657553] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.659329] uhci_hcd 0000:00:01.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, high) -> IRQ 11
[ 0.663454] uhci_hcd 0000:00:01.2: UHCI Host Controller
[ 0.665060] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[ 0.667415] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080
[ 0.669280] hub 1-0:1.0: USB hub found
[ 0.670479] hub 1-0:1.0: 2 ports detected
[ 0.672063] usbcore: registered new interface driver libusual
[ 0.674003] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.677425] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.679082] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.680856] mousedev: PS/2 mouse device common for all mice
[ 0.683009] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.685864] rtc_cmos 00:01: RTC can wake from S4
[ 0.687825] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 0.689877] rtc0: alarms up to one day, 114 bytes nvram, hpet irqs
[ 0.691849] device-mapper: uevent: version 1.0.3
[ 0.693459] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel at redhat.com
[ 0.696127] cpuidle: using governor ladder
[ 0.697530] cpuidle: using governor menu
[ 0.698827] EFI Variables Facility v0.08 2004-May-17
[ 0.700653] TCP cubic registered
[ 0.701911] NET: Registered protocol family 10
[ 0.704050] NET: Registered protocol family 17
[ 0.705481] Registering the dns_resolver key type
[ 0.707209] registered taskstats version 1
[ 0.711976] Magic number: 1:75:6
[ 0.713308] rtc_cmos 00:01: setting system clock to 2013-10-25 02:01:51 UTC (1382666511)
[ 0.715726] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.717490] EDD information not available.
[ 0.782439] Freeing unused kernel memory: 924k freed
[ 0.784270] Write protecting the kernel read-only data: 12288k
[ 0.792420] Freeing unused kernel memory: 1632k freed
[ 0.799098] Freeing unused kernel memory: 1200k freed
info: initramfs: up at 0.80
GROWROOT: CHANGED: partition=1 start=16065 old: size=64260 end=80325 new: size=2072385,end=2088450
info: initramfs loading root from /dev/vda1
info: /etc/init.d/rc.sysinit: up at 1.13
Starting logging: OK
Initializing random number generator... done.
Starting acpid: OK
cirros-ds 'local' up at 1.26
no results found for mode=local. up 1.33. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending select for 192.168.11.191...
Lease of 192.168.11.191 obtained, lease time 120
deleting routers
route: SIOCDELRT: No such process
adding dns 192.168.11.254
cirros-ds 'net' up at 1.38
checking http://169.254.169.254/2009-04-04/instance-id
failed 1/20: up 1.39. request failed
failed 2/20: up 3.48. request failed
failed 3/20: up 5.49. request failed
failed 4/20: up 7.50. request failed
failed 5/20: up 9.52. request failed
failed 6/20: up 11.53. request failed
failed 7/20: up 13.54. request failed
failed 8/20: up 15.55. request failed
failed 9/20: up 17.56. request failed
failed 10/20: up 19.57. request failed
failed 11/20: up 21.58. request failed
failed 12/20: up 23.59. request failed
failed 13/20: up 25.60. request failed
failed 14/20: up 27.61. request failed
failed 15/20: up 29.62. request failed
failed 16/20: up 31.63. request failed
failed 17/20: up 33.64. request failed
failed 18/20: up 35.65. request failed
failed 19/20: up 37.66. request failed
failed 20/20: up 39.67. request failed
failed to read iid from metadata. tried 20
no results found for mode=net. up 41.68. searched: nocloud configdrive ec2
failed to get instance-id of datasource
Starting dropbear sshd: generating rsa key... generating dsa key... OK
=== network info ===
if-info: lo,up,127.0.0.1,8,::1
if-info: eth0,up,192.168.11.191,24,fe80::f816:3eff:fe15:e111
ip-route:default via 192.168.11.254 dev eth0
ip-route:192.168.11.0/24 dev eth0 src 192.168.11.191
=== datasource: None None ===
=== cirros: current=0.3.1 uptime=42.09 ===
____ ____ ____
/ __/ __ ____ ____ / __ \/ __/
/ /__ / // __// __// /_/ /\ \
\___//_//_/ /_/ \____/___/
http://cirros-cloud.net
login as 'cirros' user. default password: 'cubswin:)'. use 'sudo' for root.
cirros login:
$ hostname
cirros
$ cat /etc/resolv.conf
search novalocal
nameserver 192.168.11.254
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20131025/2454e1ae/attachment.html>
More information about the Openstack
mailing list