[Openstack] Openstack maintenance updates - how to?

2018-11-13 Thread Volodymyr Litovka
" branch is good and safe source for updating Openstack components is such way? Any thoughts on this? Thanks! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstac

Re: [Openstack] specify endpoint in API calls

2018-11-05 Thread Volodymyr Litovka
Sorry, found the way immediately: ks = identity.Client(session = auth,interface='public') On 11/5/18 6:12 PM, Volodymyr Litovka wrote: Dear colleagues, I have the following configuration of endpoints: $ openstack endpoint list --service identity

[Openstack] specify endpoint in API calls

2018-11-05 Thread Volodymyr Litovka
own',)) The question is: are there ways to implicitly point to 'public' (and whatever else) endpoint when working with identity service? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Maili

Re: [Openstack] boot order with multiple attachments

2018-09-11 Thread Volodymyr Litovka
, Volodymyr Litovka wrote: Hi colleagues, is there any mechanism to ensure boot disk when attaching more than two volumes to server? At the moment, I can't find a way to make it predictable. I have two bootable images with the following properties: 1) hw_boot_menu='true', hw_disk_bus='scsi

[Openstack] boot order with multiple attachments

2018-09-11 Thread Volodymyr Litovka
-b946-d3613fb6f4b3", "user_data": "...", "max_count": 1, "min_count": 1, "networks": [{"port": "9044f884-1a3d-4dc6-981e-f585f5e45dd1"}], "config_drive": true}} _process_stack /usr/lib/python2.7/dist-packages/nova/api

Re: [openstack-dev] [cinder] making volume available without stopping VM

2018-06-26 Thread Volodymyr Litovka
ts.openstack.org/pipermail/openstack-dev/2017-April/115292.html -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison __ OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [cinder] making volume available without stopping VM

2018-06-25 Thread Volodymyr Litovka
will help with this question. Thank you! On 6/23/18 8:41 PM, Jay Bryant wrote: On Sat, Jun 23, 2018, 9:39 AM Volodymyr Litovka <mailto:doka...@gmx.com>> wrote: Dear friends, I did some tests with making volume available without stopping VM. I'm using CEPH and th

[openstack-dev] [cinder] making volume available without stopping VM

2018-06-23 Thread Volodymyr Litovka
with minimized downtime (it's just reboot, not manual stop/update/start). Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison __ OpenStack Development Mailing List (not for usage

Re: [Openstack] can't resize server

2018-06-23 Thread Volodymyr Litovka
te both messages. We accept no liability for the distribution of viruses or similar in electronic communications. This notice should not be removed. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openst

Re: [Openstack] which SDK to use?

2018-04-23 Thread Volodymyr Litovka
to do actions on stack using SDK client. I'll think again about Unified SDK - if it's more unified than clients, some annoyings are acceptable :) -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Ma

[Openstack] volume state (in-use/available) vs real work

2018-04-23 Thread Volodymyr Litovka
omatically resized by cloud-init during next reboot. Is it dangerous to change volume state to "available" while VM is actively working? Which side-effects I can face while doing this? Thank you. -- Volodymyr Litovka "Vision without Execution is Halluci

Re: [Openstack] which SDK to use?

2018-04-21 Thread Volodymyr Litovka
t to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstac

Re: [Openstack] which SDK to use?

2018-04-17 Thread Volodymyr Litovka
nstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/lis

[Openstack] which SDK to use?

2018-04-17 Thread Volodymyr Litovka
you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.ope

[Openstack] [HEAT] order in attributes list

2018-04-03 Thread Volodymyr Litovka
ip_address: 51.x.x.x subnet_id: ... and, thus, { get_attr: [n1-wan, fixed_ips, 1, ip_address ] } gives me 51.x.x.x value. So, the question is - how the list of fixed_ips is ordered? Is there way to know for sure index of entry I'm interested in? Thank you. -- Volodymyr Litovka "

[openstack-dev] [neutron] route metrics inside VR

