Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenStack: Operators

launch image question

 

 

OpenStack operators RSS feed   Index | Next | Previous | View Threaded


rkatz at simplicityhosting

May 2, 2012, 1:08 PM

Post #1 of 5 (411 views)
Permalink
launch image question

Hi,

I am following this wonderful doc:

http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Launch_an_Instance

When I launch an image the vm status is error and the image seems to be
running in an
error state without an ip address. I assume this has something to do
with dhcp or whatever.

First off, as I am installing this in a VM not sure if that is the
problem as well. If someone knows
the quick and short of it, please advise, thanks.

Randy
_______________________________________________
Openstack-operators mailing list
Openstack-operators [at] lists
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


duncan at dreamhost

May 2, 2012, 1:49 PM

Post #2 of 5 (392 views)
Permalink
Re: launch image question [In reply to]

cc'ing openstack list

On Wed, May 2, 2012 at 4:08 PM, Randy Katz <rkatz [at] simplicityhosting> wrote:
> Hi,
>
> I am following this wonderful doc:
>
> http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Launch_an_Instance
>
> When I launch an image the vm status is error and the image seems to be
> running in an
> error state without an ip address. I assume this has something to do
> with dhcp or whatever.
>
> First off, as I am installing this in a VM not sure if that is the
> problem as well. If someone knows
> the quick and short of it, please advise, thanks.
>
> Randy
> _______________________________________________
> Openstack-operators mailing list
> Openstack-operators [at] lists
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
_______________________________________________
Openstack-operators mailing list
Openstack-operators [at] lists
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


vivekraghuwanshi at gmail

May 2, 2012, 9:05 PM

Post #3 of 5 (393 views)
Permalink
Re: launch image question [In reply to]

Hi,

Most of case this is an dhcp or wrong network type selection in nova.conf
--network_manager can you also upload the logs of nova-compute.log

On Thu, May 3, 2012 at 1:38 AM, Randy Katz <rkatz [at] simplicityhosting>wrote:

> Hi,
>
> I am following this wonderful doc:
>
>
> http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Launch_an_Instance
>
> When I launch an image the vm status is error and the image seems to be
> running in an
> error state without an ip address. I assume this has something to do
> with dhcp or whatever.
>
> First off, as I am installing this in a VM not sure if that is the
> problem as well. If someone knows
> the quick and short of it, please advise, thanks.
>
> Randy
> _______________________________________________
> Openstack-operators mailing list
> Openstack-operators [at] lists
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>



--
ViVek Raghuwanshi
Mobile -+91-09595950504

Skype - vivek_raghuwanshi


rkatz at simplicityhosting

May 3, 2012, 1:12 AM

Post #4 of 5 (498 views)
Permalink
Re: launch image question [In reply to]

Hi Vivek,

Can you please be more specific as to what I would be looking for? Here
is a grep of my nova.conf
file:

# pwd
/etc/nova
# grep dhcp nova.conf
dhcpbridge = /usr/bin/nova-dhcpbridge
dhcpbridge_flagfile = /etc/nova/nova.conf
force_dhcp_release = False

# grep network nova.conf
injected_network_template = /usr/share/nova/interfaces.template
network_manager = nova.network.manager.FlatDHCPManager

as for the compute.log there seem to be errors:

# pwd
/var/log/nova
# cat compute.log
2012-05-02 02:49:00 AUDIT nova.service [-] Starting compute node
(version 2012.1-LOCALBRANCH:LOCALREVISION)
2012-05-02 02:49:01 WARNING nova.utils
[req-da3ff453-406d-4388-9074-4c77e4f7b9c8 None None]
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639:
SADeprecationWarning: The 'listeners' argument to Pool (and
create_engine()) is deprecated. Use event.listen().
Pool.__init__(self, creator, **kw)

2012-05-02 02:49:01 WARNING nova.utils
[req-da3ff453-406d-4388-9074-4c77e4f7b9c8 None None]
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145:
SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
self.add_listener(l)

2012-05-02 02:49:02 CRITICAL nova [-] Failed to connect socket to
'/var/run/libvirt/libvirt-sock': No such file or directory
2012-05-02 03:58:01 AUDIT nova.service [-] Starting compute node
(version 2012.1-LOCALBRANCH:LOCALREVISION)
2012-05-02 03:58:01 WARNING nova.utils
[req-fe31fb6c-a8c5-4a76-a93b-b38cb6ef7db4 None None]
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639:
SADeprecationWarning: The 'listeners' argument to Pool (and
create_engine()) is deprecated. Use event.listen().
Pool.__init__(self, creator, **kw)

2012-05-02 03:58:01 WARNING nova.utils
[req-fe31fb6c-a8c5-4a76-a93b-b38cb6ef7db4 None None]
/usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145:
SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
self.add_listener(l)

2012-05-02 03:58:01 CRITICAL nova [-] Failed to connect socket to
'/var/run/libvirt/libvirt-sock': No such file or directory


