Score:0

Unable to Add Nova Compute to Localhost after "Microstack" install

uz flag

when trying to deploy compute from CLI using this command

sudo microstack add-compute

from doc: https://microstack.run/docs/multi-node

2021-06-22 17:18:28,297 - microstack_init - INFO - Configuring nova compute hypervisor ...
2021-06-22 17:18:28,298 - microstack_init - INFO - Checking virtualization extensions presence on the host
2021-06-22 17:18:28,311 - microstack_init - INFO - Hardware virtualization is supported - KVM will be used for Nova instances
2021-06-22 17:18:30,382 - microstack_init - INFO - Configuring the Spice HTML5 console service...
2021-06-22 17:18:47,152 - microstack_init - INFO - Creating security group rules ...
Bad Gateway (HTTP 502)
Traceback (most recent call last):
  File "/snap/microstack/233/bin/microstack", line 11, in <module>
    load_entry_point('microstack==0.0.1', 'console_scripts', 'microstack')()
  File "/snap/microstack/233/lib/python3.8/site-packages/microstack/main.py", line 44, in main
    cmd()
  File "/snap/microstack/233/lib/python3.8/site-packages/init/main.py", line 60, in wrapper
    return func(*args, **kwargs)
  File "/snap/microstack/233/lib/python3.8/site-packages/init/main.py", line 227, in init
    question.ask()
  File "/snap/microstack/233/lib/python3.8/site-packages/init/questions/question.py", line 210, in ask
    self.yes(awr)
  File "/snap/microstack/233/lib/python3.8/site-packages/init/questions/__init__.py", line 891, in yes
    group_id = check_output('openstack', 'security', 'group', 'list',
  File "/snap/microstack/233/lib/python3.8/site-packages/init/shell.py", line 81, in check_output
    return subprocess.check_output(args, env=env,
  File "/usr/lib/python3.8/subprocess.py", line 411, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.8/subprocess.py", line 512, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '('openstack', 'security', 'group', 'list', '--project', 'admin', '-f', 'value', '-c', 'ID')' returned non-zero exit status 1. }
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.