2018-03-09 Thread Volodymyr Litovka
;subnet-1" goes over "subnet-2" (through NAT) and, thus, VM in Subnet-1 can't access VR - it "pings" local address (25.0.0.1) while replies return from another (NAT) address. Whether this behaviour can be safely changed by using "ip route add [...] metric " ins

Re: [Openstack] diskimage-builder: prepare ubuntu 17.x images

2018-02-09 Thread Volodymyr Litovka
2>/dev/null +  popd +  # Clean up +  sudo umount $MDIR +      sudo rm -rf $IDIR $MDIR +    fi  }  ( On 2/9/18 1:03 PM, Volodymyr Litovka wrote: Hi Tony, On 2/9/18 6:01 AM, Tony Breeds wrote: On Thu, Feb 08, 2018 at 10:53:14PM +0200, Volodymyr Litovka wrote: Hi colleagues, d

Re: [Openstack-operators] [Openstack] diskimage-builder: prepare ubuntu 17.x images

2018-02-09 Thread Volodymyr Litovka
2>/dev/null +  popd +  # Clean up +  sudo umount $MDIR +      sudo rm -rf $IDIR $MDIR +    fi  }  ( On 2/9/18 1:03 PM, Volodymyr Litovka wrote: Hi Tony, On 2/9/18 6:01 AM, Tony Breeds wrote: On Thu, Feb 08, 2018 at 10:53:14PM +0200, Volodymyr Litovka wrote: Hi colleagues, d

Re: [Openstack] diskimage-builder: prepare ubuntu 17.x images

2018-02-09 Thread Volodymyr Litovka
Hi Tony, On 2/9/18 6:01 AM, Tony Breeds wrote: On Thu, Feb 08, 2018 at 10:53:14PM +0200, Volodymyr Litovka wrote: Hi colleagues, does anybody here know how to prepare Ubuntu Artful (17.10) image using diskimage-builder? diskimage-builder use the following naming style for download

Re: [Openstack-operators] [Openstack] diskimage-builder: prepare ubuntu 17.x images

2018-02-09 Thread Volodymyr Litovka
Hi Tony, On 2/9/18 6:01 AM, Tony Breeds wrote: On Thu, Feb 08, 2018 at 10:53:14PM +0200, Volodymyr Litovka wrote: Hi colleagues, does anybody here know how to prepare Ubuntu Artful (17.10) image using diskimage-builder? diskimage-builder use the following naming style for download

[Openstack] diskimage-builder: prepare ubuntu 17.x images

2018-02-08 Thread Volodymyr Litovka
ilder-like fashion. Thanks! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.or

[Openstack-operators] diskimage-builder: prepare ubuntu 17.x images

2018-02-08 Thread Volodymyr Litovka
ilder-like fashion. Thanks! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

Re: [Openstack-operators] Octavia LBaaS - networking requirements

2018-02-06 Thread Volodymyr Litovka
-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ OpenStack-operators mailing list OpenStack

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-02 Thread Volodymyr Litovka
ar on the OVSbr1 bridge and not also on the ens4 ... is this correct behaviour? and second why I got suddenly a ARP reply on ens4 which is indeed the correct mac of the VM1 interface ... and why the LLDP packets shown on both interfaces ... Is now something wrong with the FlowController? I use ODL with od

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Volodymyr Litovka
ld you attach a diagram of your network configuration and of what you are trying to achieve? Are you trying to install OVS inside a VM? If so, why? Greetings, Benjamin On Thu, Feb 1, 2018 at 8:30 AM, Volodymyr Litovka <doka...@gmx.com> wrote: Dear Mathias, if I correctly understand your

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-02-01 Thread Volodymyr Litovka
eed more info/logs please let me know! Thanks for your help! BR Mathias. On 2018-01-27 22:44, Volodymyr Litovka wrote: Hi Mathias,  whether you have all corresponding bridges and patches between them as described in openvswitch_agent.ini using  integration_bridge  tunnel_bridge  i

Re: [Openstack] OpenVSwitch inside Instance no ARP passthrough

