[00:08] Beta_Tester: Hi, sorry to miss your question - can you post more information about what you're trying to do and the specific error you're seeing? [00:09] i have MAAS working, with 4 VM's acting as servers. [00:10] i have configured network spaces and bridges in maas, however any application i try to deploy to lxd gives this error: no obvious space for container "1/lxd/0", host machine has spaces: "compute", "default", "ext-api", "int-admin", "int-api", "int-ipmi", "int-prov", "san", "sancls" [00:11] i tried using --bind spaces=int-api, and tried adding the binding inside the config file for a mysql test app install.. [00:11] i'm not sure if ineed to pre-configure a template or profile to let juju know how to spin up the networking for the lxd on the machines it's allocating form maas? [00:15] i already figured out the 15 character limit on bridge names, so i renamed all bridges and spaces, and started a new juju controller [00:17] sorry, just having a meeting at the moment but will get back to you afterwards [00:40] Beta_Tester: just reading back... [00:43] Beta_Tester: unfortunately the people who know the most about containers + spaces are in the UK & Europe, so they're asleep right now. I'm reading some code to see what causes that error. [00:45] Beta_Tester: are you deploying mysql with a spaces constraint? Can you show the full deploy command? [15:40] hml, approved is public pr [15:43] stickupkid: ty [16:23] Beta_Tester: the binding is between the endpoint defined on the charm and the space [16:23] Beta_Tester: so the idea would be deploy postrgesql --bind data=int-api [16:23] Beta_Tester: for instance [16:24] Beta_Tester: check out https://jaas.ai/docs/deploying-advanced-applications#heading--deploying-to-network-spaces [16:33] stickupkid: —classic is already on the snap go install [16:33] :-) [16:33] hml, snapd hates us [16:34] hml, have we rebooted the box? [16:34] stickupkid: trying to reproduce… but error: unable to contact snap store [16:34] hml, ha, it really does hate us [16:34] stickupkid: nope [16:35] nothing is running on it… will do [17:29] Hi, I am deploying Openstack with juju. I tried 5 different deployments, however in all of them i always receive the following error "ConnectFailure: Unable to establish connection to http://localhost:35347/v3/services?2019-08-02 10:48:00 ERROR juju-log shared-db:9: The call within manager.py failed with the error: 'Unable to establish connection t [17:29] o http://localhost:35347/v3/services?'. The call was: path=['list_services'], args=(), kwargs={}, api_version=None"Someone can help me? Thanks in advance [17:29] i am not able to see the wsgi in apache2 neither [17:29] the port 35357 and 5000 are not listening neither [17:30] And all the different services are waiting for the charm identity. [17:30] Thanks for your time :) [18:07] d4rks1d3, how are you trying to deploy? what versions of juju, charms, ubuntu, etc.?