Ubuntu Pastebin

Paste from ferris at Tue, 18 Aug 2015 16:47:44 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
root@ubuntuopenstack:~/.cloud-install# cat commands.log
[DEBUG • 08-18 16:45:00] • cloudinstall.ui.dialog • (dialog.py, _build_widget, 93)]
   Num items: 2, items: <ListBox selectable box widget>
[DEBUG • 08-18 16:45:08] • cloudinstall.ui.dialog • (dialog.py, submit, 111)]
   Callback on : OrderedDict([('password', <EditInput selectable flow widget>), ('confirm_password', <EditInput selectable flow widget>)])
[DEBUG • 08-18 16:45:12] • cloudinstall.ui • (__init__.py, submit, 214)]
   Callback on : OrderedDict([('Landscape OpenStack Autopilot', (<RadioButton selectable flow widget 'Landscape OpenStack Autopilot' state=False>, 'Benefit from best practices in cloud building, and get up and running within minutes, all from an intuitive web UI.')), ('Multi', (<RadioButton selectable flow widget 'Multi' state=False>, 'OpenStack installation utilizing MAAS.')), ('Single', (<RadioButton selectable flow widget 'Single' state=True>, 'Fully containerized OpenStack installation on a single machine.'))])
[INFO  • 08-18 16:45:12] • cloudinstall.install • (install.py, do_install, 110)]
   Performing a Single Install
[DEBUG • 08-18 16:45:12] • cloudinstall.utils • (utils.py, ssh_genkey, 819)]
   ssh keys exist for this user, they will be used instead.
[DEBUG • 08-18 16:45:12] • cloudinstall.single_install • (single_install.py, _proxy_pollinate, 54)]
   Found proxy info: False/False
[INFO  • 08-18 16:45:12] • cloudinstall.single_install • (single_install.py, prep_userdata, 87)]
   Prepared userdata: {'seed_command': ['env', 'pollinate', '-q'], 'extra_sshkeys': ['ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDTVcQwg7yCIf2gAX8eTbsKMnT8cDMoYWRxEH/neB+hTRD7PdbnaN6OlJeaa1eIAABIykKR5vv5eOyiaw7cRSHHqxcquSNZSZ+XHV6ixSAXU7V+z5YMQVx/Tf0kWoPQGEcH8Q5iCUACsTJevejd/mTM6ZFbwEYGx/+7tCMzehRXRDIB4j85Ttw9sxdHWjMeb/P/Dh57o1uJQlMGhmPmAxzlS6CpXROWwGo8F/OT2dZA7erNwnufYjd0ZfuPFguRbtoCVx4eZvbiUtmhjIug7R0PD49QwUZg/H1rsxPdLFaa+6rTgmlVvLRgk0dy1Z1UinC5nY1NqIv5Grkim+ws8Xtv root@ubuntuopenstack\n']}
[INFO  • 08-18 16:45:12] • cloudinstall.single_install • (single_install.py, set_perms, 275)]
   Setting permissions for user root
[DEBUG • 08-18 16:45:12] • cloudinstall.utils • (utils.py, global_exchandler, 63)]
   Traceback (most recent call last):
  File "/usr/share/openstack/cloudinstall/utils.py", line 78, in run
    super().run()
  File "/usr/lib/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/share/openstack/cloudinstall/single_install.py", line 303, in do_install_async
    self.do_install()
  File "/usr/share/openstack/cloudinstall/single_install.py", line 330, in do_install
    self.create_container_and_wait()
  File "/usr/share/openstack/cloudinstall/single_install.py", line 145, in create_container_and_wait
    utils.container_create(self.container_name, self.userdata)
  File "/usr/share/openstack/cloudinstall/utils.py", line 687, in container_create
    "{0}".format(out['output']))
Exception: Unable to create container: lxc_container: utils.c: get_template_path: 1582 No such file or directory - bad template: ubuntu-cloud
lxc_container: lxccontainer.c: lxcapi_create: 1251 bad template: ubuntu-cloud
lxc_container: lxc_create.c: main: 274 Error creating container uoi-bootstrap


[INFO  • 08-18 16:45:34] • cloudinstall.utils • (utils.py, cleanup, 91)]
   Cleanup, saving latest config object.
[DEBUG • 08-18 16:45:34] • cloudinstall.utils • (utils.py, cleanup, 97)]
   Attempting to reset the terminal
Download as text