Re: [Openstack] [heat][Designate] Struggling to create DNS records for created instances

2017-07-21 Thread Kaz Shinohara
Hi Lance, Just a quick question, have you tried "depends_on" ? Also looks the error what you got indicates your posted properties for "instance_record" includes not supported one. Regards, Kaz On Jul 22, 2017 1:19 AM, "Lance Haig" wrote: Hi, I have the following instance code server1: ty

[Openstack] [heat][Designate] Struggling to create DNS records for created instances

2017-07-21 Thread Lance Haig
Hi, I have the following instance code server1: type: OS::Nova::Server properties: name: Server1 image: { get_param: image } flavor: { get_param: flavor } key_name: { get_param: key_name } networks: - port: { get_resource: server1_port } and I am trying to create

Re: [Openstack] [Mirantis] How to keep ntpd down

2017-07-21 Thread John Fleming
Don't know if you've tried this as a bandaid changing the clock source might help. I recently found a small group of servers that chose tsc as the clock source. While using tsc the system clock would lose 1 second every 30 seconds. Switching to hpet as the clock source (well technically all the

[Openstack] Ocata vm instance is not booting

2017-07-21 Thread Amit Kumar
Hi, Recently i have installed the openstack ocata on Ubuntu 16.04. Brought up one controller and 2 compute nodes. All services are up and running. We are able to create the vm instances but when we try to login to vm through openstack Horizon console. The vm does not boots up, it says -- "No boot

[Openstack] [OSSN-0078] Ceph credentials included in logs using older versions of libvirt/qemu

2017-07-21 Thread Luke Hinds
Ceph credentials included in logs using older versions of libvirt/qemu -- ### Summary ### Older versions of libvirt included network storage authentication information on the qemu command line. If libvirt raises an exception which

Re: [Openstack] can't assign floating IP to an instance

2017-07-21 Thread Eduardo Gonzalez
Hi Manuel. If you have designate enabled in kolla, some manual steps are required for integration of designate with neutron and nova, especially, floatingip assignment will fail if designate-sink does not have zone_id in its config file. Please take a look at kolla-ansible Designate guide. https