Giter Site home page Giter Site logo

Comments (1)

maelk avatar maelk commented on July 21, 2024

The error we see in ironic is :

2020-05-07 05:29:12.508 25 CRITICAL ironic [-] Unhandled error: ValueError: 172.22.0.1/24 is not IPv4 or IPv6 address
2020-05-07 05:29:12.508 25 ERROR ironic Traceback (most recent call last):
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/bin/ironic-api", line 10, in <module>
2020-05-07 05:29:12.508 25 ERROR ironic     sys.exit(main())
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/ironic/cmd/api.py", line 57, in main
2020-05-07 05:29:12.508 25 ERROR ironic     launcher.wait()
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_service/service.py", line 654, in wait
2020-05-07 05:29:12.508 25 ERROR ironic     self.conf.log_opt_values(LOG, logging.DEBUG)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/cfg.py", line 2593, in log_opt_values
2020-05-07 05:29:12.508 25 ERROR ironic     _sanitize(opt, getattr(group_attr, opt_name)))
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/cfg.py", line 3138, in __getattr__
2020-05-07 05:29:12.508 25 ERROR ironic     return self._conf._get(name, self._group)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/cfg.py", line 2635, in _get
2020-05-07 05:29:12.508 25 ERROR ironic     value, loc = self._do_get(name, group, namespace)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/cfg.py", line 2737, in _do_get
2020-05-07 05:29:12.508 25 ERROR ironic     return (convert(opt.default), loc)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/cfg.py", line 2668, in convert
2020-05-07 05:29:12.508 25 ERROR ironic     self._substitute(value, group, namespace), opt)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/cfg.py", line 2790, in _convert_value
2020-05-07 05:29:12.508 25 ERROR ironic     return opt.type(value)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/types.py", line 728, in __call__
2020-05-07 05:29:12.508 25 ERROR ironic     self.version_checker(value)
2020-05-07 05:29:12.508 25 ERROR ironic   File "/usr/lib/python3.6/site-packages/oslo_config/types.py", line 748, in _check_both_versions
2020-05-07 05:29:12.508 25 ERROR ironic     raise ValueError("%s is not IPv4 or IPv6 address" % address)
2020-05-07 05:29:12.508 25 ERROR ironic ValueError: 172.22.0.1/24 is not IPv4 or IPv6 address
2020-05-07 05:29:12.508 25 ERROR ironic 

from ironic-image.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.