[Openstack] Setting console size in Kilo

2016-12-01 Thread Kevin Wilson
Hi, According to the following link, the dashboard console size can be set by assigning width and height in a template file called _detail_vnc.html: http://docs.openstack.org/admin-guide/compute-remote-console-access.html However this is true to OpenSatck releases from only Juno and higher, and I

Re: [Openstack] Timeout of Horizon web interface when idle

2016-11-23 Thread Kevin Wilson
Wed, Nov 23, 2016 at 12:11 PM, Paul Browne wrote: > > > On 23/11/16 05:10, Kevin Wilson wrote: >> >> Hello, >> When there are periods of idle activity in the Horizon WebUI of >> OpenStack, I am kicked off from it and redirected to the login >> screen of

[Openstack] Timeout of Horizon web interface when idle

2016-11-22 Thread Kevin Wilson
Hello, When there are periods of idle activity in the Horizon WebUI of OpenStack, I am kicked off from it and redirected to the login screen of it. It is usually occurs after several minutes of idle activity, something like 10 or 15 minutes or more. Is there a way to control this and make this inte

Re: [Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-18 Thread Kevin Wilson
____ > From: Kevin Wilson > Sent: Monday, October 17, 2016 8:05:54 PM > To: openstack@lists.openstack.org > Subject: [Openstack] Location of log messages for stevedore extensions in > OpenStack > > Hello, > I have a machine on which openstack runs and it uses

[Openstack] Location of log messages for stevedore extensions in OpenStack

2016-10-17 Thread Kevin Wilson
Hello, I have a machine on which openstack runs and it uses stevedore API, see for example: https://github.com/openstack/stevedore/blob/master/stevedore/extension.py My question is: In the exension.py file of stevedore, there are loggin messages, like ... LOG.debug('found extension %r', ep) ...

Re: [Openstack] Setting remove_unused_original_minimum_age_seconds in /etc/nova/nova.conf

2016-09-27 Thread Kevin Wilson
Thanks for your quick response Pablo. >Try to set log level to Debug and check what are the options defined >on the logs for nova. I am quite new to OpenStack: How do I set the log level to debug ? I tried: more /etc/nova/nova.conf | grep -i debug gives nothing and more /etc/nova/nova.conf | grep

[Openstack] Setting remove_unused_original_minimum_age_seconds in /etc/nova/nova.conf

2016-09-27 Thread Kevin Wilson
Hello, There is a configuration setting called: remove_unused_original_minimum_age_seconds by which you can define the timeout by which used instances will be removed. This instances are cached under: /var/lib/nova/instances/_base/ see for example: http://docs.openstack.org/developer/openstack-an

[Openstack] Creating a VM with glance image-create versus openstack image create

2016-09-03 Thread Kevin Wilson
Hi all, I saw that one can create a VM with "openstack image create" but also with "glance image-create", http://docs.openstack.org/developer/python-glanceclient/man/glance.html I saw that some of the parameters are common. My question is: is there any difference between these two command line ut

[Openstack] Question about VM credentials - newbie

2016-08-30 Thread Kevin Wilson
Hi, I downloaded the trusty-server-cloudimg-amd64-disk1.img file and I created an image in Horizon based on it. I launched that instance, and then went to "console". I was reqested to give credentials, tried "ubuntu/ubunty" and others, googled for it, but could not find anything which solves this i

[Openstack] Question about creating an image from command line and listing it in Horizon (newbie)

2016-08-29 Thread Kevin Wilson
Hi all, I use OpenStack (Kilo) on Ubuntu. When creating an image successfully with "glance image-create", will we be able to see it from the web interface (Horizon) in "images" or "instances" ? Regards, Kevin ___ Mailing list: http://lists.openstack.or