Re: [Openstack] Magnum bay takes forever to create

2016-01-26 Thread Jay Lau
certificate > container 'b9af5417-7294-40fe-9fe9-d7b8a08aa4d5' in Barbican > > . > > > > Magnum-engine: > > 2016-01-26 16:58:36.950 INFO > magnum.common.cert_manager.barbican_cert_manager > [req-2a45efe0-a458-483a-a573-40746d198c0b demo demo] Storing c

Re: [Openstack] Magnum bay takes forever to create

2016-01-26 Thread Jay Lau
st: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Thanks, Jay Lau (Guangya Liu) ___ Mailing lis

Re: [Openstack] scheduler per different host aggregate

2015-02-10 Thread Jay Lau
sts.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : openstack@lists.openstack.org > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > -- Thanks, Jay Lau (Guangya Liu) ___ Mailing list: http:/

Re: [Openstack] [Heat][multi-region]

2014-09-22 Thread Jay Lau
You can use nested stack by following this: https://github.com/hanney/mr-heat-templates/blob/master/fourth_use_case/fourth_use_case.template Thanks. 2014-09-22 23:17 GMT+08:00 Chinasubbareddy M < chinasubbaredd...@persistent.co.in>: > Hi, > > > > I would like to use Heat to create/update and de

Re: [Openstack] [heat][docker] How to mange multi nodes by openstack-heat-docker plugin?

2014-08-20 Thread Jay Lau
Yes, but it is not production quality now. You can get more detail here: https://wiki.openstack.org/wiki/Docker http://techs.enovance.com/7104/multi-tenant-docker-with-openstack-heat https://blog.docker.com/2013/06/openstack-docker-manage-linux-containers-with-nova/ 2014-08-20 16:56 GMT+08:00 K

Re: [Openstack] Instance Name in DB

2014-04-23 Thread Jay Lau
Chris is right, please take a look at [1] https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L177 [2] https://github.com/openstack/nova/blob/master/nova/db/api.py#L43 2014-04-23 16:16 GMT+08:00 Chris Behrens : > Without looking at code, that's probably the magic name gene

Re: [Openstack] [OpenStack][Horizon][Firewall] How to enable "Firewall" on Horizon

2014-03-18 Thread Jay Lau
> > > Restart apache2. Refresh/relogin into horizon to view the firewall config > pages. > > > > -- > > Trinath Somanchi - B39208 > > trinath.soman...@freescale.com | extn: 4048 > > > > *From:* Jay Lau [mailto:jay.lau@gmail.com] > *Sent:* Tuesday, Mar

Re: [Openstack] The Dashboard not accessible

2014-03-18 Thread Jay Lau
> from openstack_dashboard.api import cinder > from openstack_dashboard.api import fwaas > ... > > > > *YY Inc. is hiring openstack and python developers. Interested? Check > http://www.nsbeta.info/jobs <http://www.nsbeta.info/jobs>* > > -- > Thanks, > Y

[Openstack] [OpenStack][Horizon][Firewall] How to enable "Firewall" on Horizon

2014-03-18 Thread Jay Lau
Hi, Does anyone know how can I enable "Firewall" on Horizon "Manage Network"? In my current environment, when horizon was installed, there are only "Network Topology", "Routers" and "Network" under "Manage Network" but no "Firewall". Please see attachment as the snapshot. -- Thanks, Jay <>___

Re: [Openstack] The Dashboard not accessible

2014-03-13 Thread Jay Lau
I was using Ubuntu 12.04 and also encounter this issue, seems we already have a bug https://bugs.launchpad.net/horizon/+bug/1125622 tracing this. @Matthias, which version of python-six shall I upgrade to? Did you encounter this issue and finally fixed by upgrade python-six? Thanks, Jay 2014-0

Re: [Openstack] Request for help - Heat Auto-scaling

2014-03-12 Thread Jay Lau
Hey Michael, It would be more helpful if you can attach your whole template for troubleshooting, did you define AutoScaling::ScalingPolicy for your AWS::AutoScaling::AutoScalingGroup? Thanks, Jay 2014-03-13 13:29 GMT+08:00 Micheal : > Does Heat support auto-scaling in Havana ? The cloudwatc