2018-01-27 Thread Volodymyr Litovka
till the problem? But how to disable it? Any other idea? Thanks and BR Mathias. ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listin

Re: [Openstack] Could not load neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver

2018-01-23 Thread Volodymyr Litovka
in/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.or

Re: [Openstack] compute nodes down

2017-12-18 Thread Volodymyr Litovka
]: pam_unix(sudo:session): session closed for user root lines 1-22/22 (END) root@node-9:~# Does anything in the status messages show what could be wrong? What do the "nova : TTY=unknown" messages mean? thanks!! -- Jim ___________ Mailing list: http://lists.openstack.

Re: [Openstack-operators] Newton LBaaS v2 settings

2017-12-15 Thread Volodymyr Litovka
_ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison

Re: [Openstack] Certifying SDKs

2017-12-14 Thread Volodymyr Litovka
: openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailm

Re: [Openstack-operators] [Openstack] Certifying SDKs

2017-12-14 Thread Volodymyr Litovka
to : openst...@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ OpenStack-operators mailing list OpenStack-operator

[openstack-dev] [Heat] [Octavia] Re: [Bug 1737567] Re: Direct support for Octavia LBaaS API

2017-12-13 Thread Volodymyr Litovka
another set of resources. If Heat will provide basic set of functions within basic LBaaS framework and, sometimes, richer set within "NG LBaaS" framework - the only I can say: it will be great. Thanks. https://bugs.launchpad.net/heat/+bug/1737567 -- Volodymyr Litovka "

[openstack-dev] [octavia] API v2 or v1 or both?

2017-12-04 Thread Volodymyr Litovka
em). Seems I'm missing something. And two related questions: * which method to provide API is more preferable - WSGI or standalone octavia-api process? * how to be sure that Octavia code matches Pike version? I'm using "pip install octavia" and it's v1.0.1 at

[openstack-dev] [octavia] [heat] errors during loadbalancer creation

2017-11-29 Thread Volodymyr Litovka
stener: { get_resource: listener }   pm1:     type:  OS::Neutron::LBaaS::PoolMember     properties:   address: { get_attr: [ n1, first_address ]}   pool: { get_resource: pool }   protocol_port: { get_param: pool_port }   subnet: { get_resource: lan-subnet }   pm2:     type:  OS::N

[openstack-dev] [octavia] openstack CLI output don't match neutron lbaas-* output

2017-11-29 Thread Volodymyr Litovka
thmonitor show 71cc7956-7c54-448a-96a7-709905c2bf4f Unable to locate 71cc7956-7c54-448a-96a7-709905c2bf4f in healthmonitors Be informed and can this impact something else? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison __

Re: [openstack-dev] [octavia] connection to external network

2017-11-28 Thread Volodymyr Litovka
Hi colleagues, found the solution, it need to be done manually. No corresponding Octavia configuration responsible for this. Everything works, thank you :-) On 11/27/17 11:30 AM, Volodymyr Litovka wrote: Hello colleagues, I think I'm missing something architectural in LBaaS / Octavia

Re: [Openstack] prepare UEFI image using diskimage-builder

2017-11-27 Thread Volodymyr Litovka
On 11/23/17 5:17 PM, Volodymyr Litovka wrote: Hi colleagues, we've faced an issue, described in https://bugzilla.redhat.com/show_bug.cgi?id=1020622 - when VM don't see virtio-scsi devices if there are 2+ connected devices (in our case there are block device itself and config drive). We're

[openstack-dev] [octavia] connection to external network

