lorax/src/pylorax/api
Brian C. Lane 1c99408542 Use rootpw for setting the root password instead of user
Ends up you cannot use the kickstart user command on root, since it
already exists, so we have to translate that into a rootpw command.

So [[customizations.user]] with name = "root" only support key, which
will set the ssh key, and password which will use rootpw to set the
password. plain text or encrypted are supported.

Related: rhbz#1626122
2018-09-28 15:38:02 -07:00
..
__init__.py Move lorax-composer and composer-cli argument parsing into modules 2018-05-17 10:34:35 -07:00
checkparams.py Return a JSON error instead of a 404 on certain malformed URLs. 2018-08-07 12:12:17 -07:00
cmdline.py Run as root/weldr by default. 2018-08-08 17:07:59 -07:00
compose.py Use rootpw for setting the root password instead of user 2018-09-28 15:38:02 -07:00
config.py Fix make_dnf_dirs 2018-06-04 15:47:15 -07:00
crossdomain.py Use 2to3 to convert the python2 lorax-composer code to python3 2018-05-17 10:34:34 -07:00
dnfbase.py Ditch all use of pyanaconda's simpleconfig 2018-09-04 11:13:20 -07:00
errors.py Change INVALID_NAME to INVALID_CHARS. 2018-08-09 16:50:53 -04:00
projects.py Include groups in depsolving. 2018-07-19 11:00:16 -07:00
queue.py Add error IDs for when an unknown build UUID is requested. 2018-08-09 16:49:38 -04:00
recipes.py Include groups in depsolving. 2018-07-19 11:00:16 -07:00
regexes.py Add + to the allowed API string character set 2018-08-07 16:48:25 -07:00
server.py Check the compose templates at startup 2018-07-13 10:17:08 -07:00
timestamp.py Fix write_timestamp for py3 2018-08-07 12:12:17 -07:00
v0.py Fix /compose/cancel API documentation 2018-08-29 10:08:37 -07:00
workspace.py workspace read and write needs UTF-8 conversion 2018-05-17 10:34:34 -07:00