Re: [Openstack] How to add more nodes with packstack

2013-12-25 Thread Jay Lau
Please refer to http://openstack.redhat.com/Adding_a_compute_node for detail. Just modify your answer file on controller node and run it on controller node again. You will be asked to input the password for your compute node when you run packstack. Thanks, Jay 2013/12/25 Jeff Cai > Hi, > >

Re: [Openstack] [OpenStack][RDO][nova-network] Cannot ping the VM instance

2013-12-18 Thread Jay Lau
Resolved by this link: https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/issues/14 Thanks, Jay 2013/12/18 Jay Lau > Hi, > > I was using RDO to install my OpenStack cluster on CentOS6.4, the network > is using nova-network, after deploy one instance, the instance can g

[Openstack] [OpenStack][RDO][nova-network] Cannot ping the VM instance

2013-12-18 Thread Jay Lau
Hi, I was using RDO to install my OpenStack cluster on CentOS6.4, the network is using nova-network, after deploy one instance, the instance can get private IP successfully but I cannot ping the VM instance with its IP address. [root@db03b04 ~(keystone_admin)]# nova list +

Re: [Openstack] [Nova] scheduling new instance fail when host aggregates are enabled

2013-12-12 Thread Jay Lau
You can enable debug log and check scheduler log to see what's wrong with the filters. Just update /etc/nova/nova.conf, set debug=True and then restart nova scheduler /etc/init.d/openstack-nova-scheduler restart. Thanks, Jay 2013/12/13 sylecn > Hi, > > I have enabled host aggregates to aid s

Re: [Openstack] [Nova] scheduling new instance fail when host aggregates are enabled

2013-12-12 Thread Jay Lau
You can enable debug log and check scheduler log to see what's wrong with the filters. Just update /etc/nova/nova.conf, set debug=True and then restart nova scheduler /etc/init.d/openstack-nova-scheduler restart. Thanks, Jay 2013/12/13 sylecn > Hi, > > I have enabled host aggregates to aid s

Re: [Openstack] vm instance creation failed - How to troubleshoot ?

2013-11-28 Thread Jay Lau
Hi dheeru, We can also use "nova show" to get the VM fault if the VM was in error state. But if the VM creation failed with retry filter, then we may lost the fault reason, please refer to https://bugs.launchpad.net/nova/+bug/1161661 Thanks, Jay 2013/11/27 dheeru > Hi Stackers > > "VM Insta

Re: [Openstack] [openstack-dev] Does openstack have a notification system that will let us know when a server changes state ?

2013-10-20 Thread Jay Lau
Please get more detail from https://wiki.openstack.org/wiki/SystemUsageData Thanks, Jay 2013/10/19 Gabriel Hurley > The answer is “sort of”. Most projects (including Nova) publish to an > RPC “notifications” channel (e.g. in rabbitMQ or whichever you use in your > deployment). This is how Ce

Re: [Openstack] {Openstack] [Nova] Finding Compute Node IP address

2013-09-23 Thread Jay Lau
Hi Somanchi, In Havana release, host ip was stored in DB, please refer to https://blueprints.launchpad.net/nova/+spec/no-compute-fanout-to-scheduler for [1], I think that OpenStack might not work well if there are two nodes with same host name. Thanks, Jay 2013/9/23 Somanchi Trinath-B39208

Re: [Openstack] How does host sends it's information to nova scheduler?

2013-08-01 Thread Jay Lau
Sorry, forget the attachment. Thanks, Jay 2013/8/1 Jay Lau > Hi Peeyush, > > Please refer to attached diagram as the report process, but this logic is > going to be removed in hanva-3, refer to > https://blueprints.launchpad.net/nova/+spec/no-compute-fanout-to-schedul

Re: [Openstack] How does host sends it's information to nova scheduler?

2013-08-01 Thread Jay Lau
Hi Peeyush, Please refer to attached diagram as the report process, but this logic is going to be removed in hanva-3, refer to https://blueprints.launchpad.net/nova/+spec/no-compute-fanout-to-schedulerfor detail. Thanks, Jay 2013/8/1 Peeyush Gupta > Hi, > > I have been trying to find out h