2017-11-27 Thread Volodymyr Litovka
n closed (project's) networks with Internet using Octavia / LBaaS? Thank you! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison __ OpenStack Development Mailing List (not for usage qu

Re: [Openstack] Implementation docs ?

2017-11-26 Thread Volodymyr Litovka
.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ M

[Openstack] prepare UEFI image using diskimage-builder

2017-11-23 Thread Volodymyr Litovka
recommendations on how to create UEFI images with diskimage-builder? Thank you! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/open

Re: [openstack-dev] [Octavia] networking issues

2017-11-08 Thread Volodymyr Litovka
Please, disregard this message - I've found that part of networking resides in namespace. On 11/7/17 5:54 PM, Volodymyr Litovka wrote: Dear colleagues, while trying to setup Octavia, I faced the problem of connecting amphora agent to VIP network. *Environment: *Octavia 1.0.1 (installed

[openstack-dev] [Octavia] networking issues

2017-11-07 Thread Volodymyr Litovka
': u'network-v if-plugged', u'server_uuid': u'98ae591b-0270-4625-95eb-a557c1452eef', u'code': 200} *Octavia-worker.log* is available at the following link: https://pastebin.com/44rwshKZ *Q**uestion**s are* - any ideas on what is happening and which

Re: [Openstack] file injection problem

2017-10-26 Thread Volodymyr Litovka
Answer is: as written in source code, "config-drive = true" and file injection using personality are mutually exclusive mechanisms. On 10/25/17 2:14 AM, Volodymyr Litovka wrote: Also, python-guestfs package installed as well, so Nova is able to use it, at least quick check (snipped

Re: [Openstack] file injection problem

2017-10-24 Thread Volodymyr Litovka
gt;> t.launch() >>> print t No ideas why I'm facing this problem. Anybody can comment on this? Thanks again. On 10/25/17 1:24 AM, Volodymyr Litovka wrote: Hi colleagues, it makes me crazy, but how to make it work file injection into instance? nova.conf already confi

[Openstack] launch Amphora (Octavia) image

2017-10-20 Thread Volodymyr Litovka
.conf in order to launch amphora-agent on agent host? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] Octavia (LBaaS) and Designate

2017-10-12 Thread Volodymyr Litovka
ork.drivers.neutron.base [-] Neutron extension dns-integration is not enabled _check_extension_enabled /usr/local/lib/python2.7/dist-packages/octavia/network/drivers/neutron/base.py:65 while never seen neither in documentations nor in config files any mentions about Designate. Thank you. --

Re: [Openstack] extend attached volumes

2017-09-26 Thread Volodymyr Litovka
elp" :-) On 9/26/17 5:35 PM, John Petrini wrote: I think this feature is actually implemented in nova. So you have to use the nova volume-extend option to do what you want. This is just my interpretation of the release notes though. I haven't tried it. On Tue, Sep 26, 2017 at 10:2

Re: [Openstack] extend attached volumes

2017-09-26 Thread Volodymyr Litovka
2017 09:22 AM, Volodymyr Litovka wrote: Colleagues, can't find ways to resize attached volume. I'm on Pike. As far as I understand, it required to be supported in Nova, because Cinder need to check with Nova whether it's possible to extend this volume. Well, - Nova's API microversion is 2

[Openstack] extend attached volumes

2017-09-26 Thread Volodymyr Litovka
lity. What I'm doing wrong? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.or

Re: [Openstack-operators] [nova] [neutron] Should we continue providing FQDNs for instance hostnames?

2017-09-25 Thread Volodymyr Litovka
hcp_domain" and pass "name" unchanged as hostname to VM - but use "hostname"-part of name (e.g. myhost) to register VM in Openstack Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison _

Re: [Openstack-operators] [nova] [neutron] Should we continue providing FQDNs for instance hostnames?

2017-09-22 Thread Volodymyr Litovka
ists.openstack.org/pipermail/openstack-dev/2017-September/121877.ht ml ___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Volodymyr L

[Openstack] Ocata -> Pike security groups changed default behaviour?

2017-09-22 Thread Volodymyr Litovka
='IPv4', id='ebb060f5-  | | updated_at  | 2017-09-21T13:25:53Z | +-+-+ Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Tho

[Openstack] [heat] default collectors

2017-09-13 Thread Volodymyr Litovka
('heat') if zaqar then collectors.append('zaqar') if cfn then collectors.append('cfn') [ ... ] collectors.append('local') Is it safe to remove it from code as well as proposed in bug above? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Tho

Re: [Openstack] No ping to Openstack instance

2017-09-07 Thread Volodymyr Litovka
/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscr

[Openstack] instance snapshot

2017-09-06 Thread Volodymyr Litovka
quot; command) 2) and, when using Cinder API, is there way to synchronously wait for end of snapshot creation? It's useful in order to thaw filesystem immediately after snapshot will be done - neither after nor before few seconds. Thanks. -- Volodymyr Litovka "Vision without Execution is

