File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 4747 " if use_ACA:\n " ,
4848 " utils.print_info('ACA APIs will be created.')\n " ,
4949 " \n " ,
50- " aca_backend_1_policy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH).format(backend_id = 'aca-backend-1')\n " ,
51- " aca_backend_2_policy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH).format(backend_id = 'aca-backend-2')\n " ,
52- " aca_backend_pool_policy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH).format(backend_id = 'aca-backend-pool')\n " ,
50+ " backend_polixy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH)\n " ,
51+ " aca_backend_1_policy_xml = backend_polixy_xml.format(backend_id = 'aca-backend-1')\n " ,
52+ " aca_backend_2_policy_xml = backend_polixy_xml.format(backend_id = 'aca-backend-2')\n " ,
53+ " aca_backend_pool_policy_xml = backend_polixy_xml.format(backend_id = 'aca-backend-pool')\n " ,
5354 " \n " ,
5455 " # Hello World (ACA Backend 1)\n " ,
5556 " api_hwaca_1_get = GET_APIOperation('This is a GET for Hello World on ACA Backend 1')\n " ,
Original file line number Diff line number Diff line change 3434 " \n " ,
3535 " # Policies\n " ,
3636 " hello_world_policy_xml = utils.read_policy_xml(HELLO_WORLD_XML_POLICY_PATH)\n " ,
37- " aca_backend_1_policy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH).format(backend_id = 'aca-backend-1')\n " ,
38- " aca_backend_2_policy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH).format(backend_id = 'aca-backend-2')\n " ,
39- " aca_backend_pool_policy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH).format(backend_id = 'aca-backend-pool')\n " ,
37+ " backend_polixy_xml = utils.read_policy_xml(BACKEND_XML_POLICY_PATH)\n " ,
38+ " aca_backend_1_policy_xml = backend_polixy_xml.format(backend_id = 'aca-backend-1')\n " ,
39+ " aca_backend_2_policy_xml = backend_polixy_xml.format(backend_id = 'aca-backend-2')\n " ,
40+ " aca_backend_pool_policy_xml = backend_polixy_xml.format(backend_id = 'aca-backend-pool')\n " ,
4041 " \n " ,
4142 " # Hello World (Root)\n " ,
4243 " api_hwroot_get = GET_APIOperation('This is a GET for Hello World in the root', hello_world_policy_xml)\n " ,
You can’t perform that action at this time.
0 commit comments