Greetings, Haynes! Are you wanting to run the ec2 API specifically? I will defer to the list, but I believe sometime recently the OSAPI became the default API in Nova, and that might explain why 8773 isn't returning anything. Do you see anything on 8774?
I would guess that none of the euca commands are working for you at this time, have you tried the OSAPI commands? nova list nova flavor-list nova image-list etc.. Cheers, Wayne From: <haynes.da...@accenture.com> Date: Fri, 19 Aug 2011 20:06:28 +0530 To: <openstack@lists.launchpad.net> Subject: [SPAM] [Openstack] euca-authorize err in diablo HI, I am installing Diablo using ppa:nova-core/milestone in Lucid. I am following the installation steps of OpenStack Compute Administration Manual for cactus. While I run euca-authorize -P icmp -t -1:-1 default I get err [Errno 111] Connection refused. Nova.conf is # cat /etc/nova/nova.conf --dhcpbridge_flagfile=/etc/nova/nova.conf --dhcpbridge=/usr/bin/nova-dhcpbridge --logdir=/var/log/nova --state_path=/var/lib/nova --lock_path=/var/lock/nova --verbose --s3_host=x.x.x.x --rabbit_host= x.x.x.x --cc_host= x.x.x.x --ec2_url=http:// x.x.x.x:8773/services/Cloud --fixed_range=10.0.0.0/16 --network_size=64 --FAKE_subdomain=ec2 --routing_source_ip= x.x.x.x --sql_connection=mysql://nova:notnova@ x.x.x.x /nova --network_manager=nova.network.manager.FlatManager # ps -ef | grep nova root 1103 1071 0 10:06 ? 00:00:00 /usr/bin/python /usr/bin/nova-objectstore --uid 109 --gid 65534 --pidfile /var/run/nova/nova-objectstore.pid --flagfile=/etc/nova/nova.conf --nodaemon --logfile=/var/log/nova/nova-objectstore.log root 5247 15896 0 10:22 pts/1 00:00:00 tail -f /var/log/nova/nova-api.log nova 19228 1 1 10:29 ? 00:00:00 su -c nova-compute --flagfile=/etc/nova/nova.conf nova nova 19241 19228 45 10:29 ? 00:00:00 /usr/bin/python /usr/bin/nova-compute --flagfile=/etc/nova/nova.conf nova 19300 1 0 10:29 ? 00:00:00 su -c nova-api --flagfile=/etc/nova/nova.conf nova nova 19308 19300 0 10:29 ? 00:00:00 /usr/bin/python /usr/bin/nova-api --flagfile=/etc/nova/nova.conf nova 19323 1 0 10:29 ? 00:00:00 su -c nova-scheduler --flagfile=/etc/nova/nova.conf nova nova 19332 19323 0 10:29 ? 00:00:00 /usr/bin/python /usr/bin/nova-scheduler --flagfile=/etc/nova/nova.conf nova 19348 1 0 10:29 ? 00:00:00 su -c nova-network --flagfile=/etc/nova/nova.conf nova nova 19355 19348 0 10:29 ? 00:00:00 /usr/bin/python /usr/bin/nova-network --flagfile=/etc/nova/nova.conf root 19360 10126 0 10:29 pts/0 00:00:00 grep --color=auto nova netstat -anp | grep 8773 gives no output # ps -ef | grep dns nobody 1325 1 0 10:06 ? 00:00:00 dnsmasq --strict-order --bind-interfaces --pid-file=/var/run/libvirt/network/default.pid --conf-file= --except-interface lo --listen-address 192.168.122.1 --dhcp-range 192.168.122.2,192.168.122.254 --dhcp-lease-max=253 --dhcp-no-override if I do killall dnsmasq and service nova-network restart dnsmasq doesn¹t come up. Any help is appreciated. Is any Diablo install doc available? Regards, Haynes This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited. _______________________________________________ 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