On 5/2/2012 9:05 PM, Vivek Singh Raghuwanshi wrote:
> Hi,
>
> Most of case this is an dhcp or wrong network type selection in
> nova.conf --network_manager can you also upload the logs of
> nova-compute.log
>
> On Thu, May 3, 2012 at 1:38 AM, Randy Katz
> <rkatz [at] simplicityhosting <mailto:rkatz [at] simplicityhosting>> wrote:
>
> Hi,
>
> I am following this wonderful doc:
>
> http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Launch_an_Instance
>
> When I launch an image the vm status is error and the image seems
> to be
> running in an
> error state without an ip address. I assume this has something to do
> with dhcp or whatever.
>
> First off, as I am installing this in a VM not sure if that is the
> problem as well. If someone knows
> the quick and short of it, please advise, thanks.
>
> Randy
> _______________________________________________
> Openstack-operators mailing list
> Openstack-operators [at] lists
> <mailto:Openstack-operators [at] lists>
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
>
>
> --
> ViVek Raghuwanshi
> Mobile -+91-09595950504
>
> Skype - vivek_raghuwanshi
>
>


--
--> Randy Katz - *SimplicityHosting.Com, Inc.* - Premium Web Hosting
Services
?H cPanel Shared, VPS, Dedicated, eCommerce, Affiliates
S? Custom Configurations and Pricing Available to your Need
--> http://www.simplicityhosting.com


vivekraghuwanshi at gmail

May 3, 2012, 2:07 AM

Post #5 of 5 (420 views)
Permalink
Re: launch image question [In reply to]

Hi Randy,

hows your --network_manager= , looks like
and is your libvirt-bin service is running


On Thu, May 3, 2012 at 1:42 PM, Randy Katz <rkatz [at] simplicityhosting>wrote:

> Hi Vivek,
>
> Can you please be more specific as to what I would be looking for? Here is
> a grep of my nova.conf
> file:
>
> # pwd
> /etc/nova
> # grep dhcp nova.conf
> dhcpbridge = /usr/bin/nova-dhcpbridge
> dhcpbridge_flagfile = /etc/nova/nova.conf
> force_dhcp_release = False
>
> # grep network nova.conf
> injected_network_template = /usr/share/nova/interfaces.template
> network_manager = nova.network.manager.FlatDHCPManager
>
> as for the compute.log there seem to be errors:
>
> # pwd
> /var/log/nova
> # cat compute.log
> 2012-05-02 02:49:00 AUDIT nova.service [-] Starting compute node (version
> 2012.1-LOCALBRANCH:LOCALREVISION)
> 2012-05-02 02:49:01 WARNING nova.utils
> [req-da3ff453-406d-4388-9074-4c77e4f7b9c8 None None]
> /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639:
> SADeprecationWarning: The 'listeners' argument to Pool (and
> create_engine()) is deprecated. Use event.listen().
> Pool.__init__(self, creator, **kw)
>
> 2012-05-02 02:49:01 WARNING nova.utils
> [req-da3ff453-406d-4388-9074-4c77e4f7b9c8 None None]
> /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145:
> SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
> self.add_listener(l)
>
> 2012-05-02 02:49:02 CRITICAL nova [-] Failed to connect socket to
> '/var/run/libvirt/libvirt-sock': No such file or directory
> 2012-05-02 03:58:01 AUDIT nova.service [-] Starting compute node (version
> 2012.1-LOCALBRANCH:LOCALREVISION)
> 2012-05-02 03:58:01 WARNING nova.utils
> [req-fe31fb6c-a8c5-4a76-a93b-b38cb6ef7db4 None None]
> /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:639:
> SADeprecationWarning: The 'listeners' argument to Pool (and
> create_engine()) is deprecated. Use event.listen().
> Pool.__init__(self, creator, **kw)
>
> 2012-05-02 03:58:01 WARNING nova.utils
> [req-fe31fb6c-a8c5-4a76-a93b-b38cb6ef7db4 None None]
> /usr/lib64/python2.6/site-packages/SQLAlchemy-0.7.3-py2.6-linux-x86_64.egg/sqlalchemy/pool.py:145:
> SADeprecationWarning: Pool.add_listener is deprecated. Use event.listen()
> self.add_listener(l)
>
> 2012-05-02 03:58:01 CRITICAL nova [-] Failed to connect socket to
> '/var/run/libvirt/libvirt-sock': No such file or directory
>
>
>
> On 5/2/2012 9:05 PM, Vivek Singh Raghuwanshi wrote:
>
> Hi,
>
> Most of case this is an dhcp or wrong network type selection in nova.conf
> --network_manager can you also upload the logs of nova-compute.log
>
> On Thu, May 3, 2012 at 1:38 AM, Randy Katz <rkatz [at] simplicityhosting>wrote:
>
>> Hi,
>>
>> I am following this wonderful doc:
>>
>>
>> http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPEL#Launch_an_Instance
>>
>> When I launch an image the vm status is error and the image seems to be
>> running in an
>> error state without an ip address. I assume this has something to do
>> with dhcp or whatever.
>>
>> First off, as I am installing this in a VM not sure if that is the
>> problem as well. If someone knows
>> the quick and short of it, please advise, thanks.
>>
>> Randy
>> _______________________________________________
>> Openstack-operators mailing list
>> Openstack-operators [at] lists
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>
>
>
>
> --
> ViVek Raghuwanshi
> Mobile -+91-09595950504
>
> Skype - vivek_raghuwanshi
>
>
>
>
> --
> --> Randy Katz - *SimplicityHosting.Com, Inc.* - Premium Web Hosting
> Services
> █H cPanel Shared, VPS, Dedicated, eCommerce, Affiliates
> S█ Custom Configurations and Pricing Available to your Need
> --> http://www.simplicityhosting.com
>



--
ViVek Raghuwanshi
Mobile -+91-09595950504

Skype - vivek_raghuwanshi

OpenStack operators RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.