← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1853635] [NEW] Config_drive file throws Request is too large

 

Public bug reported:

Openstack Version: QUEENS
I am trying to instantiate VM with config-drive option with two files config1.xml(size 200KB) and config2.xml(100KB).
openstack server create ----config-drive=true --file config1.xml=config1.xml -flavor m1.tiny --image cirros

instance creation was failed with error "OverLimit: Request is too
large"

My Quota is already with 500000

nova quota-show command output:

injected_file_content_bytes | 500000 |

Even I have updated the following in nova.conf 
injected_file_content_bytes = 500000

Any suggestion is highly appreciated.

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1853635

Title:
  Config_drive file throws Request is too large

Status in OpenStack Compute (nova):
  New

Bug description:
  Openstack Version: QUEENS
  I am trying to instantiate VM with config-drive option with two files config1.xml(size 200KB) and config2.xml(100KB).
  openstack server create ----config-drive=true --file config1.xml=config1.xml -flavor m1.tiny --image cirros

  instance creation was failed with error "OverLimit: Request is too
  large"

  My Quota is already with 500000

  nova quota-show command output:

  injected_file_content_bytes | 500000 |

  Even I have updated the following in nova.conf 
  injected_file_content_bytes = 500000

  Any suggestion is highly appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1853635/+subscriptions


Follow ups