<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Wally,
<div class=""><br class="">
</div>
<div class="">We can help you by IRC in #openstack-containers on Freenode. I see you’re in there getting help now. This mailing list is for development discussion, so we’ll end this thread, and engage with you on IRC instead.
<div class=""><br class="">
</div>
<div class="">Thanks,</div>
<div class=""><br class="">
</div>
<div class="">Adrian</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 5, 2016, at 11:47 AM, zhihao wang <<a href="mailto:wangzhihaocom@hotmail.com" class="">wangzhihaocom@hotmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div dir="ltr" style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<div class="">
<div dir="ltr" class="">Dear Magnum team member<br class="">
<div class=""><br class="">
</div>
<div class="">May I ask you some question about Magnum </div>
<div class=""><br class="">
</div>
<div class="">I have Openstack mistaka (1 controller and 2 compute nodes(</div>
<div class="">I have installed all the components for Magnum, also install the lbaaS V2.</div>
<div class=""><br class="">
</div>
<div class="">I have install the Magnum followed this guide <a href="http://docs.openstack.org/developer/magnum/install-guide-from-source.html" target="_blank" class="">http://docs.openstack.org/developer/magnum/install-guide-from-source.html</a></div>
<div class=""><br class="">
</div>
<div class="">and then I try to use Magnum, but I am not sure how to use it to create k8s</div>
<div class=""><br class="">
</div>
<div class="">when I try to list the bay model list, it return this, I source admin-openrc, but still the same..</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><font color="#8c0095" class="">root@controller:/var/lib/magnum/magnum# magnum --version</font></div>
<div class=""><font color="#8c0095" class="">2.0.0</font></div>
<div class=""><font color="#8c0095" class="">root@controller:/var/lib/magnum/magnum# magnum servie-list</font></div>
<div class=""><font color="#8c0095" class="">ERROR: You must provide a tenant name or tenant id via --os-tenant-name, --os-tenant-id, env[OS_TENANT_NAME] or env[OS_TENANT_ID]</font></div>
<div class=""><font color="#8c0095" class="">root@controller:/var/lib/magnum/magnum# </font></div>
<div class=""><br class="">
</div>
<div class="">also , I saw lots of error from the magnum-api.log</div>
<div class=""><br class="">
</div>
<div class="">
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.239 85426 WARNING oslo_reports.guru_meditation_report [-] Guru meditation now registers SIGUSR1 and SIGUSR2 by default for backward compatibility. SIGUSR1 will no longer be registered in a future
 release, so please use SIGUSR2 to generate reports.</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.240 85426 INFO magnum.api.app [-] Full WSGI config used: /etc/magnum/api-paste.ini</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 CRITICAL magnum [-] ConfigFileValueError: Value for option host is not valid: controller is not IPv4 or IPv6 address</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum Traceback (most recent call last):</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum   File "/var/lib/magnum/env/bin/magnum-api", line 10, in <module></font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum     sys.exit(main())</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum   File "/var/lib/magnum/env/local/lib/python2.7/site-packages/magnum/cmd/api.py", line 46, in main</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum     host, port = cfg.CONF.api.host, cfg.CONF.api.port</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum   File "/var/lib/magnum/env/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 3004, in __getattr__</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum     return self._conf._get(name, self._group)</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum   File "/var/lib/magnum/env/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2615, in _get</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum     value = self._do_get(name, group, namespace)</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum   File "/var/lib/magnum/env/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2658, in _do_get</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum     % (opt.name, str(ve)))</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum ConfigFileValueError: Value for option host is not valid: controller is not IPv4 or IPv6 address</font></div>
<div class=""><font color="#d24726" class="">2016-07-05 11:45:47.303 85426 ERROR magnum </font></div>
<div class=""><font color="#d24726" class="">^C</font></div>
</div>
<div class=""><br class="">
</div>
<div class="">I am wondering is there anything for configure the magnum?</div>
<div class=""><br class="">
</div>
thanks so much</div>
<div class=""><br class="">
</div>
<div class="">wally <br class="">
<div class="">
<hr id="ecxstopSpelling" class="">
<br class="">
<div class="ecxWordSection1">
<div style="border-style: none none none solid; border-left-color: blue; border-left-width: 1.5pt; padding: 0cm 0cm 0cm 4pt;" class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div style="border-style: none none none solid; border-left-color: blue; border-left-width: 1.5pt; padding: 0cm 0cm 0cm 4pt;" class="">
<div class="">
<div class="">
<div class="">
<div class="">
<div style="border-style: none none none solid; border-left-color: blue; border-left-width: 1.5pt; padding: 0cm 0cm 0cm 4pt;" class="">
<div class="">
<div class="">
<div class="">
<div class=""></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<span style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">__________________________________________________________________________</span><br style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">OpenStack
 Development Mailing List (not for usage questions)</span><br style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Unsubscribe:<span class="Apple-converted-space"> </span></span><a href="mailto:OpenStack-dev-request@lists.openstack.org" style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">OpenStack-dev-request@lists.openstack.org</a><span style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">?subject:unsubscribe</span><br style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" style="font-family: Calibri; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>