diff options
author | Arun S A G <sagarun@gmail.com> | 2021-03-12 15:41:31 -0800 |
---|---|---|
committer | Arun S A G <sagarun@gmail.com> | 2021-07-04 10:36:18 -0700 |
commit | 4ac8340fb613de77484de0e8cf3bc687c6b644c4 (patch) | |
tree | b686497a6ecb4ee00db32a2c6e7bd51bd7f8b7d5 /requirements.txt | |
parent | 5ae4bb31cab562f28b64122b7a3e657c0a0cbf3a (diff) | |
download | ironic-4ac8340fb613de77484de0e8cf3bc687c6b644c4.tar.gz |
Add support for configdrive in anaconda interface
Config drive is processed by the deploy interface and
written to the disk during post install of the deployment.
The config drive is written to /var/lib/cloud/seed/config_drive
on the disk. cloud-init should be able to process read config
drive contents and take actions on firstboot.
Change-Id: Id5a949e777e242d2f20966ec045ac319c61636ba
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index dcc2a4cc8..09a5ab614 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,6 +29,7 @@ oslo.utils>=4.5.0 # Apache-2.0 osprofiler>=1.5.0 # Apache-2.0 os-traits>=0.4.0 # Apache-2.0 pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD +pycdlib>=1.11.0 # LGPLv2 requests>=2.14.2 # Apache-2.0 rfc3986>=0.3.1 # Apache-2.0 jsonpatch!=1.20,>=1.16 # BSD |