Re: [Openstack] transfer of IP address between ports

2017-08-28 Thread Volodymyr Litovka
, on the one hand and will compensate additional resources exhaustion, on the other. Thank you! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo

Re: [Openstack] transfer of IP address between ports

2017-08-23 Thread Volodymyr Litovka
: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to :

Re: [Openstack] transfer of IP address between ports

2017-08-23 Thread Volodymyr Litovka
again. On 8/23/17 5:17 PM, 공용준 wrote: Hi You can use fixed ip port for this. create neutron port and attach it to the one vm. or you can use floating ip for this purpose as well Regards, Andrew 2017. 8. 23. 오후 10:58, Volodymyr Litovka <doka...@gmx.com <mailto:doka...@gmx.com>> 작성: H

[Openstack] transfer of IP address between ports

2017-08-23 Thread Volodymyr Litovka
is in DHCP pool and can be automatically assigned to some another port upon request. Any ideas how to prevent leasing this IP address during this time? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison _

Re: [Openstack] Solaris on openstack

2017-08-14 Thread Volodymyr Litovka
8600266938. ___ Mailing list: 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 -- Volodymyr Litovka "Vision without Execution is Hallucination.&qu

Re: [Openstack-operators] port state is UP when admin-state-up is False (neutron/+bug/1672629)

2017-08-11 Thread Volodymyr Litovka
8, 2017 at 7:49 AM, Volodymyr Litovka <doka...@gmx.com <mailto:doka...@gmx.com>> wrote: Hi Kevin, see below On 8/8/17 1:06 AM, Kevin Benton wrote: What backend are you using? That bug is about the port showing ACTIVE when admin_state_up=False but it's

Re: [Openstack-operators] port state is UP when admin-state-up is False (neutron/+bug/1672629)

2017-08-08 Thread Volodymyr Litovka
o shutdown port on VM using Openstack API? Thank you! On Mon, Aug 7, 2017 at 5:21 AM, Volodymyr Litovka <doka...@gmx.com <mailto:doka...@gmx.com>> wrote: Hi colleagues, am I the only who care about this case? - https://bugs.launchpad.net/neutron/+bug/1672629 <h

Re: [Openstack-operators] [nova]

2017-08-07 Thread Volodymyr Litovka
OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ OpenStack-operators mailing list

[Openstack-operators] port state is UP when admin-state-up is False (neutron/+bug/1672629)

2017-08-07 Thread Volodymyr Litovka
ow to work around it? Thank you. -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailma

Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-30 Thread Volodymyr Litovka
___ OpenStack-operators mailing list OpenStack-operators@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Ope

Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-30 Thread Volodymyr Litovka
@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ OpenStack-operators mailing list OpenStack-operators@lists.openstac

Re: [Openstack] [heat] Heat::SoftwareDeployment not working

2017-06-26 Thread Volodymyr Litovka
/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.ope

Re: [Openstack] host routes on provider subnet not working.

2017-06-07 Thread Volodymyr Litovka
python-openstackclient-3.2.1-1.el7.noarch openstack-neutron-9.2.0-1.el7.noarch -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/open

[Openstack] restrict access for users between domains

2017-05-29 Thread Volodymyr Litovka
Thank you! -- Volodymyr Litovka "Vision without Execution is Hallucination." -- Thomas Edison ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lis

[Openstack-operators] control guest VMs in isolated network

2017-05-23 Thread Volodymyr Litovka
agent and allows to use available calls of QEMU-ga protocol, including 'guest-exec**'*? And, may be, there are another methods or ways to use mentioned above methods to bypass isolation while keeping it? Thank you! -- Volodymyr Litovka "Vision without Execution is Hallucination."