[Openstack] openstack folsom node compute status XXX

2012-12-26 Thread jt628910
hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
 
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端


run  nova-manager service list
result:
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-network openstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-certopenstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-consoleauth openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-compute node1nova enabled  
  XXX   None  
nova-network node1nova enabled  
  XXX   None  
nova-compute node2nova enabled  
  XXX   None  
nova-network node2nova enabled  
  XXX   None  

and I do not find any error in /var/log/nova/*

Did I miss somethings 

Expect your answer!Thanks!



jt628910___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : 

Re: [Openstack] openstack folsom node compute status XXX

2012-12-26 Thread jt628910
hi Afef Mdhaffar:
I have done ntpdate command before run nova-manager service list
so I think it is not a synchronisation problem.



jt628910

From: Afef Mdhaffar
Date: 2012-12-26 16:51
To: jt628910
Subject: Re: [Openstack] openstack folsom node compute status XXX
It is probably a synchronisation problem.


2012/12/26 jt628910 jt628...@163.com

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ 
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
  
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端


run  nova-manager service list
result:
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-network openstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-certopenstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-consoleauth openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-compute node1nova enabled  
  XXX   None  
nova-network node1nova enabled  
  XXX   None  
nova-compute node2nova enabled  
  XXX   None  
nova-network 

Re: [Openstack] openstack folsom node compute status XXX

2012-12-26 Thread Razique Mahroua
Hey there,can you restart the nova-scheduler service and from the nodes, see if you can ping the controller via either it's ip or hostname?regards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 déc. 2012 à 09:58, jt628910 jt628...@163.com a écrit :hiAfef Mdhaffar:I have done ntpdate command before run "nova-manager service list"so I think it is not a synchronisation problem.jt628910From:Afef MdhaffarDate:2012-12-2616:51To:jt628910Subject:Re: [Openstack] openstack folsom node compute status XXXIt is probably a synchronisation problem.2012/12/26 jt628910jt628...@163.comhi all:I have a problem , when I installed openstack on two computers , one as controller ,the other as node computer,computer OS(rhel6.2)controller(server name: openstack) , I installed keystone glance novanova.conf[DEFAULT]logdir=/var/log/novastate_path=/var/lib/novalock_path=/var/lib/nova/tmpvolumes_dir=/etc/nova/volumesdhcpbridge=/usr/bin/nova-dhcpbridgedhcpbridge_flagfile=/etc/nova/nova.confforce_dhcp_release=Trueinjected_network_template=/usr/share/nova/interfaces.templatelibvirt_nonblocking=Truelibvirt_inject_partition=-1network_manager=nova.network.manager.FlatDHCPManageriscsi_helper=tgtadmsql_connection=mysql://nova:nova@10.1.82.32/novacompute_driver=libvirt.LibvirtDriverfirewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriverrpc_backend=nova.openstack.common.rpc.impl_qpidrootwrap_config=/etc/nova/rootwrap.confauth_strategy=keystonecompute_scheduler_driver=nova.scheduler.filter_scheduler.FilterSchedulermy_ip=10.1.82.32public_interface=eth0flat_network_bridge=br100flat_interface=eth0fixed_range=192.168.100.0/24libvirt_type=kvmconnection_type=libvirtnovncproxy_base_url=http://10.1.82.32:6080/vnc_auto.htmlvncserver_proxyclient_address=10.1.82.32vncserver_listen=10.1.82.32#APISosapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensionsec2_dmz_host=10.1.82.32s3_host=10.1.82.32#RABBITMQrabbit_host=10.1.82.32api_paste_config=/etc/nova/api-paste.ini[keystone_authtoken]admin_tenant_name=serviceadmin_user=novaadmin_password=novaauth_host=127.0.0.1auth_port=35357auth_protocol=httpsigning_dirname=/tmp/keystone-signing-nova1,1顶端node computer(node2) , I installed nova-compute nova-networknova.conf[DEFAULT]logdir=/var/log/novastate_path=/var/lib/novalock_path=/var/lib/nova/tmpvolumes_dir=/etc/nova/volumesdhcpbridge=/usr/bin/nova-dhcpbridgedhcpbridge_flagfile=/etc/nova/nova.confforce_dhcp_release=Trueinjected_network_template=/usr/share/nova/interfaces.templatelibvirt_nonblocking=Truelibvirt_inject_partition=-1network_manager=nova.network.manager.FlatDHCPManageriscsi_helper=tgtadmsql_connection=mysql://nova:nova@10.1.82.32/novacompute_driver=libvirt.LibvirtDriverfirewall_driver=nova.virt.libvirt.firewall.IptablesFirewallDriverrpc_backend=nova.openstack.common.rpc.impl_qpidrootwrap_config=/etc/nova/rootwrap.confauth_strategy=keystonecompute_scheduler_driver=nova.scheduler.filter_scheduler.FilterSchedulermy_ip=10.1.82.35public_interface=eth0flat_network_bridge=br100flat_interface=eth0fixed_range=192.168.100.0/24libvirt_type=kvmconnection_type=libvirtnovncproxy_base_url=http://10.1.82.32:6080/vnc_auto.htmlvncserver_proxyclient_address=10.1.82.35vncserver_listen=10.1.82.35#APISosapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensionsec2_dmz_host=10.1.82.32s3_host=10.1.82.32#RABBITMQrabbit_host=10.1.82.32api_paste_config=/etc/nova/api-paste.ini[keystone_authtoken]admin_tenant_name=serviceadmin_user=novaadmin_password=novaauth_host=10.1.82.32auth_port=35357auth_protocol=httpsigning_dirname=/tmp/keystone-signing-nova1,1顶端run nova-manager service listresult:[root@openstack~]#nova-manageservicelistBinaryHostZoneStatusStateUpdated_Atnova-computeopenstacknovaenabled:-)2012-12-2608:16:54nova-scheduleropenstacknovaenabled:-)2012-12-2608:16:53nova-networkopenstacknovaenabled:-)2012-12-2608:16:48nova-certopenstacknovaenabled:-)2012-12-2608:16:48nova-consoleauthopenstacknovaenabled:-)2012-12-2608:16:53nova-computenode1novaenabledXXXNonenova-networknode1novaenabledXXXNonenova-computenode2novaenabledXXXNonenova-networknode2novaenabledXXXNoneand I do not find any error in /var/log/nova/*Did I miss somethingsExpect your answer!Thanks!jt628910___Mailing list:https://launchpad.net/~openstackPost to   :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help  :https://help.launchpad.net/ListHelp--M. Sc. Afef MdhaffarDistributed Systems GroupDepartment of Mathematics  Computer ScienceUniversity of MarburgHans-Meerwein-Str. 3D-35032 Marburg, GermanyPhone: +49 6421 28 21 521www:http://www.redcad.org/members/mdhaffar/___Mailing list:https://launchpad.net/~openstackPost to :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help :https://help.launchpad.net/ListHelp___
Mailing list: 

[Openstack] Why don't nova provide the command of listing fixed ip like nova-manage fixed list?

2012-12-26 Thread zhoudshu zhoudshu
From this Blueprints:
https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage , this
feature had already been finished and merged to git master branch.
However, I installed the newest version and didn't find the similar
command. Can anybody know the reason. thanks
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] setting up OpenStack using one machine

2012-12-26 Thread Razique Mahroua
If you never installed it before, you could give a shot on Devstackhttp://devstack.org/it's a set of scripts you run and take care of everything.Your computer will run OpenStack no problem. What is the model of your CPU?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 déc. 2012 à 11:33, raouia bouabdellah raouia.bouabdel...@gmail.com a écrit :Hi Razique,I use Ubuntu 10.4 LTC :CPU : 32 bitRam : 3 GO1 NIC : eh0partition Ubuntu: 40 GOI need to set up a very small OpenStack (server + test), just for startup Accords Platform (Compatibleone).
Thanks a lot, Rawia2012/12/26 Razique Mahroua razique.mahr...@gmail.com
Hi Rawia,what is the operating system you are running?Also what kind of machine is that (CPU, RAM and disk(s))Regards,
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO-Fblan_petit.jpg

Le 24 déc. 2012 à 21:33, raouia bouabdellah raouia.bouabdel...@gmail.com a écrit :
Hi,I want to set up OpenStack on my own PC.Could you please tell me how I can set up a minimal cloud infrastructure based on OpenStack using 1 machine (my PC)?thanks a lot, Rawia 



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Why don't nova provide the command of listing fixed ip like nova-manage fixed list?

2012-12-26 Thread heut2008
which feather you want  that  cann't be found ? actualy,most of the
nova-manage function has been implemented to both nova api and
python-novaclient.


2012/12/26 zhoudshu zhoudshu zhoud...@gmail.com

 From this Blueprints:
 https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage , this
 feature had already been finished and merged to git master branch.
 However, I installed the newest version and didn't find the similar
 command. Can anybody know the reason. thanks


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Yaguang Tang
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] openstack folsom node compute status XXX

2012-12-26 Thread Nikita Savin
Hi,

Probably firewall and/or mysql rights issue. Can you check if you can connect 
to mysql server from compute node.



From: jt628910 jt628...@163.commailto:jt628...@163.com
Reply-To: jt628910 jt628...@163.commailto:jt628...@163.com
Date: Wednesday, December 26, 2012 12:37 AM
To: openstack 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net, coscl 
co...@lists.launchpad.netmailto:co...@lists.launchpad.net
Subject: [Openstack] openstack folsom node compute status XXX

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/novamailto:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/novamailto:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ

rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端


run  nova-manager service list
result:
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-network openstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-certopenstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-consoleauth openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-compute node1nova enabled  
  XXX   None
nova-network node1

Re: [Openstack] openstack folsom node compute status XXX

2012-12-26 Thread 蒋涛
hi:
I  checked the time between two computer , it looks like that node computer  
has synchronized  to controller computer , How did you do that when you meet 
this problem!



At 2012-12-26 18:02:59,Yan Zhai zhaiyan...@gmail.com wrote:
 I met such problem before, too. Just ntpdate does not work for me, you need to 
ensure it synchronized to a central node. 


On Wed, Dec 26, 2012 at 2:58 AM, jt628910 jt628...@163.com wrote:

hi Afef Mdhaffar:
I have done ntpdate command before run nova-manager service list
so I think it is not a synchronisation problem.
jt628910
 
From: Afef Mdhaffar
Date: 2012-12-26 16:51
To: jt628910
Subject: Re: [Openstack] openstack folsom node compute status XXX
It is probably a synchronisation problem.


2012/12/26 jt628910 jt628...@163.com

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
|
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf
 
auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32
 
# APIS
 
osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
 
ec2_dmz_host=10.1.82.32
 
s3_host=10.1.82.32
 
 
 
# RABBITMQ
rabbit_host=10.1.82.32
 
api_paste_config=/etc/nova/api-paste.ini
 
[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端
|
node computer(node2) , I installed nova-compute nova-network
nova.conf
|
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf
 
auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35
 
# APIS
 
osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions
 
ec2_dmz_host=10.1.82.32
 
s3_host=10.1.82.32
 
 
 
# RABBITMQ
 
rabbit_host=10.1.82.32
 
api_paste_config=/etc/nova/api-paste.ini
 
[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端
|
 
run  nova-manager service list
result:
|
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-network openstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-certopenstacknova 

[Openstack] os-hosts API in OpenStack ESSEX not working

2012-12-26 Thread Narayanan, Krishnaprasad
Hallo all,

This is regarding the Nova API for getting the list of compute nodes and 
currently, it is returning an empty list. I am using OpenStack ESSEX and I 
could see there is already a bughttps://bugs.launchpad.net/nova/+bug/1014925 
raised, fixed and released in FOLSOM related to the hosts api. Can somebody 
guide me if I have to use the hosts API in OpenStack ESSEX version, what 
configuration changes do I have to make in order to get information on hosts?

Thanks
Krishnaprasad
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Is python-openstackclient dead?

2012-12-26 Thread Doug Hellmann
On Sun, Dec 23, 2012 at 9:39 AM, Alessio Ababilov 
aababi...@griddynamics.com wrote:

 Hi everyone!

 There is a nice project in OpenStack - python-openstackclient. Its
 purpose is to provide a convenient command line interface to all
 OpenStack services, including nova. glance, and keystone, according to
 http://wiki.openstack.org/UnifiedCLI.

 I noticed that the last commit that added functionality to this
 project was on August 20, 2012. In current state,
 python-openstackclient implements only operations with nova instances
 and several keystone commands, so, the most of required functionality
 is not ready.

 In the same time, python-novaclient and python-keystoneclient still
 extend their command line interfaces - the latest commits were
 accepted in December, 2012. So, instead of moving CLI to
 python-openstackclient, it is developed in separate python-*client
 projects.

 Is python-openstackclient considered to be dead?

 Please, do not kill this project! Now it is really convenient, and all
 it needs is just more attention from the community that will add
 lacked functionality! Lets us drop CLI support from miscellaneous
 python-PROJECTclients and add it to python-openstackclient!


It's not dead, but most of the contributors haven't had time to prioritize
working on it during this cycle. If you are interested in helping out, I'll
be happy to do code reviews for you.

Doug



 --
 Alessio Ababilov
 Software Engineer
 Grid Dynamics

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] setting up OpenStack using one machine

2012-12-26 Thread Razique Mahroua
Yes it's a great document written by CSSCorp folks :)You can follow it and adjust according to your machineRegards,
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 26 déc. 2012 à 13:25, raouia bouabdellah raouia.bouabdel...@gmail.com a écrit :Hi Razique, Unfortunately, yesterday I began to set up a big OpenStack.Please, you find the document, that I used to set up this one, on piece attached.
The model of my CPU is  Intel Core 2 Duo 1.83 GHzReally thank you very much.Rawia.2012/12/26 Razique Mahroua razique.mahr...@gmail.com
If you never installed it before, you could give a shot on Devstackhttp://devstack.org/
it's a set of scripts you run and take care of everything.Your computer will run OpenStack no problem. What is the model of your CPU?
Razique Mahroua-Nuage  Co
razique.mahr...@gmail.comTel: +33 9 72 37 94 15
NUAGECO-LOGO-Fblan_petit.jpg

Le 26 déc. 2012 à 11:33, raouia bouabdellah raouia.bouabdel...@gmail.com a écrit :
Hi Razique,I use Ubuntu 10.4 LTC :CPU : 32 bitRam : 3 GO1 NIC : eh0partition Ubuntu: 40 GOI need to set up a very small OpenStack (server + test), just for startup Accords Platform (Compatibleone).

Thanks a lot, Rawia2012/12/26 Razique Mahroua razique.mahr...@gmail.com

Hi Rawia,what is the operating system you are running?Also what kind of machine is that (CPU, RAM and disk(s))Regards,

Razique Mahroua-Nuage  Co


razique.mahr...@gmail.comTel: +33 9 72 37 94 15

NUAGECO-LOGO-Fblan_petit.jpg

Le 24 déc. 2012 à 21:33, raouia bouabdellah raouia.bouabdel...@gmail.com a écrit :
Hi,I want to set up OpenStack on my own PC.Could you please tell me how I can set up a minimal cloud infrastructure based on OpenStack using 1 machine (my PC)?thanks a lot, Rawia 





openstackbookv3-0_csscorp2.pdf___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Why don't nova provide the command of listing fixed ip like nova-manage fixed list?

2012-12-26 Thread zhoudshu zhoudshu
   I can't find the same one in nova api or novaclient as the
command:nova-manage fixed list

2012/12/26 heut2008 heut2...@gmail.com

 which feather you want  that  cann't be found ? actualy,most of the
 nova-manage function has been implemented to both nova api and
 python-novaclient.


 2012/12/26 zhoudshu zhoudshu zhoud...@gmail.com

 From this Blueprints:
 https://blueprints.launchpad.net/nova/+spec/apis-for-nova-manage , this
 feature had already been finished and merged to git master branch.
 However, I installed the newest version and didn't find the similar
 command. Can anybody know the reason. thanks


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --
 Yaguang Tang

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] openstack folsom node compute status XXX

2012-12-26 Thread jt628910
I do that , and I can ping the controller with its ip ,but not resolve my 
problem.




jt628910

From: Razique Mahroua
Date: 2012-12-26 17:40
To: jt628910
CC: Afef Mdhaffar; openstack
Subject: Re: [Openstack] openstack folsom node compute status XXX
Hey there,
can you restart the nova-scheduler service and from the nodes, see if you can 
ping the controller via either it's ip or hostname?


regards,

Razique Mahroua - Nuage  Co
razique.mahr...@gmail.com
Tel : +33 9 72 37 94 15

 


Le 26 déc. 2012 à 09:58, jt628910 jt628...@163.com a écrit :


hi Afef Mdhaffar:
I have done ntpdate command before run nova-manager service list
so I think it is not a synchronisation problem.



jt628910

From: Afef Mdhaffar
Date: 2012-12-26 16:51
To: jt628910
Subject: Re: [Openstack] openstack folsom node compute status XXX
It is probably a synchronisation problem.


2012/12/26 jt628910 jt628...@163.com

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
 
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端


run  nova-manager service list
result:
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-network openstacknova enabled  
  :-)   

[Openstack] nova-compute UnicodeDecodeError

2012-12-26 Thread Edward_Doong
Dear,
I USE UBUNTU 12.04, OPENSTACK ESSEX VERSION
i use snapshot instance image.
but it doesn't work. and i restart nova-compute in compute node.
it occur error. it is error log.

2012-12-27 09:04:58 DEBUG nova.utils [req-b3cc4e8c-4c58-4494-a64e-0b92118f08ed 
None None] backend module 'nova.db.sqlalchemy.api' from 
'/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.pyc' from (pid=2995) 
__get_backend /usr/lib/python2.7/dist-packages/nova/utils.py:658
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 336, in 
fire_timers
timer()
  File /usr/lib/python2.7/dist-packages/eventlet/hubs/timer.py, line 56, in 
__call__
cb(*args, **kw)
  File /usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 192, in 
main
result = function(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/nova/service.py, line 101, in 
run_server
server.start()
  File /usr/lib/python2.7/dist-packages/nova/service.py, line 162, in start
self.manager.init_host()
  File /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 237, in 
init_host
instances = self.db.instance_get_all_by_host(context, self.host)
  File /usr/lib/python2.7/dist-packages/nova/db/api.py, line 578, in 
instance_get_all_by_host
return IMPL.instance_get_all_by_host(context, host)
  File /usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 102, 
in wrapper
return f(*args, **kwargs)
  File /usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 1517, 
in instance_get_all_by_host
return _instance_get_all_query(context).filter_by(host=host).all()
  File /usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py, line 1947, 
in all
return list(self)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/orm/query.py, line 2178, 
in instances
rows = [process[0](row, None) for row in fetch]
  File /usr/lib/python2.7/dist-packages/sqlalchemy/orm/mapper.py, line 2718, 
in _instance
populate_state(state, dict_, row, isnew, only_load_props)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/orm/mapper.py, line 2572, 
in populate_state
populator(state, dict_, row)
  File /usr/lib/python2.7/dist-packages/sqlalchemy/orm/strategies.py, line 
150, in new_execute
dict_[key] = row[col]
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa0 in position 10: invalid 
start byte
2012-12-27 09:04:59 CRITICAL nova [-] 'utf8' codec can't decode byte 0xa0 in 
position 10: invalid start byte
2012-12-27 09:04:59 TRACE nova Traceback (most recent call last):
2012-12-27 09:04:59 TRACE nova   File /usr/bin/nova-compute, line 49, in 
module
2012-12-27 09:04:59 TRACE nova service.wait()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 413, in wait
2012-12-27 09:04:59 TRACE nova _launcher.wait()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 131, in wait
2012-12-27 09:04:59 TRACE nova service.wait()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 166, in wait
2012-12-27 09:04:59 TRACE nova return self._exit_event.wait()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/event.py, line 116, in wait
2012-12-27 09:04:59 TRACE nova return hubs.get_hub().switch()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py, line 177, in switch
2012-12-27 09:04:59 TRACE nova return self.greenlet.switch()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/eventlet/greenthread.py, line 192, in main
2012-12-27 09:04:59 TRACE nova result = function(*args, **kwargs)
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 101, in run_server
2012-12-27 09:04:59 TRACE nova server.start()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/service.py, line 162, in start
2012-12-27 09:04:59 TRACE nova self.manager.init_host()
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 237, in 
init_host
2012-12-27 09:04:59 TRACE nova instances = 
self.db.instance_get_all_by_host(context, self.host)
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/api.py, line 578, in 
instancean_get_all_by_host
2012-12-27 09:04:59 TRACE nova return 
IMPL.instance_get_all_by_host(context, host)
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 102, in 
wrapper
2012-12-27 09:04:59 TRACE nova return f(*args, **kwargs)
2012-12-27 09:04:59 TRACE nova   File 
/usr/lib/python2.7/dist-packages/nova/db/sqlalchemy/api.py, line 1517, in 
instance_get_all_by_host
2012-12-27 09:04:59 TRACE nova return 
_instance_get_all_query(context).filter_by(host=host).all()
2012-12-27 09:04:59 TRACE nova   File 

Re: [Openstack] openstack folsom node compute status XXX

2012-12-26 Thread jt628910
services run successfully 




jt628910

From: 陈龙
Date: 2012-12-27 11:35
To: jt628910
Subject: Re:Re: Re: [Openstack] openstack folsom node compute status XXX
hi,
I think there are some services stop.you must start them. 






在 2012-12-27 11:27:37,jt628910 jt628...@163.com 写道:

 
hi :
I run the nova-manager command on controller node and the compute node  ,the 
result is the same.



jt628910

From: 陈龙
Date: 2012-12-27 11:24
To: jt628910
Subject: Re:Re: [Openstack] openstack folsom node compute status XXX
hi,
   you run the nova-manager command on the controller node, please run it again 
on the compute node ,then show the result.






在 2012-12-27 09:14:21,jt628910 jt628...@163.com 写道:

 
I do that , and I can ping the controller with its ip ,but not resolve my 
problem.




jt628910

From: Razique Mahroua
Date: 2012-12-26 17:40
To: jt628910
CC: Afef Mdhaffar; openstack
Subject: Re: [Openstack] openstack folsom node compute status XXX
Hey there, 
can you restart the nova-scheduler service and from the nodes, see if you can 
ping the controller via either it's ip or hostname?


regards,

Razique Mahroua - Nuage  Co 
razique.mahr...@gmail.com
Tel : +33 9 72 37 94 15

 


Le 26 déc. 2012 à 09:58, jt628910 jt628...@163.com a écrit :


hi Afef Mdhaffar:
I have done ntpdate command before run nova-manager service list
so I think it is not a synchronisation problem.



jt628910

From: Afef Mdhaffar
Date: 2012-12-26 16:51
To: jt628910
Subject: Re: [Openstack] openstack folsom node compute status XXX
It is probably a synchronisation problem.


2012/12/26 jt628910 jt628...@163.com

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ 
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
  
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http

[Openstack] 回复: Re: openstack folsom node compute status XXX

2012-12-26 Thread jt628910
Yes , you are right . I first try to join the node with that host name, fail, 
and then try again with the node2 name . How do I solve this problem . I don't 
understand  but you do not mention it in your setup .
Can you give me some solution
Thanks!



jt628910

发件人: Asher Newcomer
发送时间: 2012-12-27 12:07
收件人: jt628910
抄送: coscl; openstack
主题: Re: [Openstack] openstack folsom node compute status XXX
You have node1 listed in the nova-manage output, but you do not mention it in 
your setup.
Did you possibly first try to join the node with that host name, fail, and then 
try again with the node2 name, or is that another node? If not another node, 
perhaps you have stale db entries causing problems?
On Dec 26, 2012 3:43 AM, jt628910 jt628...@163.com wrote:

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ 
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
  
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端


run  nova-manager service list
result:
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   2012-12-26 08:16:53
nova-network openstacknova enabled  
  :-)   2012-12-26 08:16:48
nova-certopenstacknova enabled  
  :-)   2012-12-26 08:16:48

[Openstack] 回复: Re: 回复: Re: openstack folsom node compute status XXX

2012-12-26 Thread jt628910
Got it , Thanks !




jt628910

发件人: 陈龙
发送时间: 2012-12-27 13:02
收件人: jt628910
主题: Re:[Openstack] 回复: Re: openstack folsom node compute status XXX


Modify the mysql database 




At 2012-12-27 12:56:40,jt628910 jt628...@163.com wrote:

Yes , you are right . I first try to join the node with that host name, fail, 
and then try again with the node2 name . How do I solve this problem . I don't 
understand  but you do not mention it in your setup .
Can you give me some solution
Thanks!



jt628910

发件人: Asher Newcomer
发送时间: 2012-12-27 12:07
收件人: jt628910
抄送: coscl; openstack
主题: Re: [Openstack] openstack folsom node compute status XXX
You have node1 listed in the nova-manage output, but you do not mention it in 
your setup.
Did you possibly first try to join the node with that host name, fail, and then 
try again with the node2 name, or is that another node? If not another node, 
perhaps you have stale db entries causing problems?
On Dec 26, 2012 3:43 AM, jt628910 jt628...@163.com wrote:

hi all:
I have a problem , when I installed openstack on two computers , one as 
controller ,the other as node computer,   computer  OS(rhel6.2)
controller(server name: openstack) , I installed keystone glance nova
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.32
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.32
vncserver_listen = 10.1.82.32

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ 
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 127.0.0.1
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

 1,1  顶端

node computer(node2) , I installed nova-compute nova-network
nova.conf
[DEFAULT]
logdir = /var/log/nova
state_path = /var/lib/nova
lock_path = /var/lib/nova/tmp
volumes_dir = /etc/nova/volumes
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = True
injected_network_template = /usr/share/nova/interfaces.template
libvirt_nonblocking = True
libvirt_inject_partition = -1
network_manager = nova.network.manager.FlatDHCPManager
iscsi_helper = tgtadm
sql_connection = mysql://nova:nova@10.1.82.32/nova
compute_driver = libvirt.LibvirtDriver
firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
rpc_backend = nova.openstack.common.rpc.impl_qpid
rootwrap_config = /etc/nova/rootwrap.conf

auth_strategy=keystone
compute_scheduler_driver=nova.scheduler.filter_scheduler.FilterScheduler
my_ip = 10.1.82.35
public_interface = eth0
flat_network_bridge = br100
flat_interface = eth0
fixed_range = 192.168.100.0/24
libvirt_type = kvm
connection_type = libvirt
novncproxy_base_url = http://10.1.82.32:6080/vnc_auto.html
vncserver_proxyclient_address = 10.1.82.35
vncserver_listen = 10.1.82.35

# APIS

osapi_compute_extension=nova.api.openstack.compute.contrib.standard_extensions

ec2_dmz_host=10.1.82.32

s3_host=10.1.82.32



# RABBITMQ
  
rabbit_host=10.1.82.32

api_paste_config=/etc/nova/api-paste.ini

[keystone_authtoken]
admin_tenant_name = service
admin_user = nova
admin_password = nova
auth_host = 10.1.82.32
auth_port = 35357
auth_protocol = http
signing_dirname = /tmp/keystone-signing-nova

  1,1  顶端


run  nova-manager service list
result:
[root@openstack ~]# nova-manage service list
Binary   Host Zone Status   
  State Updated_At
nova-compute openstacknova enabled  
  :-)   2012-12-26 08:16:54
nova-scheduler   openstacknova enabled  
  :-)   

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #348

2012-12-26 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/348/Project:precise_grizzly_nova_trunkDate of build:Wed, 26 Dec 2012 20:01:03 -0500Build duration:6 min 17 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditnova/locale/nova.potConsole Output[...truncated 10619 lines...]dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212262001~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201212262001~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212262001~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212262001~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #351

2012-12-26 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/351/Project:raring_grizzly_nova_trunkDate of build:Wed, 26 Dec 2012 20:01:04 -0500Build duration:8 min 50 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditnova/locale/nova.potConsole Output[...truncated 12391 lines...]dch -a [f4ca695] fix test_nbd using stubsdch -a [1a7a0e1] Imported Translations from Transifexdch -a [21a86ef] Properly remove the time override in quota tests.dch -a [2e01dc0] Fix API samples generation.dch -a [ef5d2af] Move TimeOverride to the general reusable-test-helper place.dch -a [aef4f3c] Added conf support for security groupsdch -a [07af4ce] Add accounting for orphans to resource tracker.dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212262002~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201212262002~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201212262002~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201212262002~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #349

2012-12-26 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/349/Project:precise_grizzly_nova_trunkDate of build:Thu, 27 Dec 2012 01:01:03 -0500Build duration:6 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure we add a new line when appending to rc.localby dimseditnova/virt/disk/api.pyeditnova/tests/test_virt_disk.pyConsole Output[...truncated 10622 lines...]dch -a [37d42ca] Add more association support to network APIdch -a [6ab2790] Remove the WillNotSchedule exception.dch -a [aef9802] Replace fixtures.DetailStream with fixtures.StringStream.dch -a [19558ab] Move network_driver into new nova.network.driverdch -a [06f0e45] Move DNS manager options into network.managerdch -a [bcfb4d4] Refactor xvp consoledch -a [2f8ffcc] Move agent_build_get_by_triple to conductordch -a [20f0c60] Move provider_fw_rule_get_all to conductordch -a [20811e9] Move security_group operations in VirtAPI to conductordch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [694bcb7] Update command on devref docdch -a [921eec9] Fixed deleting instance booted from invalid voldch -a [461a966] Add the missing replacement text in devref doc.dch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [a5b12b6] Add syslogging to nova-rootwrapdch -a [a630ea4] Ensure that sql_dbpool_enable is a boolean valuedch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidch -a [d6aa0cc] Remove the deprecated quantum v1 code and directory.dch -a [a2101c4] Allows an instance to post encrypted passworddch -a [44d543b] Volume backed live migration w/o shared storagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212270101~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201212270101~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212270101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212270101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp